We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af03151 commit 4e46ed2Copy full SHA for 4e46ed2
kaart/index.html
@@ -34,12 +34,12 @@
34
35
var positron = L.tileLayer('http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png', {
36
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http://cartodb.com/attributions">CartoDB</a>'
37
- });
+ }).addTo(map);
38
39
var ortofoto = L.tileLayer('http://kaart.maakaart.ee/orto/{z}/{x}/{y}.jpeg', {
40
minZoom: 14,
41
attribution: '© Maa-amet'
42
- }).addTo(map);
+ });
43
44
map.createPane('projektid').style.zIndex = 800;
45
0 commit comments