Skip to content

Commit

Permalink
[GLJS-586] Added/fixed support for GLJSv3 (#520)
Browse files Browse the repository at this point in the history
* Added support for GLJSv3
* Use latest firefox for testing
  • Loading branch information
underoot committed Dec 15, 2023
1 parent 13e4b9e commit 32978bd
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 393 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- '12'
addons:
firefox: latest
apt:
update: true
packages:
Expand Down
3 changes: 2 additions & 1 deletion debug/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ mapDiv.style.bottom = 0;

var map = new mapboxgl.Map({
container: mapDiv,
style: 'mapbox://styles/mapbox/streets-v9',
// update to Standard after fix of GLJS-624
style: 'mapbox://styles/mapbox/streets-v12',
center: [-79.4512, 43.6568],
zoom: 13
});
Expand Down
Loading

0 comments on commit 32978bd

Please sign in to comment.