GeoJSON.IO for VSCode
is an open-source extension for Visual Studio Code. It simply helps you to create, preview and edit your geojson data on a map 🗺.
Just like this website geojson.io 😍.
- Support real-time creating, editing, and previewing geojson data.
- Support custom styling features.
- Multiple base-map layers.
-
Install this extension ofc 😀.
-
Open your geojson file or an empty file in VSCode, the file extension should be one of these:
.json
,.txt
,.geojson
. -
There are two ways to open the map window: Press
ctrl + shift + p
to open the command palette, searchView On Map
command and pressEnter
; Or just right-click on your file window and selectView On Map
option.
Tip🔈: Every time after creating or editing a feature, the data on the text editor is unsaved status, don't forget to save it manually before closed VSCode.
If you find any bugs or have some suggestions, please make an issue on the Github to let me know. And if this extension helped you, don't forget to leave a star ⭐.