tumic0 / GPXSee-maps

GPXSee maps
https://maps.gpxsee.org
The Unlicense
34 stars 10 forks source link

Added MapAnt map #9

Closed sikmir closed 6 years ago

sikmir commented 6 years ago

MapAnt is a gigantic orienteering map covering almost all of Finland. It was automatically generated based on the publically available laser scanning data and topographic maps from the National Land Survey of Finland.

WMTS (Web Map Tile Service) and WMS (Web Map Service):

From December 2017 onwards MapAnt.fi map can be accessed via WMTS and WMS. There is currently three alternatives available:

  • (1) WMTS, TM35FIN (EPSG:3067) with JHS180 compatible tiles. Here is EPSG:3067 WMTS Capabilities and here is example how to use it in Leaflet.js. This is preferred alternative, it is fasteest and has best image quality.
  • (2) WMTS, Web Mercator (EPSG:3857, EPSG:900913) popularized by web services such as Google and OSM. Here is Web Mercator WMTS Capabilities and here is Leaflet.js example page. Note, transformation to this coordinate system is made on-the-fly so there is compromises in image quality and response times.
  • (3) WMS, TM35FIN (EPSG:3067) only. Here is WMS URL. Maximum image size is 4000 x 4000 pixels. Image quality is best if requested resolution is a power of 2 (1,2,4,8 ... m/pixel) and image is size below 3000x3000 pixels. Please don't overload WMS service with lots of big requests, we would like to keep this available to provide easy way to access data with clients supporting WMS but not supporting WMTS, such as Ocad

~I had to choose the second option (WMTS, Web Mercator).~ ~What about the first option (WMTS, TM35FIN), see tumic0/GPXSee#104.~

sikmir commented 6 years ago

Fixed on server side (redirect permanently removed). PR updated to (1).

tumic0 commented 6 years ago

zoom does not apply for WMTS maps, it is only used for OSM maps. In case of WMTS maps, the zooms are always taken from the WMTS XML document. Please remove the line so it is not confuse people searching for examples.

sikmir commented 6 years ago

Updated.