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/Strategy/BBOX.html | 361 ++++++++++++++++++++++++++++ misc/openlayers/tests/Strategy/Cluster.html | 148 ++++++++++++ misc/openlayers/tests/Strategy/Filter.html | 135 +++++++++++ misc/openlayers/tests/Strategy/Fixed.html | 253 +++++++++++++++++++ misc/openlayers/tests/Strategy/Paging.html | 113 +++++++++ misc/openlayers/tests/Strategy/Refresh.html | 177 ++++++++++++++ misc/openlayers/tests/Strategy/Save.html | 127 ++++++++++ 7 files changed, 1314 insertions(+) create mode 100644 misc/openlayers/tests/Strategy/BBOX.html create mode 100644 misc/openlayers/tests/Strategy/Cluster.html create mode 100644 misc/openlayers/tests/Strategy/Filter.html create mode 100644 misc/openlayers/tests/Strategy/Fixed.html create mode 100644 misc/openlayers/tests/Strategy/Paging.html create mode 100644 misc/openlayers/tests/Strategy/Refresh.html create mode 100644 misc/openlayers/tests/Strategy/Save.html (limited to 'misc/openlayers/tests/Strategy') diff --git a/misc/openlayers/tests/Strategy/BBOX.html b/misc/openlayers/tests/Strategy/BBOX.html new file mode 100644 index 0000000..6e409e6 --- /dev/null +++ b/misc/openlayers/tests/Strategy/BBOX.html @@ -0,0 +1,361 @@ + + + + + + +
+ + diff --git a/misc/openlayers/tests/Strategy/Cluster.html b/misc/openlayers/tests/Strategy/Cluster.html new file mode 100644 index 0000000..3358ff9 --- /dev/null +++ b/misc/openlayers/tests/Strategy/Cluster.html @@ -0,0 +1,148 @@ + + + + + + +
+ + diff --git a/misc/openlayers/tests/Strategy/Filter.html b/misc/openlayers/tests/Strategy/Filter.html new file mode 100644 index 0000000..7889d1e --- /dev/null +++ b/misc/openlayers/tests/Strategy/Filter.html @@ -0,0 +1,135 @@ + + + + + + +
+ + \ No newline at end of file diff --git a/misc/openlayers/tests/Strategy/Fixed.html b/misc/openlayers/tests/Strategy/Fixed.html new file mode 100644 index 0000000..a9bf608 --- /dev/null +++ b/misc/openlayers/tests/Strategy/Fixed.html @@ -0,0 +1,253 @@ + + + + + + +
+ + diff --git a/misc/openlayers/tests/Strategy/Paging.html b/misc/openlayers/tests/Strategy/Paging.html new file mode 100644 index 0000000..a85167e --- /dev/null +++ b/misc/openlayers/tests/Strategy/Paging.html @@ -0,0 +1,113 @@ + + + + + + +
+ + diff --git a/misc/openlayers/tests/Strategy/Refresh.html b/misc/openlayers/tests/Strategy/Refresh.html new file mode 100644 index 0000000..054f028 --- /dev/null +++ b/misc/openlayers/tests/Strategy/Refresh.html @@ -0,0 +1,177 @@ + + + + + + +
+ + diff --git a/misc/openlayers/tests/Strategy/Save.html b/misc/openlayers/tests/Strategy/Save.html new file mode 100644 index 0000000..1290485 --- /dev/null +++ b/misc/openlayers/tests/Strategy/Save.html @@ -0,0 +1,127 @@ + + + + + + +
+ + -- cgit v1.2.3