Add public transport maps openptmap and ÖPNVKarte, closes #214

This commit is contained in:
Norbert Renner 2019-06-28 12:06:29 +02:00
parent 71c8183d93
commit 88bc4a563f
6 changed files with 51 additions and 4 deletions

View file

@ -30,7 +30,8 @@ const includeList = [
"Waymarked_Trails-Hiking",
"Waymarked_Trails-Cycling",
"Waymarked_Trails-MTB",
"wikimedia-map"
"wikimedia-map",
"openpt_map"
];
function extract(layersJosm) {

View file

@ -0,0 +1,21 @@
{
"geometry": null,
"properties": {
"attribution": {
"required": true,
"text": "© OpenStreetMap contributors, CC-BY-SA",
"url": "http://openptmap.de/"
},
"icon": "http://openptmap.de/favicon_pt.png",
"id": "openpt_map",
"max_zoom": 17,
"min_zoom": 4,
"name": "OpenPT Map (overlay)",
"overlay": true,
"type": "tms",
"url": "http://openptmap.de/tiles/{zoom}/{x}/{y}.png",
"valid-georeference": true,
"dataSource": "JOSM"
},
"type": "Feature"
}