Needs review
Project:
Leaflet
Version:
10.0.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Nov 2022 at 17:37 UTC
Updated:
20 Dec 2023 at 00:03 UTC
Jump to comment: Most recent
Comments
Comment #2
_kom__ commentedUnforutunately, Leaflet Layers and Leaflet More Maps prevent upgrade to ^10.0 due to their composer requirements (issues created for both modules).
Comment #3
itamair commentedThanks a lot @_kom__ ... great catches.
I also provided/added specific patches to your issues (that are now related to this post) and directly contacted the maintainers giving them an heads up. Those module should/might also be upgraded to Drupal 10 compatibility.
I am confident those will be aligned soon.
In this meanwhile if you want to upgrade to Leaflet 10.0.x (until they will support it) you (everybody) could just add those modules in your code base eventually under GIT versioning (and out of composer).
Comment #4
itamair commentedLeaflet More Maps version 2.1.3 now both supporting Drupal ^10.0 and Leaflet ^10.0
Comment #5
itamair commentedVersion 1.1.2 of the Leaflet Layers module is also out now 🙂
Comment #6
Niubbo75 commentedHi, I have update to Leaflet 10.0 via composer, after update I got error and my map doesn't work, here qhat I got:
if I rollback to 2.2.12 all works as expected, any hint?
Thanks in advance,
Alessandro
Comment #7
itamair commentedIt looks you didn’t clear/refresh the Drupal cache after the update … (drupal basics)
Comment #8
Niubbo75 commentedYou are right! Thanks for your support.
Alessandro
Comment #9
ressaThanks @itamair, it is a joy to use Leaflet 10.x. It works very well, and is highly customizable.
With your help I managed to define setMaxBounds with Leaflet API (#2320751: Document how to set values such as setMaxBounds with Leaflet API) and documented it in Leaflet > Leaflet API, in the new docs system.
But many more of the great features could get documented, so I created a child issue for this.
Personally, I would be very interested in seeing Leaflet Views Grouping for Overlays documented.
Comment #10
ressa@itamair: To give the new Drupal 10 documentation more exposure and get more features documented, perhaps at some point you have time to add a link to it on the project page, as described in #3374465: Document Leaflet 10.x features under "Remaining tasks"?
Comment #11
itamair commented@ressa I accomplished your suggestion, and now you will find a couple of "Drupal Community documentation (WIP)" links in the Drupal.org project page, so as it also included in the Readme.md file, with this lates commit: https://git.drupalcode.org/project/leaflet/-/commit/3996852181abcd89c0fe...
Comment #12
ressaThanks @itamair, and great idea to include a link in the README, to tie it all together.