cutting-room-floor / ipad-deprecated

DEPRECATED
Other
0 stars 0 forks source link

Tooltips not working #208

Closed willwhite closed 12 years ago

willwhite commented 12 years ago

Not sure if this is related to the rollout or the latest build, but tooltips aren't working in the app. For some reason, the only tileset I can get working is Geography Class.

incanus commented 12 years ago

Working fine for me. Any further info or example data?

willwhite commented 12 years ago

I'm testing with using 1.7.160. Try loading up Neighbor to Neighbor 2010 from the wider circle account. Tooltips aren't showing up in app while they are in the browser. Does that help?

incanus commented 12 years ago

Yeah, looks like no TileStream tooltips are working. Betting it's not the iPad (again). Will dig into it shortly.

incanus commented 12 years ago

This is a result of the API now giving back numbers as grid keys, instead of strings. Any idea when this changed?

incanus commented 12 years ago

See also https://github.com/mapbox/tilestream/issues/84

willwhite commented 12 years ago

This may have changed with the v3 API rollout, but I don't think it was intentional. But it seems to only be happening with composited maps.

Has strings: http://a.tiles.mapbox.com/v3/awidercircle.awc_don_rec_zip05/8/72/97.grid.json?callback=grid Has integers: http://b.tiles.mapbox.com/v3/awidercircle.awc-world-light-dc,mapbox.world-light,mapbox.dc-bright,awidercircle.awc_dc_street,awidercircle.awc_all_zip/13/2341/3132.grid.json?callback=grid

JavaScript is so loose about this kind of thing so our tests are passing. I can look.

willwhite commented 12 years ago

It should only be happening with MapBox Hosting, not tilestream.