aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
...
* Fix space damage.Guilhem Moulin2024-01-221
|
* Fix popover absolute placement after unanchoring.Guilhem Moulin2024-01-221
| | | | | | 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 Moulin2024-01-222
|
* VectorTile: Don't filter MVT layers.Guilhem Moulin2024-01-221
| | | | | We're only exporting the layers of interest, no need for any further client-side filtering.
* Improve CSS rules.Guilhem Moulin2024-01-221
|
* Fix space damage.Guilhem Moulin2024-01-221
|
* Show feature properties on popover via singleclick on map.Guilhem Moulin2024-01-223
| | | | | We use bootstrap's Popover for that: https://getbootstrap.com/docs/5.3/components/popovers/#options
* Improve ‘Copyright’ section in README.Guilhem Moulin2024-01-211
|
* CSS: #modal-info: Make text selectable.Guilhem Moulin2024-01-211
|
* Fix minor JS styling issues.Guilhem Moulin2024-01-211
|
* Use .classList.replace() not .classList.remove() + .classList.add() for ↵Guilhem Moulin2024-01-211
| | | | button toggling.
* Set “lang=sv” in <html> tags.Guilhem Moulin2024-01-212
|
* Fix resolution-to-zoom logic.Guilhem Moulin2024-01-201
|
* Factor out ‘resolutions’ array.Guilhem Moulin2024-01-201
| | | | | | | | 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 Moulin2024-01-201
| | | | (Clicking it exits fullscreen mode, which is undesired.)
* Vite configuration: Serve large external libraries in external chunks.Guilhem Moulin2024-01-201
|
* Support layer hierarchy with arbitary depth.Guilhem Moulin2024-01-202
|
* Add accordions to the layer selection panel.Guilhem Moulin2024-01-202
|
* CSS: Improve handling of small viewports.Guilhem Moulin2024-01-192
|
* Improve handling of <iframe>.Guilhem Moulin2024-01-182
| | | | | Remove ability to click the map, and instead a button to open the map in a new tab.
* Power stations: Improve style.Guilhem Moulin2024-01-181
|
* Add features from Svenska Kraftnät.Guilhem Moulin2024-01-182
| | | | Source: https://ext-geodatakatalog-forv.lansstyrelsen.se/PlaneringsKatalogen/GetMetaDataById?id=08ec56a0-6b5c-4f83-b29e-375e6f1a34b9_C
* typofixGuilhem Moulin2024-01-181
|
* CSS: Fade-in layer selection and legend panels.Guilhem Moulin2024-01-181
|
* Fix space damage.Guilhem Moulin2024-01-181
|
* CSS: Improve selectors.Guilhem Moulin2024-01-181
|
* Add template for a legend dialog.Guilhem Moulin2024-01-183
|
* Populate #layer-selection-panel in JS.Guilhem Moulin2024-01-182
|
* Add links to repository.Guilhem Moulin2024-01-181
|
* Fix modal backdrop and pointer events.Guilhem Moulin2024-01-142
| | | | | Clicks on buttons or modal shouldn't propagate to the map. Also info-modal did not work in fullscreen mode.
* CSS improvements.Guilhem Moulin2024-01-141
|
* Shorten scale bar on smaller screens.Guilhem Moulin2024-01-141
|
* Add coordinates and zoom level in the hash part of the URL.Guilhem Moulin2024-01-142
| | | | This makes it possible to link to URLs showing specific locations.
* CSS: Make modal-info scrollable.Guilhem Moulin2024-01-141
|
* Add an example with a page containg the map in an <iframe>.Guilhem Moulin2024-01-143
|
* Fix space damage.Guilhem Moulin2024-01-141
|
* Add ability to download PNG exports.Guilhem Moulin2024-01-142
| | | | Inspired from https://openlayers.org/en/latest/examples/export-map.html .
* Replace .ariaExpanded/.ariaHidden with .setAttribute().Guilhem Moulin2024-01-131
| | | | | | The former appears not to work well with Firefox (the attribute is updated internally but the source doesn't change and the element remains unvisible).
* CSS: Make the feel more bootstrap-y.Guilhem Moulin2024-01-133
|
* Add a modal with information text.Guilhem Moulin2024-01-133
|
* Add FullScreen mode support.Guilhem Moulin2024-01-123
|
* Add more controls: a zoom slider and a scale line.Guilhem Moulin2024-01-122
|
* More CSS improvements and minor refactoring.Guilhem Moulin2024-01-123
|
* Improve CSS.Guilhem Moulin2024-01-123
|
* Add a simple dialog to switch between ‘topowebb’ and ↵Guilhem Moulin2024-01-126
| | | | ‘topowebb_nedtonad’.
* Basemap from Lantmäteriet.Guilhem Moulin2024-01-118
|
* Initial commit.Guilhem Moulin2024-01-111