Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | 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 . | |||
* | Improve comments. | Guilhem Moulin | 2024-05-20 | 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 |
| | ||||
* | typofix | Guilhem Moulin | 2024-01-31 | 1 |
| | ||||
* | Add layer for gigafactories (own drawing). | Guilhem Moulin | 2024-01-31 | 1 |
| | ||||
* | Add layer for dams (from SMHI). | Guilhem Moulin | 2024-01-31 | 1 |
| | ||||
* | Move some layers into a dedicated MVT container. | Guilhem Moulin | 2024-01-31 | 1 |
| | | | | | | | | | | 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. | |||
* | Fix VectorTile URL. | Guilhem Moulin | 2024-01-31 | 1 |
| | ||||
* | Add layer for forestry (from Skogsstyrelsen). | Guilhem Moulin | 2024-01-31 | 1 |
| | ||||
* | Add layer for Rennäringen (from Sametinget). | Guilhem Moulin | 2024-01-30 | 1 |
| | ||||
* | Fix SvK's z-index. | Guilhem Moulin | 2024-01-30 | 1 |
| | ||||
* | Add blank lines. | Guilhem Moulin | 2024-01-30 | 1 |
| | ||||
* | Add windmill layers (from LST Vindbrukskollen). | Guilhem Moulin | 2024-01-30 | 1 |
| | ||||
* | Mineralrättigheter: Remove unused fields from popover. | Guilhem Moulin | 2024-01-30 | 1 |
| | ||||
* | Factor out unit formating in popover. | Guilhem Moulin | 2024-01-29 | 1 |
| | ||||
* | Add “mineral rights” layers (from SGU). | Guilhem Moulin | 2024-01-29 | 1 |
| | ||||
* | Improve style for SvK stations. | Guilhem Moulin | 2024-01-29 | 1 |
| | ||||
* | Improve dash style for SvK's transmissionsnätsprojekt. | Guilhem Moulin | 2024-01-29 | 1 |
| | ||||
* | Add SVK's transmissionsnätsprojekt. | Guilhem Moulin | 2024-01-29 | 1 |
| | | | | From https://www.svk.se/utveckling-av-kraftsystemet/transmissionsnatet/transmissionsnatsprojekt/ | |||
* | Put layer names in location hash. | Guilhem Moulin | 2024-01-28 | 1 |
| | ||||
* | Put basemap name in location hash. | Guilhem Moulin | 2024-01-28 | 1 |
| | ||||
* | Set ‘aria-label’ attribute on <button>s to their ‘title’ attribute ↵ | Guilhem Moulin | 2024-01-22 | 1 |
| | | | | value. | |||
* | Highlight features shown in popover. | Guilhem Moulin | 2024-01-22 | 1 |
| | ||||
* | map.forEachFeatureAtPixel(): Add a layerFilter. | Guilhem Moulin | 2024-01-22 | 1 |
| | ||||
* | Fix space damage. | Guilhem Moulin | 2024-01-22 | 1 |
| | ||||
* | Fix popover absolute placement after unanchoring. | Guilhem Moulin | 2024-01-22 | 1 |
| | | | | | | 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 Moulin | 2024-01-22 | 1 |
| | ||||
* | VectorTile: Don't filter MVT layers. | Guilhem Moulin | 2024-01-22 | 1 |
| | | | | | We're only exporting the layers of interest, no need for any further client-side filtering. | |||
* | Fix space damage. | 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 | |||
* | Fix minor JS styling issues. | Guilhem Moulin | 2024-01-21 | 1 |
| | ||||
* | Use .classList.replace() not .classList.remove() + .classList.add() for ↵ | Guilhem Moulin | 2024-01-21 | 1 |
| | | | | button toggling. | |||
* | Fix resolution-to-zoom logic. | Guilhem Moulin | 2024-01-20 | 1 |
| | ||||
* | Factor out ‘resolutions’ array. | Guilhem Moulin | 2024-01-20 | 1 |
| | | | | | | | | And limit it to 8 meter / pixel since that's the highest resolution of Lantmäteriet's “Topografisk Webbkarta Visning, översiktlig” (open data) product. https://www.lantmateriet.se/globalassets/geodata/geodatatjanster/tb_twk_visning-oversiktlig_v1.0.3.pdf | |||
* | Hide export button in fullscreen mode. | Guilhem Moulin | 2024-01-20 | 1 |
| | | | | (Clicking it exits fullscreen mode, which is undesired.) | |||
* | 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 |
| | ||||
* | Improve handling of <iframe>. | Guilhem Moulin | 2024-01-18 | 1 |
| | | | | | Remove ability to click the map, and instead a button to open the map in a new tab. | |||
* | Power stations: Improve style. | Guilhem Moulin | 2024-01-18 | 1 |
| | ||||
* | Add features from Svenska Kraftnät. | Guilhem Moulin | 2024-01-18 | 1 |
| | | | | Source: https://ext-geodatakatalog-forv.lansstyrelsen.se/PlaneringsKatalogen/GetMetaDataById?id=08ec56a0-6b5c-4f83-b29e-375e6f1a34b9_C | |||
* | Fix space damage. | Guilhem Moulin | 2024-01-18 | 1 |
| | ||||
* | Add template for a legend dialog. | Guilhem Moulin | 2024-01-18 | 1 |
| | ||||
* | Populate #layer-selection-panel in JS. | 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. | |||
* | Shorten scale bar on smaller screens. | Guilhem Moulin | 2024-01-14 | 1 |
| | ||||
* | Add coordinates and zoom level in the hash part of the URL. | Guilhem Moulin | 2024-01-14 | 1 |
| | | | | This makes it possible to link to URLs showing specific locations. | |||
* | Add an example with a page containg the map in an <iframe>. | Guilhem Moulin | 2024-01-14 | 1 |
| | ||||
* | Fix space damage. | Guilhem Moulin | 2024-01-14 | 1 |
| |