iobis / mapper

Mapper prototype
1 stars 0 forks source link

find solution for old zoom level in latLngToLayerPoint #78

Open pieterprovoost opened 6 years ago

pieterprovoost commented 6 years ago

Currently this forces me to add points after a 400 ms delay (zooming).

Check these:

Also, it should be possible to use zoom from coords.

console.log(coords)
console.log(res.coordinates[i])
console.log(self._map.project(L.latLng(res.coordinates[i][1], res.coordinates[i][0]), coords.z))