Skip to content

Instantly share code, notes, and snippets.

@vdubr
Last active December 28, 2015 13:31
Show Gist options
  • Save vdubr/decf28d1ffabc75219d0 to your computer and use it in GitHub Desktop.
Save vdubr/decf28d1ffabc75219d0 to your computer and use it in GitHub Desktop.
{
"projection":"EPSG:3857",
"map":{
"init":{
"center":[1584693.686678698, 6263209.25996398],
"zoom":10
},
"baseResolution":156543.03391,
"resolutionsLevels":21
},
"layers":[
{
"type":"wms",
"specs":{
"url":"http://geoportal.cuzk.cz/WMS_ZM10_PUB/WMService.aspx",
"layers":"GR_ZM10",
"tiled":true,
"projection":"EPSG:3857"
},
"config":{
"name":"Základní mapa 10",
"baselayer":false,
"visible":true,
"alpha":0,
"reload":0,
"tags":["ZM10,podkladovka"]
}
},
{
"type":"geojson",
"specs":{
"path":"./data/vector/3857/polygon.geojson",
"styleId":1,
"projection":"EPSG:3857"
},
"config":{
"name":"First vector",
"baselayer":false,
"visible":true,
"tags":["Vector","aaa"]
}
},{
"type":"geojson",
"specs":{
"styleId":1,
"path":"./data/vector/3857/line.geojson",
"style":"stylefunction",
"projection":"EPSG:3857"
},
"config":{
"name":"First vector",
"baselayer":false,
"visible":true,
"tags":["Vector","aaa"]
}
},{
"type":"geojson",
"specs":{
"styleId":2,
"path":"./data/vector/3857/point.geojson",
"style":"stylefunction",
"projection":"EPSG:3857"
},
"config":{
"name":"First vector",
"baselayer":false,
"visible":true,
"tags":["Vector","aaa"]
}
},{
"type":"markers",
"specs":{
"styleId":3,
"path":"./data/vector/3857/markers.json",
"style":"stylefunction",
"projection":"EPSG:3857"
},
"config":{
"name":"Markers 1",
"baselayer":false,
"visible":true,
"tags":["Vector","aaa", "markers"]
}
}
],
"theme":{
},
"styles":[
{
"id":1,
"def":{
"fill": {
"color":"#ffcc66",
"opacity":0.6
},
"stroke": {
"color":"#000000",
"opacity":0.6,
"width":1
}
}
},
{
"id":2,
"def":{
"image": {
"src":"./data/images/tree.png",
"scale":0.2
}
}
},
{
"id":3,
"def":{
"image": {
"src":"./data/images/vojta.jpg",
"scale":0.2
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment