tanhakabir / rest-book

REST Book is a Visual Studio Code extension that allows you to perform REST calls in a Notebook interface.
https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book
MIT License
248 stars 24 forks source link

add MapView #89

Closed RandomFractals closed 3 years ago

RandomFractals commented 3 years ago

for geo data responses.

see: https://github.com/tanhakabir/rest-book/issues/73#issuecomment-827007087

We could use leaflet or what I've done in Geo Data Viewer: https://github.com/RandomFractals/geo-data-viewer

and convert binary geo data formats like shapefiles to geojson we can show in the Data/JSONView tabs. TBD.

RandomFractals commented 3 years ago

nvm. I'll do it in my repo with leaflet: https://github.com/RandomFractals/vscode-leaflet