Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

jochenklar/tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiles

A minimal leaflet map.

Setup

Create a config.json of the form:

{
  "view": {
    "center": [
      52.51,
      13.37628
    ],
    "zoom": 14
  },
  "base": [
    {
      "name": "OSM",
      "url": "http://tile.openstreetmap.org/{z}/{x}/{y}.png",
      "options": {
        "attribution": "Map data © 2012 OpenStreetMap contributors",
        "maxZoom": 20,
        "minZoom": 6
      }
    }
  ],
  "overlay": [
    {
      "name": "thunderforest.com/landscape",
      "url": "http://{s}.tile.thunderforest.com/landscape/{z}/{x}/{y}.png",
      "options": {
        "attribution": "Maps © <a href=\"https://www.thunderforest.com\">Thunderforest</a>, Data © <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap contributors</a>",
        "maxZoom": 20,
        "minZoom": 6
      }
    },
    {
      "name": "thunderforest.com/outdoors",
      "url": "http://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png",
      "options": {
        "attribution": "Maps © <a href=\"https://www.thunderforest.com\">Thunderforest</a>, Data © <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap contributors</a>",
        "maxZoom": 20,
        "minZoom": 6
      }
    }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published