From a3153c8771bb24bfcf0272c1fc2fc4968334244d Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 27 Aug 2018 10:25:33 -0300 Subject: [PATCH] Added package openstreetmap (#843) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f18b92e..385d2ba 100644 --- a/packages.json +++ b/packages.json @@ -10506,6 +10506,21 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-overpass" }, + { + "name": "openstreetmap", + "url": "https://github.com/juancarlospaco/nim-openstreetmap", + "method": "git", + "tags": [ + "openstreetmap", + "multisync", + "async", + "geo", + "map" + ], + "description": "OpenStreetMap API Lib for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-openstreetmap" + }, { "name": "daemonim", "url": "https://github.com/bung87/daemon",