Marius Andra

Results 189 comments of Marius Andra

Hey, see this issue for a sample solution: https://github.com/mariusandra/pigeon-maps/issues/23 Ideally this code could be brought onto the [pigeon maps website](https://github.com/mariusandra/pigeon-maps-website) as a button to click to give it more visibility...

Hi, it's hard to help without some way of reproducing this. Can you provide a codesandbox or equivalent place where I could test it? Alternatively, add some `debugger` or `console.log`...

I guess in this case the `center` should just get as input coordinates that are slightly above the marker's coordinates? It's hard to say without seeing code to be honest.

I couldn't replicate this, not even on Firefox mobile, so it must be some kind of zoom issue? People [have seen](https://github.com/Leaflet/Leaflet/issues/6101#issuecomment-386802688) this even in Google Maps, so it's a pretty...

Yeah, all my screens are retina. I'm now on the latest M1 Air, use a MBP 16" for work, have a 4K monitor and a 1440p Android phone. No issue...

I'm closing this issue as WONTFIX. While the theory seems good, in practice it doesn't "free up" the browser from loading the images that were once in the DOM. So...

Reopening, as we should still find a way to skip loading tiles that we know we will zoom past. For example there is no need to load every level from...

The other engines use a system where tiles are only loaded after you finish zooming, like this: ![Mapbox](https://www.mapbox.com/help/img/screenshots/map-view.gif) We should investigate something similar.

Hi, if someone builds it, sure. This was just discussed yesterday in #63

Hi, all points on pigeon-maps will be just regular `` tags. Probably rendering a thousand of them for display at all times will be slow, but just do a quick...