Skip to content

v2.0.6

Compare
Choose a tag to compare
@bjorn2404 bjorn2404 released this 29 Mar 16:41
· 283 commits to master since this release
  • Added the option to filter data exclusively rather than inclusively with the exclusiveFiltering setting.
  • Added callbackFilters that fires when a filter is changed and returns the filter values if needed.
  • Added dataRaw option to use raw KML, XML or JSON data instead of the AJAX call.
  • Added basic raw data example rawdata-example.php file.
  • Added visibleMarkersList option that updates the location list to only display data from the markers that are curently
    displayed on the map.
  • Changed the distance error functionality so that the map centers and zooms automatically and all locations are
    displayed on the map.
  • Fixed issue with fullMapStart and inlineDirections setting combination.
  • Fixed issue with global olat and olng variables not being set with autoGeocode setting enabled.
  • Fixed issue with maxDistance and autoGeocode setting combination.