HAPPY NEW YEAR!!!
Lets have an awesome year doing amazing stuff together! Cheers my fellow leafleters!
This commit is contained in:
parent
b2965351e0
commit
d1bc836b5d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user