Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion confd/production.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ window._env_ = {
BASE_MAPS: '{{ getv "/configuration/base/maps" "{\"maps\":[{\"id\":\"1st\",\"title\":\"1st Map\",\"isCurrent\":true,\"thumbnail\":\"https://mt1.google.com/vt/lyrs=s&x=6&y=4&z=3\",\"baseRasterLayers\":[{\"id\":\"GOOGLE_TERRAIN\",\"type\":\"XYZ_LAYER\",\"opacity\":1,\"zIndex\":0,\"options\":{\"url\":\"https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}\",\"layers\":\"\",\"credit\":\"GOOGLE\"}},{\"id\":\"INFRARED_RASTER\",\"type\":\"WMS_LAYER\",\"opacity\":0.6,\"zIndex\":1,\"options\":{\"url\":\"https://mesonet.agron.iastate.edu/cgi-bin/wms/goes/conus_ir.cgi?\",\"layers\":\"goes_conus_ir\",\"credit\":\"Infrared data courtesy Iowa Environmental Mesonet\",\"parameters\":{\"transparent\":\"true\",\"format\":\"image/png\"}}}]},{\"id\":\"2nd\",\"title\":\"2nd Map\",\"thumbnail\":\"https://mt1.google.com/vt/lyrs=s&x=6&y=4&z=3\",\"baseRasterLayers\":[{\"id\":\"RADAR_RASTER\",\"type\":\"WMS_LAYER\",\"opacity\":0.6,\"zIndex\":1,\"options\":{\"url\":\"https://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi?\",\"layers\":\"nexrad-n0r\",\"credit\":\"Radar data courtesy Iowa Environmental Mesonet\",\"parameters\":{\"transparent\":\"true\",\"format\":\"image/png\"}}},{\"id\":\"GOOGLE_TERRAIN\",\"type\":\"XYZ_LAYER\",\"opacity\":1,\"zIndex\":0,\"options\":{\"url\":\"https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}\",\"layers\":\"\",\"credit\":\"GOOGLE\"}},{\"id\":\"VECTOR_TILES_GPS\",\"type\":\"XYZ_LAYER\",\"opacity\":1,\"zIndex\":2,\"options\":{\"url\":\"https://gps.tile.openstreetmap.org/lines/{z}/{x}/{y}.png\",\"layers\":\"\",\"credit\":\"openstreetmap\"}}]},{\"id\":\"3rd\",\"title\":\"3rd Map\",\"thumbnail\":\"https://a.tile.thunderforest.com/cycle/17/78208/53265.png\",\"baseRasterLayers\":[{\"id\":\"VECTOR_TILES\",\"type\":\"XYZ_LAYER\",\"opacity\":1,\"zIndex\":0,\"options\":{\"url\":\"https://{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey=6170aad10dfd42a38d4d8c709a536f38\",\"layers\":\"\",\"credit\":\"thunderforest\"}},{\"id\":\"VECTOR_TILES_GPS\",\"type\":\"XYZ_LAYER\",\"opacity\":1,\"zIndex\":1,\"options\":{\"url\":\"https://gps.tile.openstreetmap.org/lines/{z}/{x}/{y}.png\",\"layers\":\"\",\"credit\":\"openstreetmap\"}}]}]}" }}',
DEFAULT_TERRAIN_PROVIDER_URL: '{{ getv "/configuration/default/terrain/provider/url" "" }}',
CSW_3D_URL: '{{ getv "/configuration/csw/3d/url" ""}}',
EXTRACTABLE_MANAGER_URL '{{ getv "/configuration/extractable/manager/url" ""}}'
EXTRACTABLE_MANAGER_URL: '{{ getv "/configuration/extractable/manager/url" ""}}'
};