Canvas overlay implementation. Added more shapes to vector.html test.

This commit is contained in:
florian
2011-06-20 10:15:53 +02:00
parent c1c79df31f
commit 86414aeef0
2 changed files with 23 additions and 2 deletions

View File

@ -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>");
}
})();
})();