Refactor overpass support using own implementation of overpass layer.

This commit is contained in:
David Molineus
2016-11-14 11:00:10 +01:00
parent 4212248b27
commit 5364c0f15e
23 changed files with 3508 additions and 530 deletions

View File

@@ -0,0 +1,6 @@
osmtogeojson.js: index.js package.json lodash.custom.js node_modules
browserify -s osmtogeojson index.js | uglifyjs -c -m -o osmtogeojson.js
coverage: .
istanbul cover _mocha -x lodash.custom.js -- -R spec
lodash: .
lodash exports=node include=clone,merge,isEmpty,isArray,compact,each -d