Tile Map Proxy

A Tile Map Proxy base on NodeJS Edge runtime. Provide a unified API that uses Google XYZ tile coordinates
It can be imported into the map browser as a custom map source. Ovital, ACGIS etc.
Feature:
1. Resolve and optimize the tile map loading network. With the power of CloudFlare global CDN and cache.
2. Help people(Chinese) that after the GFW to access the world map service(Google etc.).
3. Smooth out the differences between each Tile API and provide Google XYZ-based Tile APIs in a unified format.
4. Provides a custom **hander** interface to handle possible limitations of some APIs. e.g. CORS/Header Referer/Cookie etc.

Usage:

Preview Parameter X: Y: Z:

Google Pure Satellite 谷歌纯卫图1 -- gps1

Source:

https://www.google.com/maps/vt?lyrs=s@189&x=${x}&y=${y}&z=${z}

Preview:

Google Pure Satellite 谷歌纯卫图1

Google Pure Satellite 谷歌纯卫图2 -- gps2

Source:

https://khms${serverpart}.google.com/kh/v=979?x=${x}&y=${y}&z=${z}

Preview:

Google Pure Satellite 谷歌纯卫图2

Google Satellite Hybrid Offseted 谷歌卫图火星偏移(路网对的上) -- gsh_offseted

Source:

http://mt${serverpart}.google.com/vt/lyrs=y&gl=CN&x=${x}&y=${y}&z=${z}

Preview:

Google Satellite Hybrid Offseted 谷歌卫图火星偏移(路网对的上)

Openstreetmap Standard -- osms

Source:

https://tile.openstreetmap.org/${z}/${x}/${y}.png

Preview:

Openstreetmap Standard

Openstreetmap Public GPS trace -- osmgps

Source:

https://gps.tile.openstreetmap.org/lines/${z}/${x}/${y}.png

Preview:

Openstreetmap Public GPS trace

TraceStrack Topo Map -- ttm

Source:

https://tile.tracestrack.com/topo__/${z}/${x}/${y}.png?key=383118983d4a867dd2d367451720d724

Preview:

TraceStrack Topo Map

OpenStreetMap Transport -- osmtsp

Source:

https://${serverpart}.tile.thunderforest.com/transport/${z}/${x}/${y}.png?apikey=6e5478c8a4f54c779f85573c0e399391

Preview:

OpenStreetMap Transport

FlightRadar64 Google Map 512x -- frgm

Source:

https://maps.google.com/maps/vt?pb=!1m5!1m4!1i${z}!2i${x}!3i${y}!4i256!2m3!1e4!2st!3i693!2m3!1e0!2sr!3i693439057!3m17!2sen!3sUS!5e18!12m4!1e68!2m2!1sset!2sTerrain!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcy50OjMzfHMuZTpsfHAudjpvZmY!4e0!5m1!5f2&client=gme-flightradar24ab1&token=10424

Preview:

FlightRadar64 Google Map 512x

Maritime Map www.shipfinder.com 船讯网海事地图 -- maritime_shipfinder

Source:

https://m12.shipxy.com/tile.c?l=En&m=F&x=${x}&y=${y}&z=${z}

Preview:

Maritime Map www.shipfinder.com 船讯网海事地图

Maritime Map webapp.navionics.com 海事地图,要更新key -- maritime_navionics

Source:

https://backend.navionics.com/tile/${z}/${x}/${y}?LAYERS=config_1_20.00_0&TRANSPARENT=FALSE&UGC=TRUE&theme=0&navtoken=eyJrZXkiOiJOQVZJT05JQ1NfV0VCQVBQX1AwMSIsImtleURvbWFpbiI6IndlYmFwcC5uYXZpb25pY3MuY29tIiwicmVmZXJlciI6IndlYmFwcC5uYXZpb25pY3MuY29tIiwicmFuZG9tIjoxNzE2ODAxODYxNTE3fQ

Preview:

Maritime Map webapp.navionics.com 海事地图,要更新key

Arcgis Satelite -- arcgis_satelite

Source:

https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/${z}/${y}/${x}

Preview:

Arcgis Satelite

Map here satelite maps.here.com -- mh_satelite

Source:

https://maps.hereapi.com/v3/background/mc/${z}/${x}/${y}/jpeg?xnlp=CL_JSMv3.1.54.1&apikey=VIgA93C7p_rt10QsMlg6oNkpzp_9ZHImeBRE99b8GgU&style=satellite.day&ppi=400&size=512&lang=en&lang2=en

Preview:

Map here satelite maps.here.com

Bing Satelite Map -- bing_satelite

Source:

https://t.ssl.ak.tiles.virtualearth.net/tiles/a${quadkey}.jpeg?g=14482&n=z&prx=1

Preview:

Bing Satelite Map

shipxy.com Satelite Map 船讯网卫星地图带路网 -- shipxy_satelite

Source:

https://gwxc.shipxy.com/tile.g?z=${z}&x=${x}&y=${y}

Preview:

shipxy.com Satelite Map 船讯网卫星地图带路网

shipxy.com naurical chart 船讯网海图 -- shipxy_maritime

Source:

https://m12.shipxy.com/tile.c?l=Na&m=o&x=${x}&y=${y}&z=${z}&

Preview:

shipxy.com naurical chart 船讯网海图

Test Router 测试路由 -- t

Source:

https://cip.cc/

Preview:

Test Router 测试路由