Skip to content

Commit

Permalink
Merge pull request #159 from OS2iot/feature/1508_HeightsMap
Browse files Browse the repository at this point in the history
Feature/1508 heights map
  • Loading branch information
augusthjerrild committed May 2, 2024
2 parents 9c12672 + 9de113a commit 1758f0c
Show file tree
Hide file tree
Showing 12 changed files with 1,867 additions and 1,456 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -45,3 +45,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

src/assets/env.js
102 changes: 99 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -32,7 +32,6 @@
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@popperjs/core": "^2.11.6",
"@types/leaflet.markercluster": "1.5.3",
"all": "0.0.0",
"animate.css": "^4.1.1",
"bootstrap": "5.0.0-alpha2",
Expand All @@ -43,7 +42,6 @@
"leaflet": "^1.9.4",
"leaflet-geosearch": "3.6.1",
"leaflet.fullscreen": "^3.0.1",

"moment": "^2.29.4",
"monaco-editor": "^0.33.0",
"ng": "0.0.0",
Expand All @@ -52,6 +50,7 @@
"ngx-monaco-editor-v2": "^14.0.4",
"ngx-papaparse": "^5.0.0",
"popper.js": "^1.16.1",
"proj4leaflet": "^1.0.2",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"tslint": "~6.1.0",
Expand All @@ -68,7 +67,8 @@
"@types/jwt-decode": "^3.1.0",
"@types/leaflet": "^1.9.8",
"@types/leaflet.fullscreen": "^3.0.2",
"leaflet.markercluster": "1.5.3",
"@types/leaflet.markercluster": "1.5.3",
"@types/proj4leaflet": "^1.0.10",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.2",
"eslint": "^7.3.1",
Expand All @@ -79,6 +79,7 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"leaflet.markercluster": "1.5.3",
"ngrx-store-freeze": "^0.2.4",
"prettier": "^2.0.5",
"protractor": "~7.0.0",
Expand Down

0 comments on commit 1758f0c

Please sign in to comment.