diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-08-26 12:52:54 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-26 16:52:54 +0100 |
| commit | ef839d0c4b8464ae80747ae79c34c171f8af194d (patch) | |
| tree | 6030de769f67d968a932767ed801498b75f9628a | |
| parent | 4dc73a156cdd1c6db95809ff7b7a1ef648697c44 (diff) | |
| download | packages-ef839d0c4b8464ae80747ae79c34c171f8af194d.tar.gz packages-ef839d0c4b8464ae80747ae79c34c171f8af194d.zip | |
Added package nominatim (#839)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 82e2704..0e8aa93 100644 --- a/packages.json +++ b/packages.json @@ -10466,6 +10466,20 @@ "web": "https://github.com/Tangdongle/nimobserver" }, { + "name": "nominatim", + "url": "https://github.com/juancarlospaco/nim-nominatim", + "method": "git", + "tags": [ + "openstreetmap", + "nominatim", + "multisync", + "async" + ], + "description": "OpenStreetMap Nominatim API Lib for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-nominatim" + }, + { "name": "systimes", "url": "https://github.com/GULPF/systimes", "method": "git", |
