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. --- .../examples/behavior-fixed-http-gml.html | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 misc/openlayers/examples/behavior-fixed-http-gml.html (limited to 'misc/openlayers/examples/behavior-fixed-http-gml.html') diff --git a/misc/openlayers/examples/behavior-fixed-http-gml.html b/misc/openlayers/examples/behavior-fixed-http-gml.html new file mode 100644 index 0000000..c1a11c3 --- /dev/null +++ b/misc/openlayers/examples/behavior-fixed-http-gml.html @@ -0,0 +1,56 @@ + + + + + + + OpenLayers Vector Behavior Example + + + + + + +

Vector Behavior Example (Fixed/HTTP/GML)

+
+ vector, strategy, strategies, protocoll, advanced, gml, http, fixed +
+

+ Vector layer with a Fixed strategy, HTTP protocol, and GML format. +

+
+
+

The vector layer shown uses the Fixed strategy, the HTTP protocol, + and the GML format. + The Fixed strategy is a simple strategy that fetches features once + and never re-requests new data. + The HTTP protocol makes requests using HTTP verbs. It should be + constructed with a url that corresponds to a collection of features + (a resource on some server). + The GML format is used to serialize features.

+
+ + -- cgit v1.2.3