Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | MRR: Fix expiration date for exploration permits. | Guilhem Moulin | 9 days | 1 |
| | | | | Regression from a5b50cb095c1e63e13beedc6f370932a6cbb56a3. | |||
* | CSS: Don't hijack pointer events under the layer selection panel. | Guilhem Moulin | 9 days | 1 |
| | | | | | This completes commit dc6b2e286c8061318325c42d622798bfb8ab8c87 which didn't work on Firefox. | |||
* | JS: Don't redirect an empty `layers=` parameter to the default layer selection. | Guilhem Moulin | 9 days | 1 |
| | ||||
* | Update default view. | Guilhem Moulin | 9 days | 2 |
| | | | | | | | | | 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. | |||
* | Change layer group/name separator to ‘.’ from ‘_’. | Guilhem Moulin | 9 days | 1 |
| | | | | The former better indicates hierarchy. | |||
* | Add layers for offshore wind farms. | Guilhem Moulin | 9 days | 1 |
| | | | | | Colors and tooltips inspired from https://vbk.lansstyrelsen.se/ (like for other VBK layers). | |||
* | JS: Replace some `let`s with `const`s. | Guilhem Moulin | 9 days | 1 |
| | ||||
* | Improve wording for VBK layer descriptions. | Guilhem Moulin | 10 days | 1 |
| | ||||
* | Info dialog: Change icon from clock to map. | Guilhem Moulin | 10 days | 1 |
| | ||||
* | CSS: Don't hijack pointer events under the layer selection panel. | Guilhem Moulin | 10 days | 1 |
| | | | | | | | Previously it was not possible to click under the layer selection panel or legend to highlight a feature or move the map around. Regression from 385373a4a1df0b4505c273db82296073aa82102e. | |||
* | Improve CSS rules for #modal-info headings. | Guilhem Moulin | 10 days | 1 |
| | ||||
* | info-modal: Fetch source copyright and mtime remotely from metadata.json. | Guilhem Moulin | 10 days | 3 |
| | | | | | | | | | Source URL and copyright information are now defined tools' config.yml. This change exposes MVT creation time as well as source mtime to the info modal. See 052536f62d2e58f6b9b142e035c49cb033458d7f in tools for the generation logic behind metadata.json. | |||
* | info modal: Workaround for boostrap bug #41005. | Guilhem Moulin | 10 days | 1 |
| | | | | Bug: https://github.com/twbs/bootstrap/issues/41005#issuecomment-2585390544 | |||
* | MRR: Drop export_date field. | Guilhem Moulin | 10 days | 1 |
| | | | | Cf. 06adefab34f5a73fc3ae7f587c875dfb353eccfd in tools. | |||
* | Close the info modal when clicking its backdrop. | Guilhem Moulin | 10 days | 1 |
| | ||||
* | JS Fetch API: Don't try to decode JSON if the status code isn't 200. | Guilhem Moulin | 2025-05-27 | 1 |
| | ||||
* | Tighten split() limit argument. | Guilhem Moulin | 2025-05-27 | 1 |
| | ||||
* | Popover: Dynamically generate HTML from properties. | Guilhem Moulin | 2025-05-27 | 1 |
| | | | | There is no need to pre-generate and cache the HTML for all features. | |||
* | Gray out a detached popover before recyling it. | Guilhem Moulin | 2025-05-27 | 2 |
| | ||||
* | Dispose popover when (un)selecting layers. | Guilhem Moulin | 2025-05-27 | 1 |
| | ||||
* | Overlay: Get an array of feature properties from the CGI. | Guilhem Moulin | 2025-05-27 | 1 |
| | | | | | | | | | | | | | 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 Moulin | 2025-05-25 | 1 |
| | ||||
* | Upgrade bootstrap-icons to 1.13.x. | Guilhem Moulin | 2025-05-25 | 2 |
| | ||||
* | Run `npm update --save`. | Guilhem Moulin | 2025-05-25 | 2 |
| | ||||
* | Upgrade OpenLayers to 10.5.x. | Guilhem Moulin | 2025-05-25 | 2 |
| | ||||
* | Upgrade proj4 to 2.17.x. | Guilhem Moulin | 2025-05-25 | 2 |
| | ||||
* | Batch requests to CGI. | Guilhem Moulin | 2025-05-25 | 1 |
| | | | | Cf. 527fdfd1e46d66007758861dd0decf9c03043d0a in tools. | |||
* | Adjust SKS layer popovers to current schema. | Guilhem Moulin | 2025-05-23 | 1 |
| | | | | Cf. 990978c7403ca58956c131dc7992ff113ea04ea6 in tools. | |||
* | Adjust MRR layer popovers to current schema. | Guilhem Moulin | 2025-05-23 | 2 |
| | | | | Cf. 981a97c572ee064b4f3ade5d1fc9e5c4397701ff in tools. | |||
* | Adjust to new MVT backend. | Guilhem Moulin | 2025-05-23 | 1 |
| | | | | | | | 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 Moulin | 2025-02-23 | 1 |
| | ||||
* | CSS: Make the layer scrolling bar selectable. | Guilhem Moulin | 2025-01-04 | 1 |
| | | | | | A vertical scrolling bar shows up on the right of the layer selection panel, but it was not selectable. | |||
* | Run `npm update --save`. | Guilhem Moulin | 2025-01-04 | 2 |
| | ||||
* | Upgrade OpenLayers to 10.3.x. | Guilhem Moulin | 2025-01-04 | 2 |
| | ||||
* | Upgrade proj4 to 2.15.x. | Guilhem Moulin | 2025-01-04 | 2 |
| | ||||
* | Add layers for Riksintressen, naturvård och friluftsliv. | Guilhem Moulin | 2024-10-20 | 2 |
| | ||||
* | Add layers for Naturvårdsregistret and Naturvårdsavtal. | Guilhem Moulin | 2024-10-20 | 2 |
| | ||||
* | Update links and license information. | Guilhem Moulin | 2024-10-20 | 1 |
| | ||||
* | Adjust to new backend. | Guilhem Moulin | 2024-10-20 | 2 |
| | | | | | | | | | 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 Moulin | 2024-10-18 | 2 |
| | ||||
* | Upgrade OpenLayers to 10.2.x. | Guilhem Moulin | 2024-09-23 | 2 |
| | ||||
* | Upgrade proj4 to 2.12.x. | Guilhem Moulin | 2024-09-23 | 2 |
| | ||||
* | Run `npm update --save`. | Guilhem Moulin | 2024-09-23 | 2 |
| | ||||
* | Add ability to maximize popovers. | Guilhem Moulin | 2024-05-30 | 2 |
| | ||||
* | Don't re-attach open popovers when clicking on a feature. | Guilhem Moulin | 2024-05-30 | 1 |
| | | | | | 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 Moulin | 2024-05-30 | 2 |
| | ||||
* | Upgrade OpenLayers to 9.2.0. | Guilhem Moulin | 2024-05-30 | 1 |
| | ||||
* | Improve comments. | Guilhem Moulin | 2024-05-20 | 1 |
| | ||||
* | README.md: Link to https://karta.klimatanalysnorr.se. | Guilhem Moulin | 2024-04-23 | 1 |
| | ||||
* | Typofix. | Guilhem Moulin | 2024-04-23 | 1 |
| | | | | Spell out the project case as per https://www.klimatanalysnorr.se . |