# #This is an example of how to add map layers from an external WMS map server # # #The properties here all have a "china.map" prefix. #In the main ramadda properties define a property with: # #ramadda.map.extras=china.map # #Note, if there are other map layers from other plugins then add their base ids like: #ramadda.map.extras=china.map,otherextralayer1,otherextralayer2 #Now, for the china.map base we can specify a comma separated list of maps #china.map.maps=map1,map2 #for now we just have one map id: china.map.maps=map1 #for each map id in the list we look for: #..url= #..legend.label= #..default= china.map.map1.url=http://cache1.arcgisonline.cn/arcgis/rest/services/ChinaOnlineStreetColor/MapServer/tile/${z}/${y}/${x} china.map.map1.label=China street map china.map.map1.default=true #If we had more than one map ids defined in the china.map.maps then we just set the properties here #china.map.map2.url=http://cache1.arcgisonline.cn/arcgis/rest/services/ChinaOnlineStreetColor/MapServer/tile/${z}/${y}/${x} #china.map.map2.label=China street map