stamen / terrain-classic

World-wide CartoCSS port of Stamen's classic terrain style
ISC License
144 stars 35 forks source link

Bizarre coloring for estuarine sanctuary at zoom level 15 #87

Closed clayheaton closed 8 years ago

clayheaton commented 8 years ago

The Rachel Carson Estuarine Sanctuary, in Beaufort, NC, is drawn with a green block around it when at zoom level 15, but not at other zoom levels. The terrain is tricky in that region - lots of wetlands.

http://maps.stamen.com/terrain/#15/34.7044/-76.6351

screen shot 2016-07-22 at 2 52 10 pm

Google Maps satellite view:

screen shot 2016-07-22 at 2 53 16 pm

and map view:

screen shot 2016-07-22 at 2 53 43 pm

clhenrick commented 8 years ago

Looks like a tile mis-render: http://a.tile.stamen.com/terrain/15/9408/13012.png

screen shot 2016-07-22 at 5 41 30 pm

cc @mojodna

mojodna commented 8 years ago

Yup. Fixed: http://tile.stamen.com.s3.amazonaws.com/terrain/15/9408/13012.png

(It's possible to trigger a re-render of an individual tile by using a URL similar to http://a.dyn.tile.stamen.com/terrain/15/9408/13012.png)

The busted tile is still cached by the CDN for now, but that too shall pass.

mojodna commented 8 years ago

Thanks @clayheaton!