- Issue created by @dmudie
- Status changed to Fixed
over 1 year ago 1:02pm 1 August 2023 - 🇮🇹Italy itamair
In the new 10.x version of the Leaflet module the "pop" property should be an array with the following properties:
... 'popup' => [ "content" => "", // this is never used, and kept only for Leaflet 2.x backward compatibilities ... "control" => "1", "options" => "{"maxWidth":"300","minWidth":"50","autoPan":true}", "value" => "830 5th Ave, 10065 New York USA" // this is the real value rendered in the Pop InfoWindow, could also be HTML markup ... ], ...
Hope this helps and solves this Support Request. Feel free to review and reopen if still not ok with this answer.
Automatically closed - issue fixed for 2 weeks with no activity.