#!name =  iRingo: 🗺️ Maps #!desc = 自定义 Maps app\n添加国际版功能\n自定义服务版本 #!openUrl = http://boxjs.com/#/app/iRingo.Maps #!author = VirgilClyne[https://github.com/VirgilClyne] #!homepage = https://NSRingo.github.io/guide/GeoServices/maps #!icon = https://developer.apple.com/assets/elements/icons/maps/maps-128x128.png #!category =  iRingo #!date = 2024-11-19 05:50:49 #!version = 4.1.2 #!arguments = GeoManifest.Dynamic.Config.CountryCode:"CN",UrlInfoSet.Dispatcher:"AutoNavi",UrlInfoSet.Directions:"AutoNavi",UrlInfoSet.RAP:"Apple",UrlInfoSet.LocationShift:"AUTO",TileSet.Satellite:"HYBRID",TileSet.Flyover:"XX",TileSet.Munin:"XX" #!arguments-desc = GeoManifest.Dynamic.Config.CountryCode: [动态配置] 资源清单的国家或地区代码\n ├ AUTO: 🇺🇳自动(跟随用户当前所在地区)\n ├ CN: 🇨🇳中国大陆\n ├ HK: 🇭🇰中国香港\n ├ TW: 🇹🇼中国台湾\n ├ SG: 🇸🇬新加坡\n ├ US: 🇺🇸美国\n ├ JP: 🇯🇵日本\n ├ AU: 🇦🇺澳大利亚\n ├ GB: 🇬🇧英国\n ├ KR: 🇰🇷韩国\n ├ CA: 🇨🇦加拿大\n └ IE: 🇮🇪爱尔兰\n此选项影响“地图”整体配置内容,包括以下的地图功能与服务。\n\nUrlInfoSet.Dispatcher: [URL信息集] 调度器\n ├ AUTO: 🇺🇳自动(随[动态配置]版本自动选择)\n ├ AutoNavi: 🧭高德(🇨🇳:互动百科/大众点评/携程 | 🇺🇳:维基百科/Yelp/Booking)\n └ Apple: Apple(维基百科/Yelp/Booking)\n地点数据接口,此选项影响公共指南,兴趣点(POI)与位置信息等功能。\n\nUrlInfoSet.Directions: [URL信息集] 导航与ETA\n ├ AUTO: 🇺🇳自动(随[动态配置]版本自动选择)\n ├ AutoNavi: 🧭高德(🇨🇳:高德地图 | 🇺🇳:TomTom)\n └ Apple: Apple(🇨🇳:🈚️ | 🇺🇳:TomTom)\n导航与ETA服务接口,此选项影响导航与ETA(到达时间)等功能。\n\nUrlInfoSet.RAP: [URL信息集] 评分和照片\n ├ AUTO: 🇺🇳自动(随[动态配置]版本自动选择)\n ├ AutoNavi: 🧭高德(🇨🇳:🈶️但未开放 | 🇺🇳:🈚️)\n └ Apple: Apple(🇨🇳:🈚️ | 🇺🇳:🈶️)\n评分和照片服务接口,此选项影响评分和照片服务以及照片使用。\n\nUrlInfoSet.LocationShift: [URL信息集] 定位漂移\n ├ AUTO: 🇺🇳自动(随[动态配置]版本自动选择)\n ├ AutoNavi: 🧭高德(🈚️坐标,使用🇨🇳GCJ-02坐标)\n └ Apple: Apple(🈶️坐标,使用🇺🇳WGS-84坐标)\n定位漂移修正服务接口,控制定位漂移和🧭指南针与📍坐标的经纬度。\n\nTileSet.Satellite: [瓦片数据集] 卫星图像\n ├ AUTO: 🇺🇳自动(随[动态配置]版本自动选择)\n ├ HYBRID: 混合(🇨🇳:2D较新 | 🇺🇳:主要城市3D)\n ├ CN: 🇨🇳中国四维(🇨🇳:2D较新 | 🇺🇳:🈚️)\n └ XX: 🇺🇳DigitalGlobe(🇨🇳:2D较旧 | 🇺🇳:2D+主要城市3D)\n此选项影响所列位图、影像与模型数据。\n\nTileSet.Flyover: [瓦片数据集] 飞行俯瞰\n ├ AUTO: 🇺🇳自动(随[动态配置]版本自动选择)\n ├ CN: 🇨🇳Apple(🇨🇳:🈚️ | 🇺🇳:🈚️)\n └ XX: 🇺🇳Apple(🇨🇳:🈚️ | 🇺🇳:🈶️)\n此选项影响飞行俯瞰全球各地的主要地标和城市功能。\n\nTileSet.Munin: [瓦片数据集] 四处看看\n ├ AUTO: 🇺🇳自动(随[动态配置]版本自动选择)\n ├ CN: 🇨🇳Apple(🇨🇳:🈚️ | 🇺🇳:🈚️)\n └ XX: 🇺🇳Apple(🇨🇳:🈚️ | 🇺🇳:🈶️)\n此选项影响 360 度全景视角在某些地点四处看看功能。\n [Rule] # 🗺️ Amap DOMAIN-SUFFIX,is.autonavi.com,DIRECT # 🗺️ Traffic DOMAIN,gspe12-cn-ssl.ls.apple.com,DIRECT # 🗺️ Tiles DOMAIN,gspe19-cn-ssl.ls.apple.com,DIRECT [Script] # 🗺️ Network Defaults 🗺️ Maps.config.defaults.request = type=http-request, pattern=^https?:\/\/configuration\.ls\.apple\.com\/config\/defaults, script-path=https://github.com/NSRingo/GeoServices/releases/download/v4.1.2/request.bundle.js, argument=GeoManifest.Dynamic.Config.CountryCode="{{{GeoManifest.Dynamic.Config.CountryCode}}}"&UrlInfoSet.Dispatcher="{{{UrlInfoSet.Dispatcher}}}"&UrlInfoSet.Directions="{{{UrlInfoSet.Directions}}}"&UrlInfoSet.RAP="{{{UrlInfoSet.RAP}}}"&UrlInfoSet.LocationShift="{{{UrlInfoSet.LocationShift}}}"&TileSet.Satellite="{{{TileSet.Satellite}}}"&TileSet.Flyover="{{{TileSet.Flyover}}}"&TileSet.Munin="{{{TileSet.Munin}}}" 🗺️ Maps.config.defaults.response = type=http-response, pattern=^https?:\/\/configuration\.ls\.apple\.com\/config\/defaults, requires-body=1, engine=webview, script-path=https://github.com/NSRingo/GeoServices/releases/download/v4.1.2/response.bundle.js, argument=GeoManifest.Dynamic.Config.CountryCode="{{{GeoManifest.Dynamic.Config.CountryCode}}}"&UrlInfoSet.Dispatcher="{{{UrlInfoSet.Dispatcher}}}"&UrlInfoSet.Directions="{{{UrlInfoSet.Directions}}}"&UrlInfoSet.RAP="{{{UrlInfoSet.RAP}}}"&UrlInfoSet.LocationShift="{{{UrlInfoSet.LocationShift}}}"&TileSet.Satellite="{{{TileSet.Satellite}}}"&TileSet.Flyover="{{{TileSet.Flyover}}}"&TileSet.Munin="{{{TileSet.Munin}}}" # 🗺️ Announcements 🗺️ Maps.config.announcements.request = type=http-request, pattern=^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/config\/announcements, script-path=https://github.com/NSRingo/GeoServices/releases/download/v4.1.2/request.bundle.js, argument=GeoManifest.Dynamic.Config.CountryCode="{{{GeoManifest.Dynamic.Config.CountryCode}}}"&UrlInfoSet.Dispatcher="{{{UrlInfoSet.Dispatcher}}}"&UrlInfoSet.Directions="{{{UrlInfoSet.Directions}}}"&UrlInfoSet.RAP="{{{UrlInfoSet.RAP}}}"&UrlInfoSet.LocationShift="{{{UrlInfoSet.LocationShift}}}"&TileSet.Satellite="{{{TileSet.Satellite}}}"&TileSet.Flyover="{{{TileSet.Flyover}}}"&TileSet.Munin="{{{TileSet.Munin}}}" 🗺️ Maps.config.announcements.response = type=http-response, pattern=^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/config\/announcements, requires-body=1, binary-body-mode=1, engine=webview, script-path=https://github.com/NSRingo/GeoServices/releases/download/v4.1.2/response.bundle.js, argument=GeoManifest.Dynamic.Config.CountryCode="{{{GeoManifest.Dynamic.Config.CountryCode}}}"&UrlInfoSet.Dispatcher="{{{UrlInfoSet.Dispatcher}}}"&UrlInfoSet.Directions="{{{UrlInfoSet.Directions}}}"&UrlInfoSet.RAP="{{{UrlInfoSet.RAP}}}"&UrlInfoSet.LocationShift="{{{UrlInfoSet.LocationShift}}}"&TileSet.Satellite="{{{TileSet.Satellite}}}"&TileSet.Flyover="{{{TileSet.Flyover}}}"&TileSet.Munin="{{{TileSet.Munin}}}" # 🗺️ Resource Manifest 🗺️ Maps.geo_manifest.dynamic.config.request = type=http-request, pattern=^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/geo_manifest\/dynamic\/config, script-path=https://github.com/NSRingo/GeoServices/releases/download/v4.1.2/request.bundle.js, argument=GeoManifest.Dynamic.Config.CountryCode="{{{GeoManifest.Dynamic.Config.CountryCode}}}"&UrlInfoSet.Dispatcher="{{{UrlInfoSet.Dispatcher}}}"&UrlInfoSet.Directions="{{{UrlInfoSet.Directions}}}"&UrlInfoSet.RAP="{{{UrlInfoSet.RAP}}}"&UrlInfoSet.LocationShift="{{{UrlInfoSet.LocationShift}}}"&TileSet.Satellite="{{{TileSet.Satellite}}}"&TileSet.Flyover="{{{TileSet.Flyover}}}"&TileSet.Munin="{{{TileSet.Munin}}}" 🗺️ Maps.geo_manifest.dynamic.config.response = type=http-response, pattern=^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/geo_manifest\/dynamic\/config, requires-body=1, binary-body-mode=1, engine=webview, script-path=https://github.com/NSRingo/GeoServices/releases/download/v4.1.2/response.bundle.js, argument=GeoManifest.Dynamic.Config.CountryCode="{{{GeoManifest.Dynamic.Config.CountryCode}}}"&UrlInfoSet.Dispatcher="{{{UrlInfoSet.Dispatcher}}}"&UrlInfoSet.Directions="{{{UrlInfoSet.Directions}}}"&UrlInfoSet.RAP="{{{UrlInfoSet.RAP}}}"&UrlInfoSet.LocationShift="{{{UrlInfoSet.LocationShift}}}"&TileSet.Satellite="{{{TileSet.Satellite}}}"&TileSet.Flyover="{{{TileSet.Flyover}}}"&TileSet.Munin="{{{TileSet.Munin}}}" [MITM] hostname = %APPEND% configuration.ls.apple.com, gspe35-ssl.ls.apple.com