Skip to content

Commit

Permalink
downgrade gl js to 0.42.2 to improve data-join performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbaumann committed Apr 26, 2018
1 parent ea49a97 commit b5942dc
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 @@ -11,7 +11,7 @@
from mapboxgl.utils import img_encode, numeric_map


GL_JS_VERSION = 'v0.44.1'
GL_JS_VERSION = 'v0.42.2'


class MapViz(object):
Expand Down

0 comments on commit b5942dc

Please sign in to comment.