Added the maps-module to the iwmlib.
Migrated a ot of the content from the tuesch to the iwmlib. This is before the decoupeling of the layers.
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"osm": {
|
||||
"projection": "mercator",
|
||||
"type": "deepzoom",
|
||||
"tiles": {
|
||||
"clip": {
|
||||
"minLevel": 0,
|
||||
"maxLevel": 20,
|
||||
"startCol": 275200,
|
||||
"startRow": 180992,
|
||||
"bounds": {
|
||||
"min": [
|
||||
48.458353,
|
||||
8.96484374976547
|
||||
],
|
||||
"max": [
|
||||
48.5747899110263,
|
||||
9.14062499976523
|
||||
]
|
||||
}
|
||||
},
|
||||
"tileSize": 512,
|
||||
"format": "png",
|
||||
"overlap": 0,
|
||||
"type": "map",
|
||||
"height": 131072,
|
||||
"width": 131072,
|
||||
"path": "./var/stadtplan/2018",
|
||||
"urlTileTemplate": "{path}/{level}/{row}/{column}.{format}"
|
||||
},
|
||||
"stadtplan": {
|
||||
"projection": "mercator",
|
||||
"type": "deepzoom",
|
||||
"icon": "./var/img/map_thumbnails/stadtplan.jpg",
|
||||
"tiles": {
|
||||
"compression": [
|
||||
"dds"
|
||||
],
|
||||
"clip": {
|
||||
"minLevel": 12,
|
||||
"maxLevel": 20,
|
||||
"startCol": 275200,
|
||||
"startRow": 180992,
|
||||
"bounds": {
|
||||
"min": [
|
||||
48.458353,
|
||||
8.96484374976547
|
||||
],
|
||||
"max": [
|
||||
48.5747899110263,
|
||||
9.14062499976523
|
||||
]
|
||||
}
|
||||
},
|
||||
"tileSize": 512,
|
||||
"format": "png",
|
||||
"overlap": 0,
|
||||
"type": "map",
|
||||
"height": 131072,
|
||||
"width": 131072,
|
||||
"path": "./var/stadtplan/2018",
|
||||
"urlTileTemplate": "{path}/{level}/{row}/{column}.{format}"
|
||||
},
|
||||
"options": {
|
||||
"cover": true
|
||||
}
|
||||
},
|
||||
"luftbild": {
|
||||
"projection": "mercator",
|
||||
"type": "deepzoom",
|
||||
"icon": "./var/img/map_thumbnails/luftbild.jpg",
|
||||
"tiles": {
|
||||
"compression": [
|
||||
"dds"
|
||||
],
|
||||
"clip": {
|
||||
"minLevel": 12,
|
||||
"maxLevel": 20,
|
||||
"startCol": 275200,
|
||||
"startRow": 180992,
|
||||
"bounds": {
|
||||
"min": [
|
||||
48.458353,
|
||||
8.96484374976547
|
||||
],
|
||||
"max": [
|
||||
48.5747899110263,
|
||||
9.14062499976523
|
||||
]
|
||||
}
|
||||
},
|
||||
"tileSize": 512,
|
||||
"format": "png",
|
||||
"overlap": 0,
|
||||
"type": "map",
|
||||
"height": 131072,
|
||||
"width": 131072,
|
||||
"path": "./var/luftbild/2018",
|
||||
"urlTileTemplate": "{path}/{level}/{row}/{column}.{format}"
|
||||
},
|
||||
"options": {
|
||||
"cover": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user