- Dec 21, 2021
-
-
Italo Mairo authored
Implementation of hook_leaflet_map_view_geofield_value_alter: Allow other modules to add/alter the $geofield_value and the $map (Issue #3253869: Leaflet views does not support field rewriting?)
-
Italo Mairo authored
-
- Dec 20, 2021
-
-
Italo Mairo authored
Revert "Issue #2942651 by jwilson3, itamair, hswong3i: Manage Leaflet library dependency with Composer & Asset Packagist" This reverts commit bac90b56.
-
Italo Mairo authored
This reverts commit c7c86e2b.
-
- Dec 19, 2021
-
-
Italo Mairo authored
-
- Dec 16, 2021
-
-
Issue #2942651 by jwilson3, itamair, hswong3i: Manage Leaflet library dependency with Composer & Asset Packagist This PR simplify Leaflet module library management with: - Remove `leaflet_markercluster` submodule, simply merge its JS library initialization logic to parent `leaflet.libraries.yml` - Remove locally vendored `js/leaflet` and `modules/leaflet_markercluster/js/leaflet_markercluster`, in order to avoid any Drupal.org related licensing issue - Update `leaflet.libraries.yml` to include libraries from `/libraries`, with install path generated by using https://asset-packagist.org - Simplify and debug Marker Cluster related - Update `README.md` for how to install corresponding JS libraries Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
-
- Nov 30, 2021
- Nov 27, 2021
- Sep 03, 2021
-
-
Italo Mairo authored
-
- Jun 11, 2021
-
-
Issue #3214821 by mably: Use of nullish coalescing javascript operator makes this module incompatible with IE11 and old browser versions
-
- Jun 03, 2021
-
-
Italo Mairo authored
Minor Leaflet settings fixes.
-
- Mar 08, 2021
-
-
Italo Mairo authored
Improvements and Fixes to Leaflet & Leaflet Views Schemas (Issue #3198201: Store "Force map center" latitude & longitude as decimals in Leaflet Views')
-
- Mar 07, 2021
-
-
Italo Mairo authored
Added an option to "include path" derived classes in Markeclustering (Issue #3199731: Markercluster incompatible with circle marker option)
-
- Feb 26, 2021
- Feb 07, 2021
- Jan 29, 2021
- Jan 19, 2021
-
-
Italo Mairo authored
- "Automatically locate user current position''; - "Automatically center map on existing features"; - "Force Map Center & Zoom" (Issue #3193175 by Tom Elwertowski, ken-g, itamair: js fitbounds does not set start_zoom if settings.center is undefined)
- Jan 18, 2021
-
-
Issue #3193175 by Tom Elwertowski, ken-g, itamair: js fitbounds does not set start_zoom if settings.center is undefined
-
Italo Mairo authored
-
- Jan 02, 2021
-
-
Italo Mairo authored
-
Italo Mairo authored
correct invocation to LeafletService->setFeatureIconSizesIfEmptyOrInvalid($feature) method, in both Leaflet View Style and Formatter
-
- Dec 26, 2020
-
-
Italo Mairo authored
leaflet.drupal.js: fix start_center undefined in case of Leaflet widget and Automatically locate user current position
-
- Dec 23, 2020
-
-
Italo Mairo authored
-
-
Italo Mairo authored
-
Italo Mairo authored
-
Issue #3183448 by ken-g: Re-enable ability to prevent all markers being visible when map is initially displayed
-
- Nov 29, 2020
-
-
- Nov 27, 2020
-
-
- Nov 18, 2020
- Nov 16, 2020
-
-
Italo Mairo authored
-
- Nov 15, 2020
-
-
Italo Mairo authored
-
- Nov 12, 2020
-
-
Italo Mairo authored
-
- Nov 03, 2020
-
-
Italo Mairo authored
Corrected handling of weight/zIndex property (both in Leaflet View style and Formatter) for Geometries ordering (based on sortByWeightElement property)
-
- Oct 10, 2020
-
-
Italo Mairo authored
-
-
- Sep 26, 2020
-
-
Italo Mairo authored
weight/zIndex uasort fix in LeafletFormatter
-