aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
* README.md: Link to https://karta.klimatanalysnorr.se.HEADmasterGuilhem Moulin2024-04-231
|
* Typofix.Guilhem Moulin2024-04-231
| | | | Spell out the project case as per https://www.klimatanalysnorr.se .
* Run `npm update --save`.Guilhem Moulin2024-04-082
|
* Upgrade proj4 to 2.11.x.Guilhem Moulin2024-04-081
|
* Upgrade OpenLayers to 9.1.0.Guilhem Moulin2024-04-081
|
* Run `npm update --save`.Guilhem Moulin2024-03-022
|
* Upgrade proj4 to 2.10.Guilhem Moulin2024-03-022
|
* Upgrade OpenLayers to 9.0.0.Guilhem Moulin2024-03-022
| | | | Release notes: https://github.com/openlayers/openlayers/releases/tag/v9.0.0
* HTML: Remove trailing slashes from void elements.Guilhem Moulin2024-02-072
| | | | Cf. https://github.com/validator/validator/wiki/Markup-%C2%BB-Void-elements#trailing-slashes-directly-preceded-by-unquoted-attribute-values
* CSS: Minor margin consistency improvement.Guilhem Moulin2024-02-021
|
* CSS: Improve rules for mobile devices.Guilhem Moulin2024-02-023
| | | | Place control icons in a row near the top.
* CSS: Improve rules for mobile devices.Guilhem Moulin2024-01-312
|
* example.html: Improve responsiveness on mobile devices.Guilhem Moulin2024-01-312
|
* typofixGuilhem Moulin2024-01-311
|
* Add layer for gigafactories (own drawing).Guilhem Moulin2024-01-312
|
* Add layer for dams (from SMHI).Guilhem Moulin2024-01-312
|
* Move some layers into a dedicated MVT container.Guilhem Moulin2024-01-311
| | | | | | | | | | The SKS and ST layers are much larger than the rest, there are tons of features which cover almost of the territory. They therefore take longer to download. As they are insible by default, it makes sense to factor them out to speed up the rest. This is just a PoC for now, we'll need to refator later and posibly use a separate layer for each of SvK, SGU, VBK, SKS, ST, etc.
* Vite configuration: Don't watch tile files.Guilhem Moulin2024-01-311
| | | | | | This is not useful and can easily crash the server with Error: ENOSPC: System limit for number of file watchers reached
* Vite configuration: typofix.Guilhem Moulin2024-01-311
|
* Fix VectorTile URL.Guilhem Moulin2024-01-311
|
* Add layer for forestry (from Skogsstyrelsen).Guilhem Moulin2024-01-312
|
* Add layer for Rennäringen (from Sametinget).Guilhem Moulin2024-01-302
|
* Fix attribution.Guilhem Moulin2024-01-301
|
* Fix SvK's z-index.Guilhem Moulin2024-01-301
|
* Add blank lines.Guilhem Moulin2024-01-301
|
* Add windmill layers (from LST Vindbrukskollen).Guilhem Moulin2024-01-3011
|
* Mineralrättigheter: Remove unused fields from popover.Guilhem Moulin2024-01-301
|
* Factor out unit formating in popover.Guilhem Moulin2024-01-291
|
* Add “mineral rights” layers (from SGU).Guilhem Moulin2024-01-293
|
* Improve style for SvK stations.Guilhem Moulin2024-01-291
|
* Improve dash style for SvK's transmissionsnätsprojekt.Guilhem Moulin2024-01-291
|
* Improve CSS rules for #modal-info links.Guilhem Moulin2024-01-292
|
* index.html: Add target="_blank" to links in #modal-info.Guilhem Moulin2024-01-291
|
* index.html: Improve wording.Guilhem Moulin2024-01-291
|
* Add SVK's transmissionsnätsprojekt.Guilhem Moulin2024-01-291
| | | | From https://www.svk.se/utveckling-av-kraftsystemet/transmissionsnatet/transmissionsnatsprojekt/
* Put layer names in location hash.Guilhem Moulin2024-01-281
|
* Put basemap name in location hash.Guilhem Moulin2024-01-281
|
* index.html: Improve wording.Guilhem Moulin2024-01-281
|
* Improve CSS rules.Guilhem Moulin2024-01-221
|
* Set ‘aria-label’ attribute on <button>s to their ‘title’ attribute ↵Guilhem Moulin2024-01-222
| | | | value.
* index.html: Improve formatting.Guilhem Moulin2024-01-221
|
* index.html: Add a <noscript> tag.Guilhem Moulin2024-01-221
|
* index.html: Move popup element outside #map-control-container.Guilhem Moulin2024-01-221
| | | | It doesn't belong there.
* Highlight features shown in popover.Guilhem Moulin2024-01-221
|
* map.forEachFeatureAtPixel(): Add a layerFilter.Guilhem Moulin2024-01-221
|
* Fix space damage.Guilhem Moulin2024-01-221
|
* Fix popover absolute placement after unanchoring.Guilhem Moulin2024-01-221
| | | | | | We need to place it under .ol-overlaycontainer-stopevent. Unfortunately this messes its positions upon entering fullscreen, so we dispose it instead.
* Add ability to grab and move popovers.Guilhem Moulin2024-01-222
|
* VectorTile: Don't filter MVT layers.Guilhem Moulin2024-01-221
| | | | | We're only exporting the layers of interest, no need for any further client-side filtering.
* Improve CSS rules.Guilhem Moulin2024-01-221
|