Skip to content

Instantly share code, notes, and snippets.

@typebrook
Last active September 18, 2023 13:05
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save typebrook/a61ccca5b3d46f36784c120bf30c4236 to your computer and use it in GitHub Desktop.
Save typebrook/a61ccca5b3d46f36784c120bf30c4236 to your computer and use it in GitHub Desktop.
[tile-URL] 紀錄一些圖磚的url #tile #collection

Google chart API

用來產生Tile Number,格式可自己調整

https://chart.apis.google.com/chart?chst=d_text_outline&chs=256x256&chf=bg,s,00000044&chld=FFFFFF|32|h|000000|b|||x={x}|y={y}|z={z}||||______________


tilezen vector tile

不過Mapzen已死,有事燒紙...
https://tile.mapzen.com/mapzen/vector/v1/{all/building/earth,landuse}/{z}/{x}/{y}.{mvt/topojson/json/vtm}?api_key=mapzen-Ka4PVaQ


魯地圖

由Rex的Server提供的魯地圖

http://rudy.tile.basecamp.tw/{z}/{x}/{y}.png

Happyman

地圖產生器提供的航跡檔

http://rs.happyman.idv.tw/map/gpxtrack/{z}/{x}/{y}.png

地圖產生器提供的等高線圖(魯地圖vanilla)

htps://rs.happyman.idv.tw/map/moi_osm/{z}/{x}/{y}.png


OSM

OpenStreetMap 經典圖磚

http://{a|b|c}.tile.openstreetmap.org/{z}/{x}/{y}.png


中研院

線上觀看

經建三: 大家的好朋友


http://gis.sinica.edu.tw/tileserver/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=TM25K_2001&STYLE=_null&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&FORMAT=image/jpeg


NLSC

http://maps.nlsc.gov.tw/OpenData/wmts 預設圖層:解析度和style爛到有剩...

http://wmts.nlsc.gov.tw/wmts/EMAP5_OPENDATA/default/GoogleMapsCompatible/{z}/{y}/{x}

正射影像圖:高解析度的影像

http://wmts.nlsc.gov.tw/wmts/PHOTO2/default/GoogleMapsCompatible/{z}/{y}/{x}

正射影像圖with等高線

http://wmts.nlsc.gov.tw/wmts/PHOTO_MIX/default/GoogleMapsCompatible/{z}/{y}/{x}


Bing Sattelite Only for OSM Editing


https://ecn.t2.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=587&mkt=en-gb&n=z

@typebrook
Copy link
Author

先加入一些想到的圖資

@jidanni
Copy link

jidanni commented Feb 14, 2018

@typebrook
Copy link
Author

感謝前輩提醒,我這幾天正好在參考上河文章,寫電力座標的轉換式呢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment