Skip to content

Instantly share code, notes, and snippets.

@johanberonius
Created February 21, 2018 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johanberonius/9f2343d44f7030936fc5c3bd65f1cac4 to your computer and use it in GitHub Desktop.
Save johanberonius/9f2343d44f7030936fc5c3bd65f1cac4 to your computer and use it in GitHub Desktop.
Mobile Atlas Creator custom map source for Eniro
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Eniro</name>
<minZoom>0</minZoom>
<maxZoom>16</maxZoom>
<tileType>png</tileType>
<invertYCoordinate>true</invertYCoordinate>
<url>http://{$serverpart}.eniro.no/geowebcache/service/tms1.0.0/map/{$z}/{$x}/{$y}.png</url>
<serverParts>map01 map02 map03 map04</serverParts>
<backgroundColor>#00000000</backgroundColor>
</customMapSource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment