Fix select features in the map.
... | ... | @@ -29,6 +29,7 @@ |
"@angular/router": "6.1.0", | ||
"@turf/centroid": "^5.1.5", | ||
"@turf/helpers": "^6.1.4", | ||
"@types/lodash.clonedeep": "^4.5.4", | ||
"@types/mapbox-gl": "^0.47.0", | ||
"angulartics2": "^6.2.0", | ||
"bulma": "^0.7.1", | ||
... | ... | @@ -38,6 +39,7 @@ |
"core-js": "^2.5.7", | ||
"font-awesome": "^4.7.0", | ||
"lodash": "^4.17.10", | ||
"lodash.clonedeep": "^4.5.0", | ||
"mapbox-gl": "^0.47.0", | ||
"ng-inline-svg": "^8.0.1", | ||
"ngx-infinite-scroll": "^6.0.1", | ||
... | ... |
Please register or sign in to comment