Closed (fixed)
Project:
Openlayers
Version:
6.x-1.0-beta4
Component:
OpenLayers Layers
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2010 at 18:02 UTC
Updated:
23 Feb 2010 at 21:40 UTC
I am seeing white lines between my map tiles when using OSM layer or cloudmade - as seen in attached photo.
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 2.png | 27.1 KB | j0k3z |
Comments
Comment #1
tmcw commentedYou've got more wrong than that - the scale bar is wrong in this shot as well. My guess is invasive CSS - can you drop a link to the page, or check out certain elements with FireBug to see if there are styles cascading down to these, adding incorrect margins, probably.
Comment #2
tmcw commentedre-open if this is still broken.
Comment #3
phayes commentedDefinitely invasive css. Your theme is "helpfully" adding margins to img tags. you can override this with
.openlayers-map img{ margin:0px }