Releases: SDFIdk/vector_tiles_frontend
Releases · SDFIdk/vector_tiles_frontend
v4.0.1
Added
- Added a link to
https://github.com/SDFIdk/vector_tiles_assets
in the layer selector.
Fixed
- Fixed some incorrect colors in light mode.
v4.0.0
Changed
- Stylefiles and glyphs are now imported from
@dataforsyningen/vector_tiles_assets
.
v3.0.1
Fixed
- Openlayers adding a new layer now works again.
v3.0.0
Added
- Added a MapLibre version of the application,
/mapLibre
.
v2.2.1
Fixed
- No longer incorrectly adds a new layer if one with the same name already exists.
v2.2.0
Added
- Added a feature to delete saved styles.
v2.1.0
Added
- Added a feature to save styles to local storage.
v2.0.1
Changed
- Changed check for whether or not to add the custom tileloadfunction based on the URL containing
api.dataforsyningen.dk
.
v2.0.0
Added
- Added resolutions to the config to fix incorrect coordinates. Remember to update your local
config.js
with a resolutions option.
Changed
- Changed how styles are added to the openlayers map. They no longer share a source, but instead read the source from the stylefile.
v1.0.0
move more options to config file