How to get a popup/alert to save text/attribute info of polygon, marker and then save to json? #1125
Unanswered
TCPHaryana
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to get a popup/alert to save text/attribute info of polygon, marker and then save to json?
I am using custom save button.
map.pm.Toolbar.createCustomControl({
name: 'StoreShapes',
title: 'Store all shapes',
block: 'custom',
className: 'custom-control-icon',
toggle: true,
afterClick: generateGeoJson(),
});
Beta Was this translation helpful? Give feedback.
All reactions