Skip to content

Latest commit

 

History

History
231 lines (214 loc) · 24 KB

CHANGELOG.md

File metadata and controls

231 lines (214 loc) · 24 KB

1.5.0 (2024-04-08)

Bug Fixes

  • added auto creation (7468c75)
  • added default projection of layer (0cf0822)
  • added external draw support for layerswitcher (90d6bd8)
  • ArcGIS extent transformation and projection handling (1fc38d9)
  • arcgisLoader (fa5adeb)
  • check transformation (63dcc66)
  • default epsg conversion (36c4ef8)
  • loader strategy (392f08b)
  • object assignement (65b1b9d)
  • package version dev (5ae2e9e)
  • remove unused workflows (9f188c9)
  • setConfig (a587642)
  • small build fix (9bc54ae)
  • Sort order is now by UI (4236586)
  • URL path in geoPbfLoader function (cee142b)

Features

1.4.0-dev.1 (2024-04-08)

Bug Fixes

Features

  • Add support for ArcGIS Feature Service (924a2e7)
  • added extent support on map (f73fd97)
  • ArcGIS Vector Tiles PBF Layer Support (fa7e2f9)
  • arcgis-mapserver-tile and arcgis-mapserver-image (503f76e)
  • docs with docusaurus (6af8082)
  • Map Projection in Advanced Options "needs enhancement" (751f71b)
  • method getLayer (b230423)
  • PMTiles layer type (05b8be5)

ToDo

Features

  • Add left mouse event -> allow to popup
  • Use Translate
  • Add properties viewers for layers, buttons, features
  • Implement kind of layers and do loading of baselayers first
  • highlight the flyto feature
  • add more data/layer sources likes mapbox stylegl and esri json
  • how can we make layer styling more flexible and dynamic with or without legend in the map or outside the map component
  • ability to select layer>feature from outside the component
  • ability to filter the layer>data from outside the component
  • fixed center point (mobile friendly) for a data collection (eg. https://pbdemo.mapseed.org/)
  • Add support for more addFeature types WKT (Well-Known Text) WKB (Well-Known Binary) GeoJSON GML (Geography Markup Language) KML (Keyhole Markup Language) GPX (GPS Exchange Format) Shapefile
  • Use lowcoder styling template where possible, or add it to styles
  • Simplify the styling of the layer popup
  • Add location point on home, not just a bounce circle
  • Hide timeline layers from layer menu, and group the in on layergroup
  • Check if is workable on mobile
  • Animation for timeline
  • Add the option to add custom buttons to the menubar locations and connect event
  • UI components behavior should also be connected to the properties, ex: Date Hide when timeline in active
  • Make a dynamic load layer, also for invisible layer or with a min zoom size set or linked to bbox
  • Add control over the default behaviors
  • Make timeline example with https://service.pdok.nl/hwh/luchtfotocir/wms/v1_0?request=GetCapabilities&service=wms
  • implement cluster: https://openlayers.org/en/latest/examples/clusters-dynamic.html
  • add the custom projections to the ui as property editor
  • add option to control elements without the use of buttons
  • add bookmark options https://viglino.github.io/ol-ext/examples/control/map.control.geobookmark.html
  • add legend https://viglino.github.io/ol-ext/examples/legend/map.control.legends.html

Bugs

  • In Layers stylegl, fails when style is set, needs object creation

  • ol-ext/interactions/UndoRedo throws to much console info local work around implemented