Skip to content

Commit

Permalink
Migrate from mapbox-gl to maplibre-gl
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Oct 10, 2023
1 parent f9614c9 commit 6f92c36
Show file tree
Hide file tree
Showing 15 changed files with 683 additions and 232 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"styles": [
"src/styles.css",
"node_modules/mapbox-gl/dist/mapbox-gl.css",
"node_modules/maplibre-gl/dist/maplibre-gl.css",
"node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css",
"node_modules/iv-viewer/dist/iv-viewer.css"
]
Expand Down Expand Up @@ -93,7 +93,7 @@
"scripts": [],
"styles": [
"src/styles.css",
"node_modules/mapbox-gl/dist/mapbox-gl.css",
"node_modules/maplibre-gl/dist/maplibre-gl.css",
"node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css",
"node_modules/iv-viewer/dist/iv-viewer.css"
],
Expand Down Expand Up @@ -156,7 +156,7 @@
"karmaConfig": "projects/arlas-components/karma.conf.js",
"styles": [
"src/styles.css",
"node_modules/mapbox-gl/dist/mapbox-gl.css",
"node_modules/maplibre-gl/dist/maplibre-gl.css",
"node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css",
"node_modules/iv-viewer/dist/iv-viewer.css"
]
Expand Down
Loading

0 comments on commit 6f92c36

Please sign in to comment.