From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Tue, 12 Aug 2014 21:56:44 +0200 Subject: Adding jquery, flot and openlayers to be included with the GEM. --- misc/openlayers/tests/Geometry/Collection.html | 431 ++++++++++++++++++++ misc/openlayers/tests/Geometry/Curve.html | 157 ++++++++ misc/openlayers/tests/Geometry/LineString.html | 443 +++++++++++++++++++++ misc/openlayers/tests/Geometry/LinearRing.html | 362 +++++++++++++++++ .../openlayers/tests/Geometry/MultiLineString.html | 267 +++++++++++++ misc/openlayers/tests/Geometry/MultiPoint.html | 130 ++++++ misc/openlayers/tests/Geometry/MultiPolygon.html | 34 ++ misc/openlayers/tests/Geometry/Point.html | 244 ++++++++++++ misc/openlayers/tests/Geometry/Polygon.html | 420 +++++++++++++++++++ 9 files changed, 2488 insertions(+) create mode 100644 misc/openlayers/tests/Geometry/Collection.html create mode 100644 misc/openlayers/tests/Geometry/Curve.html create mode 100644 misc/openlayers/tests/Geometry/LineString.html create mode 100644 misc/openlayers/tests/Geometry/LinearRing.html create mode 100644 misc/openlayers/tests/Geometry/MultiLineString.html create mode 100644 misc/openlayers/tests/Geometry/MultiPoint.html create mode 100644 misc/openlayers/tests/Geometry/MultiPolygon.html create mode 100644 misc/openlayers/tests/Geometry/Point.html create mode 100644 misc/openlayers/tests/Geometry/Polygon.html (limited to 'misc/openlayers/tests/Geometry') diff --git a/misc/openlayers/tests/Geometry/Collection.html b/misc/openlayers/tests/Geometry/Collection.html new file mode 100644 index 0000000..7c9fd62 --- /dev/null +++ b/misc/openlayers/tests/Geometry/Collection.html @@ -0,0 +1,431 @@ + + + + + + + + diff --git a/misc/openlayers/tests/Geometry/Curve.html b/misc/openlayers/tests/Geometry/Curve.html new file mode 100644 index 0000000..5afebdf --- /dev/null +++ b/misc/openlayers/tests/Geometry/Curve.html @@ -0,0 +1,157 @@ + + + + + + + + diff --git a/misc/openlayers/tests/Geometry/LineString.html b/misc/openlayers/tests/Geometry/LineString.html new file mode 100644 index 0000000..4b2ec0e --- /dev/null +++ b/misc/openlayers/tests/Geometry/LineString.html @@ -0,0 +1,443 @@ + + + + + + + + diff --git a/misc/openlayers/tests/Geometry/LinearRing.html b/misc/openlayers/tests/Geometry/LinearRing.html new file mode 100644 index 0000000..cbbba2a --- /dev/null +++ b/misc/openlayers/tests/Geometry/LinearRing.html @@ -0,0 +1,362 @@ + + + + + + + + diff --git a/misc/openlayers/tests/Geometry/MultiLineString.html b/misc/openlayers/tests/Geometry/MultiLineString.html new file mode 100644 index 0000000..34a6e65 --- /dev/null +++ b/misc/openlayers/tests/Geometry/MultiLineString.html @@ -0,0 +1,267 @@ + + + + + + + + diff --git a/misc/openlayers/tests/Geometry/MultiPoint.html b/misc/openlayers/tests/Geometry/MultiPoint.html new file mode 100644 index 0000000..47ce430 --- /dev/null +++ b/misc/openlayers/tests/Geometry/MultiPoint.html @@ -0,0 +1,130 @@ + + + + + + + + diff --git a/misc/openlayers/tests/Geometry/MultiPolygon.html b/misc/openlayers/tests/Geometry/MultiPolygon.html new file mode 100644 index 0000000..f44de93 --- /dev/null +++ b/misc/openlayers/tests/Geometry/MultiPolygon.html @@ -0,0 +1,34 @@ + + + + + + + + diff --git a/misc/openlayers/tests/Geometry/Point.html b/misc/openlayers/tests/Geometry/Point.html new file mode 100644 index 0000000..e688250 --- /dev/null +++ b/misc/openlayers/tests/Geometry/Point.html @@ -0,0 +1,244 @@ + + + + + + + + diff --git a/misc/openlayers/tests/Geometry/Polygon.html b/misc/openlayers/tests/Geometry/Polygon.html new file mode 100644 index 0000000..0df0295 --- /dev/null +++ b/misc/openlayers/tests/Geometry/Polygon.html @@ -0,0 +1,420 @@ + + + + + + + + -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0