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
Uh oh!
There was an error while loading. Please reload this page.
-
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