diff --git a/packages/geoview-core/public/configs/OSDP/osdp-land-swiper.json b/packages/geoview-core/public/configs/OSDP/osdp-land-swiper.json new file mode 100644 index 00000000000..24ada65f881 --- /dev/null +++ b/packages/geoview-core/public/configs/OSDP/osdp-land-swiper.json @@ -0,0 +1,10 @@ +{ + "orientation": "vertical", + "keyboardOffset": 10, + "layers": [ + "LYR1" + ], + "suportedLanguages": [ + "en" + ] +} \ No newline at end of file diff --git a/packages/geoview-core/public/configs/OSDP/osdp-land.json b/packages/geoview-core/public/configs/OSDP/osdp-land.json new file mode 100644 index 00000000000..b75e6cc8d66 --- /dev/null +++ b/packages/geoview-core/public/configs/OSDP/osdp-land.json @@ -0,0 +1,52 @@ +{ + "map": { + "interaction": "dynamic", + "viewSettings": { + "zoom": 8, + "center": [-113, 57.5], + "projection": 3978 + }, + "basemapOptions": { + "basemapId": "transport", + "shaded": true, + "labeled": true + }, + "listOfGeoviewLayerConfig": [ + { + "geoviewLayerId": "LYR1", + "geoviewLayerName": { "en": "2010 Land Cover of Canada" }, + "metadataAccessPath": { + "en": "https://datacube.services.geo.ca/web/landcover.xml" + }, + "geoviewLayerType": "ogcWms", + "listOfLayerEntryConfig": [ + { + "layerId": "landcover-2010" + } + ] + }, + { + "geoviewLayerId": "LYR2", + "geoviewLayerName": { "en": "2015 Land Cover of Canada" }, + "metadataAccessPath": { + "en": "https://datacube.services.geo.ca/web/landcover.xml" + }, + "geoviewLayerType": "ogcWms", + "listOfLayerEntryConfig": [ + { + "layerId": "landcover-2015" + } + ] + } + ] + }, + "components": ["north-arrow", "overview-map"], + "footerBar": { + "tabs": { + "core": ["legend", "layers", "details", "data-table"] + } + }, + "corePackages": [ "swiper"], + "theme": "geo.ca", + "suportedLanguages": ["en"] + } \ No newline at end of file diff --git a/packages/geoview-core/public/configs/package-swiper2-config.json b/packages/geoview-core/public/configs/package-swiper2-config.json index 5782ac2def8..b351d22a731 100644 --- a/packages/geoview-core/public/configs/package-swiper2-config.json +++ b/packages/geoview-core/public/configs/package-swiper2-config.json @@ -20,7 +20,7 @@ "metadataAccessPath": { "en": "https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/historical_flood_event_en/MapServer/" }, - "geoviewLayerType": "esriDynamic", + "geoviewLayerType": "esriFeature", "listOfLayerEntryConfig": [ { "layerId": "0" diff --git a/packages/geoview-core/public/css/style.css b/packages/geoview-core/public/css/style.css index a098e81811b..9a69fdd5903 100644 --- a/packages/geoview-core/public/css/style.css +++ b/packages/geoview-core/public/css/style.css @@ -12,6 +12,7 @@ html { body { margin: 0; padding: 50px; + background-color: #ffffff !important; } td { diff --git a/packages/geoview-core/public/index.html b/packages/geoview-core/public/index.html index 0347aca9621..e86531cf7e1 100644 --- a/packages/geoview-core/public/index.html +++ b/packages/geoview-core/public/index.html @@ -1,76 +1,74 @@ - -
- - -