plotly / dash-deck

Bringing deck.gl and pydeck into Dash
https://dash-gallery.plotly.host/dash-deck-explorer/
MIT License
90 stars 19 forks source link

Dash Deck Data Allocation: GeoJSON Handling #23

Open jan-casas opened 7 months ago

jan-casas commented 7 months ago

I am using Dash Deck to create interactive maps, but I have a question about the geojson data I upload. I want to know if the geojson data is stored on the Carto server or if it is only used for rendering the map. I don't want my data to be reused by anyone else without my permission.

alexcjohnson commented 7 months ago

@jan-casas Can you give a code snippet where you upload data (using fake data of course)? I'd be a bit surprised if any of this data was sent to Carta or anywhere else but I want to make sure I understand the situation you're concerned about.