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/examples/wfs-reprojection.html | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 misc/openlayers/examples/wfs-reprojection.html (limited to 'misc/openlayers/examples/wfs-reprojection.html') diff --git a/misc/openlayers/examples/wfs-reprojection.html b/misc/openlayers/examples/wfs-reprojection.html new file mode 100644 index 0000000..ceae053 --- /dev/null +++ b/misc/openlayers/examples/wfs-reprojection.html @@ -0,0 +1,42 @@ + + + + + + + WFS Reprojection Example + + + + + + + +

WFS Reprojection Example

+
+ reprojection, styling, stylemap, wfs, vector, advanced +
+

+ Shows the use of the client side reprojection support. +

+
+
+

+ This example shows client side reprojection. In the case where + the projection of a vector layer differs from the projection of + the map, features are requested in the layer projection and + transformed during parsing. It is assumed that the layer + projection is "native" projection of the data (the coordinate + reference system of the data on the server). +

+

+ Also shown is styleMap for the layer with unique value rules. + Colors are assigned based on the STATE_FIPS attribute. +

+

+ See the + wfs-reprojection.js source to see how this is done. +

+
+ + -- cgit v1.2.3