Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Measurement panel: Improve style.HEADmaster | Guilhem Moulin | 30 hours | 1 |
| | | | | | In particular, use `border-radius: var(--bs-border-radius-lg)` for consistency with the radio buttons above. | |||
* | Measurement panel: Improve style. | Guilhem Moulin | 30 hours | 1 |
| | ||||
* | Add a closing button to the measurement panel. | Guilhem Moulin | 31 hours | 1 |
| | | | | | It can be confusing that one had to click on the ruler icon to go back to the normal mode where one can select features. | |||
* | Increase font size for measurement results. | Guilhem Moulin | 44 hours | 1 |
| | | | | | | | And ensure it overflows on the left. (It's right-aligned and there is room for 10⁶ km² with one decimal which is way more than likely needed, but we don't want any overflow to push the unit to the right side of the box.) | |||
* | import fontsource's CSS from style.css not main.js. | Guilhem Moulin | 46 hours | 1 |
| | ||||
* | Add panel to measure lengths and areas. | Guilhem Moulin | 2 days | 1 |
| | | | | | | | | Inspired from https://openlayers.org/en/latest/examples/measure.html and https://openlayers.org/en/latest/examples/draw-features.html . We use the Inter font https://rsms.me/inter/ for the measurement value as it has good support for tabular-nums. | |||
* | Undo splitting out to multiple files. | Guilhem Moulin | 6 days | 1 |
| | | | | | | | | | | | | The reason is that we want the different modules to produce side-effects (to avoid creating functions and keeping references to it) and we therefore need to control the order in which they are inlined during `vite build`. Unfortunately this doesn't seem to be possible right now, cf. https://github.com/storybookjs/storybook/issues/30768 . This reverts commits 670bba058d83620abdb3e8db5fd4ea89dba08142, 05a018f27aba3a20fd581cb88daa8afbbd3407de and 0fc7bdd8bf374c36fa0ba27702d1fafed09277ac. | |||
* | Move *.css files to ./src. | Guilhem Moulin | 9 days | 1 |
| | ||||
* | Style: Make text in <p> elements of the age filter dialog selectable. | Guilhem Moulin | 10 days | 1 |
| | ||||
* | Age filter dialog: Improve wording. | Guilhem Moulin | 10 days | 1 |
| | ||||
* | Add ability to filter over feature “age”. | Guilhem Moulin | 10 days | 1 |
| | | | | | Right now this is only implemented for avverk, mrr and vbk as other layers don't export the property. | |||
* | Rename #modal-info to #info-modal for consistency. | Guilhem Moulin | 12 days | 1 |
| | ||||
* | Info modal: improve CSS and move background stuff at the bottom. | Guilhem Moulin | 12 days | 1 |
| | ||||
* | CSS: Add 50px to the legend's max-width. | Guilhem Moulin | 12 days | 1 |
| | ||||
* | Add a dynamic legend. | Guilhem Moulin | 13 days | 1 |
| | | | | (Long overdue…) | |||
* | CSS: Don't hijack pointer events under the layer selection panel. | Guilhem Moulin | 2025-06-05 | 1 |
| | | | | | This completes commit dc6b2e286c8061318325c42d622798bfb8ab8c87 which didn't work on Firefox. | |||
* | CSS: Don't hijack pointer events under the layer selection panel. | Guilhem Moulin | 2025-06-04 | 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 | 2025-06-04 | 1 |
| | ||||
* | info-modal: Fetch source copyright and mtime remotely from metadata.json. | Guilhem Moulin | 2025-06-04 | 1 |
| | | | | | | | | | 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. | |||
* | Close the info modal when clicking its backdrop. | Guilhem Moulin | 2025-06-04 | 1 |
| | ||||
* | Gray out a detached popover before recyling it. | Guilhem Moulin | 2025-05-27 | 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. | |||
* | Adjust to new backend. | Guilhem Moulin | 2024-10-20 | 1 |
| | | | | | | | | | 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. | |||
* | Add ability to maximize popovers. | Guilhem Moulin | 2024-05-30 | 1 |
| | ||||
* | CSS: Minor margin consistency improvement. | Guilhem Moulin | 2024-02-02 | 1 |
| | ||||
* | CSS: Improve rules for mobile devices. | Guilhem Moulin | 2024-02-02 | 1 |
| | | | | Place control icons in a row near the top. | |||
* | CSS: Improve rules for mobile devices. | Guilhem Moulin | 2024-01-31 | 1 |
| | ||||
* | Add windmill layers (from LST Vindbrukskollen). | Guilhem Moulin | 2024-01-30 | 1 |
| | ||||
* | Add “mineral rights” layers (from SGU). | Guilhem Moulin | 2024-01-29 | 1 |
| | ||||
* | Improve CSS rules for #modal-info links. | Guilhem Moulin | 2024-01-29 | 1 |
| | ||||
* | Improve CSS rules. | Guilhem Moulin | 2024-01-22 | 1 |
| | ||||
* | Add ability to grab and move popovers. | Guilhem Moulin | 2024-01-22 | 1 |
| | ||||
* | Improve CSS rules. | Guilhem Moulin | 2024-01-22 | 1 |
| | ||||
* | Show feature properties on popover via singleclick on map. | Guilhem Moulin | 2024-01-22 | 1 |
| | | | | | We use bootstrap's Popover for that: https://getbootstrap.com/docs/5.3/components/popovers/#options | |||
* | CSS: #modal-info: Make text selectable. | Guilhem Moulin | 2024-01-21 | 1 |
| | ||||
* | Support layer hierarchy with arbitary depth. | Guilhem Moulin | 2024-01-20 | 1 |
| | ||||
* | Add accordions to the layer selection panel. | Guilhem Moulin | 2024-01-20 | 1 |
| | ||||
* | CSS: Improve handling of small viewports. | Guilhem Moulin | 2024-01-19 | 1 |
| | ||||
* | CSS: Fade-in layer selection and legend panels. | Guilhem Moulin | 2024-01-18 | 1 |
| | ||||
* | CSS: Improve selectors. | Guilhem Moulin | 2024-01-18 | 1 |
| | ||||
* | Add template for a legend dialog. | Guilhem Moulin | 2024-01-18 | 1 |
| | ||||
* | Fix modal backdrop and pointer events. | Guilhem Moulin | 2024-01-14 | 1 |
| | | | | | Clicks on buttons or modal shouldn't propagate to the map. Also info-modal did not work in fullscreen mode. | |||
* | CSS improvements. | Guilhem Moulin | 2024-01-14 | 1 |
| | ||||
* | Add an example with a page containg the map in an <iframe>. | Guilhem Moulin | 2024-01-14 | 1 |
| | ||||
* | Add ability to download PNG exports. | Guilhem Moulin | 2024-01-14 | 1 |
| | | | | Inspired from https://openlayers.org/en/latest/examples/export-map.html . | |||
* | CSS: Make the feel more bootstrap-y. | Guilhem Moulin | 2024-01-13 | 1 |
| | ||||
* | Add a modal with information text. | Guilhem Moulin | 2024-01-13 | 1 |
| | ||||
* | Add FullScreen mode support. | Guilhem Moulin | 2024-01-12 | 1 |
| | ||||
* | Add more controls: a zoom slider and a scale line. | Guilhem Moulin | 2024-01-12 | 1 |
| | ||||
* | More CSS improvements and minor refactoring. | Guilhem Moulin | 2024-01-12 | 1 |
| |