HAPPY NEW YEAR!!!

Lets have an awesome year doing amazing stuff together! Cheers my
fellow leafleters!
This commit is contained in:
Vladimir Agafonkin 2014-01-01 02:49:57 +02:00
parent b2965351e0
commit d1bc836b5d

View File

@ -35,7 +35,7 @@
], {renderer: canvas}).addTo(map).bindPopup('Hello Canvas');
var circle = L.circle([35, 0], 700000, {color: 'green', renderer: canvas}).addTo(map).bindPopup('Hello Circle');
var circleMarker = L.circleMarker([35, 30], {color: 'magenta', radius: 30}).addTo(map);
var circleMarker = L.circleMarker([35, 30], {color: 'magenta', radius: 30}).addTo(map).bindPopup('Happy New Year!');
map.setView([36, 52], 3);