RandomFractals / geo-data-viewer

Geo Data Analytics tool for VSCode IDE with kepler.gl support to generate and view maps πŸ—ΊοΈ without any Python 🐍, IPyWidgets βš™οΈ, pandas 🐼, Jupyter notebooks πŸ“š, or ReactJS βš›οΈ app code.
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.geo-data-viewer
Apache License 2.0
404 stars 43 forks source link

Use Uri.file to create local file path when saving map, config, data, and html map versions #144

Closed RandomFractals closed 1 year ago

RandomFractals commented 1 year ago

In order to create a valid local file path in the open vscode workspace.

This functionality has been broken in vscode with addition of new file picker api that doesn't use native Open or Save file dialogs.

See similar changes added to the Vega Viewer extension recently to resolve this issue:

https://github.com/RandomFractals/vscode-vega-viewer/issues/149

RandomFractals commented 1 year ago

Updated Save file path using new vscode save file picker:

geo-data-viewer-config-save