Install
Works with Drupal: ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
116.34 KB
MD5: 5425c81d175773b99fe58dd76e7ef63f
SHA-1: 9e5b580d21d5a736fd8a431732472ad3e29aab2c
SHA-256: c6ed70576c5774fd0638e69f55c801bde0a4c06f6c773568c835fe82ed6c96eb
Download zip
138.23 KB
MD5: 0387d6d95e18ef4879911283c7b549e5
SHA-1: cebf6ef9230053502bb9bfabeb435138a08b6875
SHA-256: 173b506c4369c636fe4e9332e007cee7316609428f2235c0cbdaf79ce970724e
Release notes
New Features
- Gallery Fly-To Functionality: Users can now click on gallery images to trigger a smooth "fly-to" animation on the map, centering it on the specific photo location.
- Dynamic Geodata Extraction: Automatically extracts Latitude and Longitude from Node Geofield fields.
- Enhanced Interaction:
- Added
gallery:flytocustom events and global map references. - Added visual notifications and improved mobile touch support.
- Implemented a retry mechanism and fixed duplicate ID issues for better reliability.
- Added
Security & Bug Fixes
- XSS Protection: Added
escapeHtmlmethod to the popup logic to prevent potential Cross-Site Scripting vulnerabilities. - Popup Improvements: Updated popups to use the Node Title and URL instead of the image title, ensuring better navigation context.
- CSS Cleanup: Removed location emojis from the popup styles for a cleaner UI.
Technical Updates
- Dependency Update: Updated Font Awesome from
6.0.0-beta3to7.0.1. - Refactoring:
GalleryManagernow explicitly providesnode_titleandurl_node. - Developer Experience: Added source debug information in
MapPageControllerand optimized library weights to ensure correct loading order.