Skip to content

Commit 4e46ed2

Browse files
authored
Aluskaardiks Carto
1 parent af03151 commit 4e46ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kaart/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434

3535
var positron = L.tileLayer('http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png', {
3636
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://cartodb.com/attributions">CartoDB</a>'
37-
});
37+
}).addTo(map);
3838

3939
var ortofoto = L.tileLayer('http://kaart.maakaart.ee/orto/{z}/{x}/{y}.jpeg', {
4040
minZoom: 14,
4141
attribution: '&copy; Maa-amet'
42-
}).addTo(map);
42+
});
4343

4444
map.createPane('projektid').style.zIndex = 800;
4545

0 commit comments

Comments
 (0)