mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-15 22:36:58 +00:00
Canvas overlay implementation. Added more shapes to vector.html test.
This commit is contained in:
@ -51,6 +51,7 @@
|
||||
|
||||
'layer/vector/Path.js',
|
||||
'layer/vector/Path.VML.js',
|
||||
'layer/vector/Path.Canvas.js',
|
||||
'layer/vector/Path.Popup.js',
|
||||
'layer/vector/Polyline.js',
|
||||
'layer/vector/Polygon.js',
|
||||
@ -97,4 +98,4 @@
|
||||
for (var i = 0; i < scripts.length; i++) {
|
||||
document.writeln("<script type='text/javascript' src='" + path + "../src/" + scripts[i] + "'></script>");
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
Reference in New Issue
Block a user