Open ana-md opened 4 years ago
If you try to share a map after saving it privately, the URL keeps the privateMap=true meaning the map can't be publicly shared.
privateMap=true
Steps to reproduce the issue:
The user would then press copy and try to share the link. However, for it to work (and change privateMap=false) they would need to first press Upload.
privateMap=false
Upload
Possible solution: Hide the URL + Copy button until the user presses Upload and gets the correct URL.
If you try to share a map after saving it privately, the URL keeps the
privateMap=true
meaning the map can't be publicly shared.Steps to reproduce the issue:
The user would then press copy and try to share the link. However, for it to work (and change
privateMap=false
) they would need to first pressUpload
.Possible solution: Hide the URL + Copy button until the user presses
Upload
and gets the correct URL.