From 1f09a3f383de65d3b48e0cd7302d7da3bc77154e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Wed, 7 Jun 2017 22:06:13 +0200 Subject: [PATCH] unfinised --- index.html | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 5 ++- 2 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 00000000..e26344b1 --- /dev/null +++ b/index.html @@ -0,0 +1,114 @@ + + + + OverpassFrontend example + + + + + + + + +
+ + diff --git a/package.json b/package.json index 0fa4c15c..f28c0e7d 100644 --- a/package.json +++ b/package.json @@ -5,5 +5,8 @@ "main": "index.js", "repository": "https://github.com/plepe/openstreetbrowser", "author": "Stephan Bösch-Plepelits ", - "license": "GPL-3.0" + "license": "GPL-3.0", + "dependencies": { + "overpass-layer": "https://github.com/plepe/overpass-layer#marker" + } }