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" + } }