diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-05 15:18:05 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-05 15:40:38 +0200 |
commit | 722fb24ab2cf606a60b34991bb4e6f36b7e8ec18 (patch) | |
tree | af26c28642d7720e52fa09a672f3441a77631676 /example.html | |
parent | 87a1bf0d5157a727984221d5d3507a4079e72ff4 (diff) |
Update default view.
Use Lantmäteriet's 'topowebb_nedtonad' basemap, and show some layers.
This is more or less what's being linked to at
https://www.klimatanalysnorr.se/kartor-2/ .
For existing links to the old non-hierarchical names, we simply use the
default view instead of trying to map layer names to the new ones.
Diffstat (limited to 'example.html')
-rw-r--r-- | example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example.html b/example.html index 5dd0e01..67e8300 100644 --- a/example.html +++ b/example.html @@ -15,7 +15,7 @@ man välja lager, ladda ner kartan som PNG-fil, och få information om de olika föremålen.</p> </div> - <iframe id="map" src="/#z=0&basemap=topowebb_nedtonad&layers=svk_lines+svk_pylons+svk_stations+svk_planned+mrr_appr_ec+mrr_appl_ec+mrr_appr_ogd+mrr_appl_ogd+mrr_appr_met+mrr_appl_met+mrr_appr_dl+mrr_appr_pc+vbk_area_current+vbk_station_completed+vbk_station_processed+vbk_station_approved+gigafactories" title="Webbkarta"></iframe> + <iframe id="map" src="/" title="Webbkarta"></iframe> </div> </body> </html> |