- Issue created by @sano
I am able to modify properties (color, stroke width,...) of features like linestrings or polygons using the hook_leaflet_map_prebuild_alter, with the leaflet format in views. The same hook does not seem to work with IPGVM. Is there a way to achieve the same goals when using the IPGVM format in views?
Create a module with hook_leaflet_map_prebuild_alter implementation and try to modify some features. The $settings array verifiably contains the desired changes, but these are not reflected on the map.
Active
1.30
Code