[Tile-serving] [mod_tile] Renderd not rendering (#113)
ReckyXXX
notifications at github.com
Fri Oct 30 14:08:35 UTC 2015
Hi! I have the similar problem today. Try to change your leaflet code to
map = new L.Map('map');
//var osmUrl='http://{s}.localhost/osm_tiles/{z}/{x}/{y}.png';
// Without {s}:
var osmUrl='http://localhost/osm_tiles/{z}/{x}/{y}.png';
var osmAttrib=' ';
var osm = new L.TileLayer(osmUrl, {minZoom: 8, maxZoom: 17, attribution: osmAttrib});
map.addLayer(osm);
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/113#issuecomment-152536223
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151030/1f9e6621/attachment.html>
More information about the Tile-serving
mailing list