https://plugins.jetbrains.com/plugin/9235
This plugin is made for engineers working with Location-Based-Services / -Applications Thus you can replace address names by its coordinates (geocoding) and vice versa (reverse geocoding). It enables you to create test-locations quickly and resolve coordinates to its addresses within your IntelliJ Editor.
After you installed it you have a new action group Geocode inside your Refactoring context menu.
⌥⌘G
for geocoding⇧⌥⌘G
for reverse geocoding
- in your IntelliJ go to Preferences
⌘,
- in Plugins search for "Geocoding Plugin"
- select Search in repositories
- there you should find the Geocoding Plugin
- restart IntelliJ
- clone this Repo
gradle test buildPlugin
- in your IntelliJ go to Preferences
⌘,
- in Plugins click on Install plugin from disk
- select the generated jar file under build/distributions/
- restart IntelliJ
- clone this Repo
- adjust code if you want to
gradle test runIdea
If the shortcuts ⌥⌘G
or ⇧⌥⌘G
don't work in your IntelliJ, they might overlap with other plugins.
This is how you can fix this issue:
- in your IntelliJ go to Preferences
⌘,
- select Keymap
- select the Find Actions by Shortcut icon in the upper-right corner and fire the shortcut
- modify the overlapping shortcuts to your personal solution
- Source Code under Apache 2.0
- Geocoded data is provided under the ODbL via Nominatim / OpenStreetMap®