stamen / terrain-classic

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

Missing roads tile in Redmond, WA? #99

Closed gfwellman closed 7 years ago

gfwellman commented 7 years ago

http://maps.stamen.com/terrain/embed#15/47.6602/-122.1325 Just below the words "Westside Park" there's a tile that isn't showing roads and buildings, but if you zoom in one level, they show up. Ironically, I think that partly obliterates a portion of the Microsoft campus.

clhenrick commented 7 years ago

Thanks for letting us know @gfwellman, I'm not seeing this:

screen shot 2016-11-05 at 11 48 27 am

Same zoom and map center on default OSM:

screen shot 2016-11-05 at 11 49 54 am

When tiles for an are cached for the first time sometimes one or two can fail to load. They should load the next time they are requested which is what I'm assuming you experienced.

almccon commented 7 years ago
screen shot 2016-11-05 at 5 nov 2 04 06

It's happening to me. However, I agree that this is just a temporary caching issue and it should fix itself automatically.

Here's the relevant tile that fails (on Retina): http://a.tile.stamen.com/terrain/15/5267/11437@2x.png

But the non-retina version works: http://a.tile.stamen.com/terrain/15/5267/11437.png

clhenrick commented 7 years ago

@almccon I didn't check retina tiles for this area, thanks.

@mojodna do you know if the tile fail error handling was implemented for retina tiles? It doesn't seem to be re-rendering for the particular tile mentioned above.

mojodna commented 7 years ago

@clhenrick it is. http://a.dyn.tile.stamen.com/terrain/15/5267/11437@2x.png re-generated it.

clhenrick commented 7 years ago

@mojodna, thanks, that URL isn't pinged by default though correct?

mojodna commented 7 years ago

It is when the (retina) tile doesn't exist. It's part of the redirect chain (and is the API Gateway endpoint).