here is my javascript code (simplified) :
var tuileUrl = 'http://{s}.tile.osm.org/{z}/{x}/{y}.png'; var attrib='Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors'; var map = L.map('map').setView([49,2,0], 16); var osm = L.tileLayer(tuileUrl, { minZoom: 16, maxZoom: 17, attribution: attrib }); osm.addTo(map);..
(I cannot use the leaflet plugin cause I need full and dynamics options on the map)
Does somebody understand what's happening ?
Thank's per advance
and sorry about my english