Detection whether position is within community borders.

This commit is contained in:
Andreas Baldeau 2014-08-10 11:37:05 +02:00
commit 43b4ad9178
31 changed files with 11960 additions and 16 deletions

23
app/bower_components/geolib/bower.json vendored Normal file
View file

@ -0,0 +1,23 @@
{
"name": "Geolib",
"main": "dist/geolib.js",
"version": "2.0.9",
"homepage": "https://github.com/manuelbieh/Geolib",
"authors": [
"Manuel Bieh <github@manuelbieh.de>"
],
"description": "Library to perform geo specific tasks",
"keywords": [
"geolocation",
"geo",
"distance"
],
"license": "LGPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}