tillnagel / unfolding

A library to create interactive maps and geovisualizations in Processing and Java
http://unfoldingmaps.org
Other
477 stars 245 forks source link

Image corrupted, any idea? #152

Closed JorgeRui closed 6 years ago

JorgeRui commented 6 years ago

When I try to use eclipse and start the first example "SimpleMapApp" it gives me this error: The file http://a.www.toolserver.org/tiles/bw-mapnik/2/2/1.png contains bad image data, or may not be an image.

Any ideas?

tillnagel commented 6 years ago

You need to switch to a different map provider, as the default one does not provides map tiles under the specified URL (and Processing does not recognize redirects). See how to use other map providers at http://unfoldingmaps.org/tutorials/mapprovider-and-tiles.html#map-styles

Duplicate of #100. (Fixed in beta. Request beta via e-mail or DM)