Skip to content

Commit 32978bd

Browse files
authored
[GLJS-586] Added/fixed support for GLJSv3 (#520)
* Added support for GLJSv3 * Use latest firefox for testing
1 parent 13e4b9e commit 32978bd

File tree

6 files changed

+152
-393
lines changed

6 files changed

+152
-393
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: node_js
22
node_js:
33
- '12'
44
addons:
5+
firefox: latest
56
apt:
67
update: true
78
packages:

debug/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ mapDiv.style.bottom = 0;
2727

2828
var map = new mapboxgl.Map({
2929
container: mapDiv,
30-
style: 'mapbox://styles/mapbox/streets-v9',
30+
// update to Standard after fix of GLJS-624
31+
style: 'mapbox://styles/mapbox/streets-v12',
3132
center: [-79.4512, 43.6568],
3233
zoom: 13
3334
});

0 commit comments

Comments
 (0)