nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

inkatlas.json (435B)


      1 {
      2   "slug": "inkatlas-outdoor",
      3   "name": "Inkatlas Outdoor",
      4   "tile-width": 256,
      5   "tile-height": 256,
      6   "max-zoom-level": 19,
      7   "urls": [
      8     "https://tile.inkatlas.com/inkatlas/outdoor/${z}/${x}/${y}.png"
      9   ],
     10   "copyrights": [
     11     {
     12       "text": "© OpenStreetMap contributors",
     13       "url": "https://www.openstreetmap.org/copyright"
     14     },
     15     {
     16       "text": "© Inkatlas OÜ",
     17       "url": "https://inkatlas.com"
     18     }
     19   ]
     20 }
     21