feat: add map module

This commit is contained in:
Jovan Krunić
2021-07-13 07:57:09 +00:00
parent d696215d08
commit c1c9a92ec9
44 changed files with 2138 additions and 93 deletions

View File

@@ -26,7 +26,7 @@
"docker:serve": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash -c \"npm start\"",
"documentation": "compodoc -p tsconfig.json -d docs",
"lint": "ng lint",
"lint:fix": "ng lint:fix",
"lint-fix": "eslint --fix -c .eslintrc.json --ignore-path .eslintignore --ext .ts,.html src/",
"ng": "ng",
"postversion": "npm run changelog",
"pree2e": "webdriver-manager clean && webdriver-manager update --gecko false --versions.chrome $(google-chrome --product-version)",
@@ -47,8 +47,11 @@
"@angular/platform-browser": "9.1.12",
"@angular/platform-browser-dynamic": "9.1.12",
"@angular/router": "9.1.12",
"@asymmetrik/ngx-leaflet": "5.0.2",
"@asymmetrik/ngx-leaflet-markercluster": "2.1.1",
"@capacitor/core": "2.4.6",
"@ionic-native/core": "5.29.0",
"@ionic-native/diagnostic": "5.32.0",
"@ionic-native/geolocation": "5.29.0",
"@ionic-native/network": "5.31.1",
"@ionic-native/splash-screen": "5.29.0",
@@ -65,6 +68,7 @@
"cordova-ios": "6.2.0",
"cordova-plugin-androidx-adapter": "1.1.3",
"cordova-plugin-device": "2.0.3",
"cordova.plugins.diagnostic": "6.0.3",
"cordova-plugin-geolocation": "4.1.0",
"cordova-plugin-ionic-keyboard": "2.2.0",
"cordova-plugin-ionic-webview": "5.0.0",
@@ -74,6 +78,9 @@
"core-js": "2.6.5",
"deepmerge": "3.3.0",
"form-data": "2.5.0",
"geojson": "0.5.0",
"leaflet": "1.4.0",
"leaflet.markercluster": "1.4.1",
"lodash-es": "4.17.21",
"moment": "2.29.1",
"ngx-logger": "4.1.9",
@@ -103,6 +110,8 @@
"@types/form-data": "2.5.0",
"@types/jasmine": "3.3.12",
"@types/jasminewd2": "2.0.6",
"@types/leaflet": "1.4.4",
"@types/leaflet.markercluster": "1.0.3",
"@types/lodash-es": "4.17.4",
"@types/node": "14.14.37",
"@typescript-eslint/eslint-plugin": "4.3.0",
@@ -134,11 +143,16 @@
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "The app will use your location to provide features for navigation or distances information.",
"GPS_REQUIRED": "true"
},
"cordova.plugins.diagnostic": {
"ANDROIDX_VERSION": "1.+"
}
},
"platforms": [