Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Use optional chaining operator (?.). | Guilhem Moulin | 4 days | 1 |
| | | | | | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining That simplifies the logic slightly. | |||
* | info-modal: Show copyright years. | Guilhem Moulin | 4 days | 1 |
| | ||||
* | Rename #modal-info to #info-modal for consistency. | Guilhem Moulin | 5 days | 3 |
| | ||||
* | Info modal: improve CSS and move background stuff at the bottom. | Guilhem Moulin | 5 days | 2 |
| | ||||
* | Refactor button selection logic. | Guilhem Moulin | 6 days | 1 |
| | | | | Thereby making it easier to extend if needs be. | |||
* | CSS: Add 50px to the legend's max-width. | Guilhem Moulin | 6 days | 1 |
| | ||||
* | Popover Consolidate building of <a> tags for links. | Guilhem Moulin | 6 days | 1 |
| | ||||
* | Consolidate comparison with undefined/null. | Guilhem Moulin | 6 days | 1 |
| | | | | | | | | | | Replace `a === undefined || a === null` resp. `a !== undefined && a !== null` with `a == null` resp. `a != null`. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality . Relax also some `=== undefined` and `=== null` into `== null` when that makes sense. | |||
* | Feature fetch: Never pass “fid:undefined” when querying the CGI. | Guilhem Moulin | 6 days | 1 |
| | ||||
* | JS: Minor refactorining of the OL layer creation logic. | Guilhem Moulin | 6 days | 1 |
| | | | | | Also, don't define a projection for raster layers and let OL get it from the source's metadata instead. | |||
* | info-modal: Don't crash for layers with unknown sources or URLs. | Guilhem Moulin | 6 days | 1 |
| | ||||
* | Add a dynamic legend. | Guilhem Moulin | 7 days | 2 |
| | | | | (Long overdue…) | |||
* | typofix | Guilhem Moulin | 7 days | 1 |
| | ||||
* | Fix layer names. | Guilhem Moulin | 7 days | 1 |
| | | | | Regression from 8d03e7794dae3696b0a975477542a4db03136ab7. | |||
* | Add two more nature value layers. | Guilhem Moulin | 8 days | 1 |
| | ||||
* | JS: Refactor layer creation. | Guilhem Moulin | 8 days | 1 |
| | ||||
* | Rename layers for consistency with what's produced by the tooling. | Guilhem Moulin | 8 days | 1 |
| | ||||
* | Add (WIP) WebGL layer for kontinuitetsskog. | Guilhem Moulin | 8 days | 1 |
| | | | | | We rename “vectorLayers” to “mapLayers” as it now contains a raster layer. | |||
* | Add some nature value layers. | Guilhem Moulin | 8 days | 1 |
| | ||||
* | typofix | Guilhem Moulin | 8 days | 1 |
| | ||||
* | Make stroke thinner for layers where the typical geometry is small. | Guilhem Moulin | 8 days | 1 |
| | ||||
* | Move Naturvårdsavtal under Skyddad Natur. | Guilhem Moulin | 8 days | 1 |
| | | | | | | For consistency with Skogsstyrelsens map at https://skogsstyrelsen.se/e-tjanster-och-kartor/karttjanster/skogens-karta/ and https://gisportal.skogsstyrelsen.se/portal/apps/experiencebuilder/experience/?id=0ad7cc88ca6c4f4da49d60bf59a54d1c . | |||
* | Show SvK layers above VBK's. | Guilhem Moulin | 10 days | 1 |
| | ||||
* | MRR: Fix expiration date for exploration permits. | Guilhem Moulin | 10 days | 1 |
| | | | | Regression from a5b50cb095c1e63e13beedc6f370932a6cbb56a3. | |||
* | CSS: Don't hijack pointer events under the layer selection panel. | Guilhem Moulin | 10 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 | 10 days | 1 |
| | ||||
* | Update default view. | Guilhem Moulin | 10 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 | 10 days | 1 |
| | | | | The former better indicates hierarchy. | |||
* | Add layers for offshore wind farms. | Guilhem Moulin | 10 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 | 10 days | 1 |
| | ||||
* | Improve wording for VBK layer descriptions. | Guilhem Moulin | 11 days | 1 |
| | ||||
* | Info dialog: Change icon from clock to map. | Guilhem Moulin | 11 days | 1 |
| | ||||
* | CSS: Don't hijack pointer events under the layer selection panel. | Guilhem Moulin | 11 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 | 11 days | 1 |
| | ||||
* | info-modal: Fetch source copyright and mtime remotely from metadata.json. | Guilhem Moulin | 11 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 | 11 days | 1 |
| | | | | Bug: https://github.com/twbs/bootstrap/issues/41005#issuecomment-2585390544 | |||
* | MRR: Drop export_date field. | Guilhem Moulin | 11 days | 1 |
| | | | | Cf. 06adefab34f5a73fc3ae7f587c875dfb353eccfd in tools. | |||
* | Close the info modal when clicking its backdrop. | Guilhem Moulin | 11 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. |