Skip to content

Commit

Permalink
Update to GL JS v1.5.0 (#171)
Browse files Browse the repository at this point in the history
v1.5.0 launching Friday 10/25, improves performance and map load time significantly
  • Loading branch information
ryanbaumann authored Dec 3, 2019
1 parent 4409588 commit 9a15a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapboxgl/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from mapboxgl import templates


GL_JS_VERSION = 'v1.0.0'
GL_JS_VERSION = 'v1.5.0'


class VectorMixin(object):
Expand Down

0 comments on commit 9a15a07

Please sign in to comment.