Chrome - visible grid line on drag/zoom

57 views
Skip to first unread message

Ian Walberg

unread,
Jul 23, 2015, 7:39:58 PM7/23/15
to leafl...@googlegroups.com

Folks,

 

Tests done with trying out the Leaflet 1.0 beta 1 .

 

We are getting visible gird lines (or something) between some tile sets when using Chrome, other browsers seem ok.

 

Source below if this link does not work  http://wms.airborne.aero/leaflet.html

 

Any ideas?

 

Thanks

 

Ian

 

<html>

<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet.css" />

<script src="http://cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet.js"></script>

<style>#map{ height: 100%; width: 100% }</style>

<div id="map"></div>

<script>

var map = L.map('map').setView([51.505, -0.09], 5);

L.tileLayer('http://s3.amazonaws.com/com.modestmaps.bluemarble/{z}-r{y}-c{x}.jpg').addTo(map);

</script>

<body>

</body>

</html>

 

paul neale

unread,
Mar 28, 2016, 9:38:31 AM3/28/16
to Leaflet
Did you ever solve this as I'm seeing the same problems?
Reply all
Reply to author
Forward
0 new messages