jumpinjackie / vscode-map-preview

VSCode map preview extension
MIT License
86 stars 14 forks source link

CSV preview #13

Closed jumpinjackie closed 4 years ago

jumpinjackie commented 8 years ago

Being able to preview CSV data as points would be extremely valuable.

Support is not built-in to OpenLayers, so it would most likely be its own specialized command that does the necessary setup work (prompting for X/Y columns, projection, etc)

jumpinjackie commented 4 years ago

I've figured out how to seamlessly load CSV layers in mapguide-react-layout, so let's do the same thing here.