xgis-ol
Version:
基于openlayers + ol-ext库进行封装
59 lines • 1.18 kB
JSON
{
"id":"map",
"group":"map",
"hasLayerManager":true,
"isInternet":true,
"projInfo":{
"epsg":"EPSG:4490",
"proj4": "+proj=longlat +ellps=GRS80 +no_defs +type=crs",
"prjExtent": [-180, -90, 180, 90]
},
"viewOptions":{
"zoom":5,
"center":[116.46229441189399, 40.24876149],
"minZoom":1,
"maxZoom":22,
"projection":"EPSG:3857",
"multiWorld":true
},
"layers":["vec_w","cva_w"],
"controls":[
{
"key":"target",
"options":{
"visible":true,
"composit":"default"
}
},
{
"key":"overview",
"options":{
"align":"right",
"layers":[0,1]
}
},
{
"key":"scale"
},
{
"key":"scaleline"
},
{
"key":"print"
},
{
"key":"printDialog",
"options":{}
}
],
"interactions":[
{
"key":"FishEyeClip",
"options":{
"active":false,
"radius":10,
"layers":[0,1]
}
}
]
}