okfn / opendataday

Open Data Day website
http://opendataday.org
Creative Commons Zero v1.0 Universal
88 stars 112 forks source link

fix click to zoom by updating the mapbox workarounds #218

Closed tuukka closed 5 years ago

tuukka commented 5 years ago

The direct use of the supercluster library code was not in sync after update of mapbox-gl-js and its internal version of supercluster. Luckily, the direct use of supercluster is not necessary any more and could be removed.

Most of the code in the diff (from map.getCenter() to the end of the function) changes just in the amount of indentation.