vscode-map-preview
vscode-map-preview copied to clipboard
VSCode map preview extension
Opening a GeoJSON file then selecting map preview causes the following error to display Running the contributed command:'map.preview' failed. The GeoJSON file is 103.5 MB and was exported from mapshaper.org...
It would be super useful for video chats if we could draw over the map with some basic paint tools. great extension btw!
Spec: https://github.com/mapbox/simplestyle-spec The most popular feature `marker-color` is the easiest to implement.
Hi, there I have an example from https://developers.google.com/kml/documentation/kml_tut as attached [LatLonBox.txt](https://github.com/jumpinjackie/vscode-map-preview/files/4485735/LatLonBox.txt) My guess is the map preview doesn't support LatLonBox tag? Cheers, Ying
Provide a configuration point to allow additional base layers to be added to the preview map
Sateliite maps like google map, bing maps, Esri World Imagery, any one would be ok. THX! [https://gisgeography.com/satellite-maps/](https://gisgeography.com/satellite-maps/)
That will be really cool, so no need to reopen preview on each edit. Just as example: [Graphviz Preview](https://marketplace.visualstudio.com/items?itemName=EFanZh.graphviz-preview).
While I know you can change the default layer in the config, I think it would be more user-friendly if the preview just defaulted to whatever the user last used....
Similar to CSV export, we should be able to preview arbitrary JSON structures if they contain point data. We just need to be able to prompt for this information and...
The current CDATA cleaning regex just completely scrubs out such instances. This is a bit overkill, when what we really want is simply to scrub out any script tags inside...