vorige Präsentation: CORS | zurück zum Buch-Kapitel [esc] | Nächste Präsentation Chat Websockets
Zwei Varianten:
#map.static { background-size: cover; background-image: url(map.png); }
Für die Darstellung von Open Street Map
var map = L.map('map').setView([lat, lng], 13); L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', { attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors' }).addTo(map); $('map').removeClass('static');
vorige Präsentation: CORS | zurück zum Buch-Kapitel [esc] | Nächste Präsentation Chat Websockets
/
#