mariusandra / pigeon-maps

ReactJS Maps without external dependencies
https://pigeon-maps.js.org/
MIT License
3.44k stars 142 forks source link

Tiles don't load with zoom > 10 #84

Closed darlantc closed 4 years ago

darlantc commented 4 years ago

There is an error while zooming > 10. The tile images don't load, as you can see in the demo:

Pigeon Maps error

mddilley commented 4 years ago

I ran into this same issue earlier today, but I then realized that it is an issue with the tile provider, Wikimedia, and not with this library. Try out the other providers in the demo, and they work great.

Here is how the provider is set in the demo. https://github.com/mariusandra/pigeon-maps/blob/4bb3d4ddf78cf1152da8c6462667e393b2b81790/demo/demo.js#L145

darlantc commented 4 years ago

Thanks @mddilley !

Changed to OSM provider.

mariusandra commented 4 years ago

Hi! Since 0.15 OSM is now the default provider.