-
Hello, how can i change the default click action to not open a popup but do something else when i click on a geojson area on my map? |
Beta Was this translation helpful? Give feedback.
Answered by
bozdoz
Jun 10, 2024
Replies: 1 comment 1 reply
-
The geojson features are iterated here: https://github.com/bozdoz/wp-plugin-leaflet-map/blob/master/shortcodes/class.geojson-shortcode.php#L154-L170 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tonarii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The geojson features are iterated here: https://github.com/bozdoz/wp-plugin-leaflet-map/blob/master/shortcodes/class.geojson-shortcode.php#L154-L170