Skip to content

Commit

Permalink
update vue2mapbox-gl and comments review
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Jun 19, 2020
1 parent 4665947 commit c4f9fa3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ref="map"
:access-token="mapboxAccessToken"
:preserve-drawing-buffer="true"
map-style="mapbox://styles/global-data-viewer/cjtss3jfb05w71fmra13u4qqm?fresh=true"
map-style="mapbox://styles/global-data-viewer/cjtss3jfb05w71fmra13u4qqm"
data-v-step="5"
@mb-load="mapLoaded = true"
>
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"vue-gtag": "^1.6.2",
"vue-markdown": "^2.2.4",
"vue-tour": "^1.4.0",
"vue2mapbox-gl": "git+https://github.com/openearth/vue2mapbox-gl.git#51502dbcf8bab2a45319711460fddb208edd73f0",
"vue2mapbox-gl": "^0.12.5",
"vuelidate": "^0.7.5",
"vuex": "^3.4.0",
"whatwg-fetch": "3.0.0"
Expand Down

0 comments on commit c4f9fa3

Please sign in to comment.