I'm using leaflet with the views module patch, and the latest views + ctools.
Currently the views preview shows nothing at all, and the content pane comes up but only shows grey with zoom buttons - no map and no markers. It's set to OSM Mapnik, being fed about 20 records with geofield in views.
Is there something obvious I might have missed?
Comments
Comment #1
pvhee commentedSame problem here, a grey map appearing and no features are drawn on the map.
Comment #2
pvhee commentedFound the cause of this problem. Apparently, a bug in Leaflet presents the tiles from showing when there is the following CSS active:
The trick is to offset this for Leaflet tiles
Comment #3
pvhee commentedClosing the issue, as this won't be part of the module and now seems to be fixed in the Leaflet library.
Comment #4
mgiffordAhh.. But it should be added to the documentation. OpenLayers has this same issue, but it's a problem with many popular themes and something lots of folks will run into if it isn't better documented.
Comment #5
architectJpres commentedI was caught on this issue for a while.
It turned out when I geocoded the address field using google as the geocoder it did not save correctly and then nothing worked correctly.