From 06d399d75edf44b5326a10b818841003e643de85 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 23 Nov 2018 19:38:44 -0300 Subject: [PATCH] Added package open_elevation (#937) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 7505ee4..99b2522 100644 --- a/packages.json +++ b/packages.json @@ -11553,6 +11553,21 @@ "license": "BSD-3-Clause", "web": "https://github.com/xmonader/nim-asciitables" }, + { + "name": "open_elevation", + "url": "https://github.com/juancarlospaco/nim-open-elevation", + "method": "git", + "tags": [ + "openstreetmap", + "geo", + "elevation", + "multisync", + "async" + ], + "description": "OpenStreetMap Elevation API MultiSync Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-open-elevation" + }, { "name": "gara", "url": "https://github.com/alehander42/gara",