smartmonkeyio / geotools

Geo Tools VSCode extension allows you to easily interact with geographical data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geo Tools

This extension provides with a series of convenient tools to deal with geographical data.

Features

  • GPS Coordinates visualization: Display the selected GPS coordinate on a map inside VS Code.
    • The numbers will be automatically extracted from your selection.

coordinate demo screenshot

  • Polyline visualization: Display an encoded polyline on map inside VS Code.
    • The entire text selection is parsed as a polyline.

polyline demo screenshot

  • Insert geocoded address: Select the option Insert Insert geocoded coordinate to insert coordinate of an address at the cursor's position.

geocoding demo screenshot

Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

Release Notes

1.3.2

  • Improve documentation (add geocoding GIF to README)

1.3.1

  • Add caching to geocoding function in order to reduce requests to Nominatim.

1.3.0

  • Add Insert geocoded address command.

1.2.1

  • Update documentation graphics.

1.1.0

  • Parse coordinates among text
  • Add coordinates shows all markers on a single map.
  • Added popups to markers.
  • Added coordinate and polyline values validation.
  • Add multiple markers at once.
  • Improve error management.

1.0.0

  • Initial release of Geo Tools.

Usage policy

By using this Visual Studio Code extension you agree to the following terms:

Credits

Brought to you by the SmartMonkey.io team.

About

Geo Tools VSCode extension allows you to easily interact with geographical data.

License:MIT License


Languages

Language:TypeScript 100.0%