Add geom/multilinestring classes and tests.

This commit is contained in:
Marc Jansen
2012-06-25 22:44:42 +02:00
parent f2577bbf12
commit 7eef78ed4c
3 changed files with 407 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ goog.require("ol.geom.geometry");
goog.require("ol.geom.point");
goog.require("ol.geom.multipoint");
goog.require("ol.geom.linestring");
goog.require("ol.geom.multilinestring");
goog.require("ol.geom.collection");
goog.require('ol.layer.XYZ');
goog.require('ol.layer.OSM');