Leaflet <http://leaflet.cloudmade.com>, a javascript library for embedding 
maps, has a mysterious problem that only crops up when you host a page 
using leaflet on web2py and try to view it in firefox. Specifically, map 
tiles fail to be loaded. As far as I can tell, leaflet is working as it 
should, building the map and placing it in the div, and even retrieving the 
tiles and appropriate urls, but firefox resolutely fails to show the actual 
map tiles. Webkit based browsers don't have a problem, but firefox (and ie 
10) can't seem to handle the combination of web2py and leaflet. Anyone 
wanting to replicate this issue can take the simple example from leaflet's 
documentation, an api key from cloudmade.com (free), and load the page from 
web2py. Note: Leaflet absolutely works when its hosted on a simple 
webserver (I tested it on IIS). I can provide a code sample if needed. Can 
anyone help me track down the problem?

Reply via email to