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 |
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 }