Skip to content

Release/1.0.9

Dani Quilez requested to merge release/1.0.9 into main

Changelog:

  • Multilingual support. Map back-end can be translated.
  • Filter options are displayed unmarked. This way it is faster to select your filter, Before you had to deselect all the ones not to be displayed.
  • Unified popup modal for all interactions: information page, form, suggest place. Contains also a closing button.
  • Clicking on a markers moves the focus to this point. Also modal popup appears centered and bigger so it's easier to interact.
  • Filtering interactions centers the map to display all results.
  • Filtering interaction displays a "No Results" message if this filter combination doesn't have a correspondence. This message is configurable trough the back-end
  • Improved mobile gesture handling. On phone use one finger for normal scroll and two for interacting with the map. This avoid users to get inside a map without being able to scroll the website
  • Allow map to be embedded without filter, suggest and search controls. Configurable trough url params.
  • Enable markers without opacity. When map had enabled active/crowdfunding behavior, uncompleted placed where displayed with opacity and completed ones without. Now it is possible to display all markers without opacity via back-end configuration.
  • Bug-fix: Map was not rendered on iPhone
  • Allow interaction button to open an external link instead rendering a form. Configurable via back-end.
  • Allow to define a default lat and lng. The map will center there when no results or no markers defined.

New modal poup:

Screenshot_2022-10-04_at_15-01-36_Constructor_de_mapas

Edited by Dani Quilez

Merge request reports