-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request introduces significant enhancements to the `Inventory.php` view and some minor updates to the `AdminInventoryLayout.php` layout. The main changes include the addition of a filter panel, integration of GeoJSON data for displaying map features, and improved map interaction capabilities. ### Enhancements to `Inventory.php`: * **Filter Panel Implementation**: - Added a button to open the filter panel and the filter panel itself with options to filter zones and elements. - Included JavaScript to handle the display logic for the filter panel and its buttons. * **Map Enhancements**: - Changed the map style to `satellite-streets-v12` and updated the initial zoom and center coordinates. - Integrated GeoJSON data to add a polygon representing Valencia's historic center and several points of interest. - Added layers to display the polygon and points on the map, and implemented click events to show popups with descriptions. - Enhanced user interaction by changing the cursor to a pointer when hovering over the map features. ### Minor Update to `AdminInventoryLayout.php`: * **Layout Adjustment**: - Added a blank line to improve code readability.
- Loading branch information
Showing
2 changed files
with
206 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters