Skip to content

Commit

Permalink
2425 config api for wms (#2457)
Browse files Browse the repository at this point in the history
* 2425-Config_API_for_WMS

* 2425-Config_API_for_WMS
  • Loading branch information
ychoquet authored Sep 6, 2024
1 parent 4f52eb0 commit f13e264
Show file tree
Hide file tree
Showing 27 changed files with 1,384 additions and 991 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,24 @@
"hasDefault": false,
"info": [
{
"visible": true,
"label": "",
"visible": false,
"values": [],
"settings": {
"symbol": "square",
"type": "simpleSymbol",
"rotation": 0,
"color": "rgba(156,0,130,1)",
"stroke": {
"color": "rgba(128,128,128,1)"
}
"color": "rgba(0,0,0,1)",
"lineStyle": "solid",
"width": 1
},
"size": 2.668,
"symbol": "square",
"offset": [
0,
0
]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"map": {
"interaction": "dynamic",
"viewSettings": {
"minZoom": 5,
"projection": 3978
},
"basemapOptions": {
"basemapId": "transport",
"shaded": false,
"labeled": true
},
"listOfGeoviewLayerConfig": [
{
"geoviewLayerId": "LYR1",
"geoviewLayerName": {
"en": "Earthquakes",
"fr": "Tremblements de terre"
},
"metadataAccessPath": {
"en": "https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/earthquakes_en/MapServer/",
"fr": "https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/earthquakes_fr/MapServer/"
},
"geoviewLayerType": "esriDynamic",
"listOfLayerEntryConfig": [
{
"layerId": "0",
"layerName": {
"en": "Earthquakes 1980-1990",
"fr": "Tremblements de terre 1980-1990"
},
"initialSettings": {
"controls": {
"query": true
},
"states": {
"queryable": true
}
},
"attributions": ["Ressources naturelles Canada, Secteur des terres et des minéraux, Commission Géologique du Canada, Service canadien d\\'information sur les risques"]
},
{
"layerId": "1",
"layerName": {
"en": "Earthquakes 1990-2000",
"fr": " Tremblements de terre 1990-2000"
},
"attributions": ["Ressources naturelles Canada, Secteur des terres et des minéraux, Commission Géologique du Canada, Service canadien d\\'information sur les risques"]
}
]
}
]
},
"components": ["overview-map"],
"footerBar": {
"tabs": {
"core": ["legend", "layers", "details", "data-table"]
}
},
"corePackages": [],
"theme": "geo.ca"
}
Loading

0 comments on commit f13e264

Please sign in to comment.