aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
* JS Fetch API: Don't try to decode JSON if the status code isn't 200.HEADmasterGuilhem Moulin24 hours1
|
* Tighten split() limit argument.Guilhem Moulin32 hours1
|
* Popover: Dynamically generate HTML from properties.Guilhem Moulin46 hours1
| | | | There is no need to pre-generate and cache the HTML for all features.
* Gray out a detached popover before recyling it.Guilhem Moulin46 hours2
|
* Dispose popover when (un)selecting layers.Guilhem Moulin46 hours1
|
* Overlay: Get an array of feature properties from the CGI.Guilhem Moulin47 hours1
| | | | | | | | | | | | | Rather than an array GeoJSON objects. The Web Application doesn't need the original full/non-simplified geometry. After all, OpenLayers has fetched the tiles already and the (visible part of) the geometry is already cached in the target SRS with sensible simplification factors. So there is really no need to transfer megabytes of high-precison data to the client to highlight the feature. This changes means that CGI responses will remain small hence can be buffered.
* Rename GeomArea resp. GeomLength properties to geom_area resp. geom_length.Guilhem Moulin3 days1
|
* Upgrade bootstrap-icons to 1.13.x.Guilhem Moulin3 days2
|
* Run `npm update --save`.Guilhem Moulin3 days2
|
* Upgrade OpenLayers to 10.5.x.Guilhem Moulin3 days2
|
* Upgrade proj4 to 2.17.x.Guilhem Moulin3 days2
|
* Batch requests to CGI.Guilhem Moulin3 days1
| | | | Cf. 527fdfd1e46d66007758861dd0decf9c03043d0a in tools.
* Adjust SKS layer popovers to current schema.Guilhem Moulin6 days1
| | | | Cf. 990978c7403ca58956c131dc7992ff113ea04ea6 in tools.
* Adjust MRR layer popovers to current schema.Guilhem Moulin6 days2
| | | | Cf. 981a97c572ee064b4f3ade5d1fc9e5c4397701ff in tools.
* Adjust to new MVT backend.Guilhem Moulin6 days1
| | | | | | | We now query a CGI to retrieve feature properties and full geometries (as GeoJSON). This partially reverts commit 1c0748176997d2e915faae3c6fcf5634f4fb0582.
* Fix credits Sametinget per license requirements.Guilhem Moulin2025-02-231
|
* CSS: Make the layer scrolling bar selectable.Guilhem Moulin2025-01-041
| | | | | A vertical scrolling bar shows up on the right of the layer selection panel, but it was not selectable.
* Run `npm update --save`.Guilhem Moulin2025-01-042
|
* Upgrade OpenLayers to 10.3.x.Guilhem Moulin2025-01-042
|
* Upgrade proj4 to 2.15.x.Guilhem Moulin2025-01-042
|
* Add layers for Riksintressen, naturvård och friluftsliv.Guilhem Moulin2024-10-202
|
* Add layers for Naturvårdsregistret and Naturvårdsavtal.Guilhem Moulin2024-10-202
|
* Update links and license information.Guilhem Moulin2024-10-201
|
* Adjust to new backend.Guilhem Moulin2024-10-202
| | | | | | | | | Account for changes in the tooling: - Use multiple vector layers and a metadata.json manifest; - Automatically reload the manifest after 6h so we don't miss updates; - Fetch feature properties from separate attribute files; and - Use the original feature geometry as overlay to avoid clipping.
* Run `npm update --save`.Guilhem Moulin2024-10-182
|
* Upgrade OpenLayers to 10.2.x.Guilhem Moulin2024-09-232
|
* Upgrade proj4 to 2.12.x.Guilhem Moulin2024-09-232
|
* Run `npm update --save`.Guilhem Moulin2024-09-232
|
* Add ability to maximize popovers.Guilhem Moulin2024-05-302
|
* Don't re-attach open popovers when clicking on a feature.Guilhem Moulin2024-05-301
| | | | | Once an open popover is detached, keep it detached until it is closed. That's also the behavior of https://apps.sgu.se/kartvisare/kartvisare-mineralrattigheter.html .
* Run `npm update --save`.Guilhem Moulin2024-05-302
|
* Upgrade OpenLayers to 9.2.0.Guilhem Moulin2024-05-301
|
* Improve comments.Guilhem Moulin2024-05-201
|
* README.md: Link to https://karta.klimatanalysnorr.se.Guilhem 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.