-
-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hi, I stumbled upon the extension randomly and absolutely love it, great work!
I've found the following limitation. I suspect that I may just be missing something or that it's a limitation of kepler itself and might not be fixable in the extension, but I wanted to let you know anyways.
I'm working on a remote server via vscode's remote development extension. The workspace contains a bunch of geojson data files. I vizualized one of them with geo-data-viewer and saved my configuration as a .kgl.json
config file to the same (remote) workspace.
Now I would like to open a different geojson file with the same config, but I don't see a way to do this easily.
I can open the config file in geo-data-viewer (via the Geo: View Map command). However, the 'Add Data' GUI opens a local file browser, rather than allowing browsing of the (remote) vscode workspace files. Similarly, the drag-and-drop feature does not work with files from the workspace. Accessing these files via URL from the local client is also not possible.
Could it be possible, to e.g. add a Geo: Add Data
command to the extension that would access the workspace data similar to the way Geo: View Map
does ?