CartoDB / kepler.gl

CARTO fork - Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets.
http://kepler.gl
MIT License
3 stars 3 forks source link

Sharing URL after privately saving a map (privateMap=true) #50

Open ana-md opened 4 years ago

ana-md commented 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.

Steps to reproduce the issue:

  1. Create a new map and save it privately into your CARTO account.
  2. Open the share modal.
  3. It directly shows this: Screenshot 2020-03-09 at 10 30 29

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.

Possible solution: Hide the URL + Copy button until the user presses Upload and gets the correct URL.