SINTEF-9012 / PruneCluster

Fast and realtime marker clustering for Leaflet
MIT License
552 stars 131 forks source link

Typo in JS of realworld.50000 example. #167

Closed BobbyBabes closed 6 years ago

BobbyBabes commented 6 years ago

I just bumped into Leaflet and its plugins.

This line : https://github.com/SINTEF-9012/PruneCluster/blob/master/examples/realworld.50000.html#L40 There is a typo in it. addressPoints[i][2] should be addressPoints2[i][2].

EDIT1: Also in this example : https://github.com/SINTEF-9012/PruneCluster/blob/master/examples/realworld.50000-categories.html#L154

fungiboletus commented 6 years ago

Thanks for the report ! 🍾