Changeset 8577
- Timestamp:
- 01/04/09 12:34:36 (1 year ago)
- Files:
-
- sandbox/topp/wfsv/examples/editingtoolbar-outside.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/marker-shadow.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/multiserver.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/navtoolbar-outsidemap.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/notile.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/openmnnd.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/ordering.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/osm-layer.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/panel.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/point-track-markers.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/popupMatrix.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/projected-map.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/spherical-mercator.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/stylemap.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/styles-context.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/styles-rotation.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/sundials-osm.html (deleted)
- sandbox/topp/wfsv/examples/sundials-spherical-mercator.html (copied) (copied from sandbox/topp/wfs/examples/sundials-spherical-mercator.html)
- sandbox/topp/wfsv/examples/vector-features.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/wfs-getfeature.html (copied) (copied from sandbox/topp/wfs/examples/wfs-getfeature.html)
- sandbox/topp/wfsv/examples/wfs-protocol-transactions.html (modified) (2 diffs)
- sandbox/topp/wfsv/examples/wfs-t.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/wmst.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/wrapDateLine.html (modified) (1 diff)
- sandbox/topp/wfsv/examples/yahoo.html (modified) (1 diff)
- sandbox/topp/wfsv/lib/OpenLayers.js (modified) (1 diff)
- sandbox/topp/wfsv/lib/OpenLayers/Request.js (modified) (2 diffs)
- sandbox/topp/wfsv/lib/OpenLayers/Util.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/wfsv/examples/editingtoolbar-outside.html
r7472 r8577 2 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 3 <head> 4 <title>OpenLayers: Custom Editing Toolbar</title> 4 5 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 5 6 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/marker-shadow.html
r7782 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Vector Graphics with Shadows</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/multiserver.html
r7095 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Tiles from Multiple Servers</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/navtoolbar-outsidemap.html
r7095 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Custom Navigation Toolbar</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/notile.html
r7095 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Single Tile</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/openmnnd.html
r7095 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: OpenMNND</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/ordering.html
r7782 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Z-Ordering and Y-Ordering of Vector Features</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/osm-layer.html
r7121 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: OSM Layer</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/panel.html
r7095 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Control Panel</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/point-track-markers.html
r7095 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Point Track Markers</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/popupMatrix.html
r7887 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml" debug="true"> 2 2 <head> 3 <title>OpenLayers: Popup Mayhem</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/projected-map.html
r7374 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 3 <title>OpenLayers: Non-Geographic Projection</title> 4 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 5 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/spherical-mercator.html
r7988 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Spherical Mercator</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/stylemap.html
r7487 r8577 69 69 70 70 <p id="shortdesc"> 71 Shows how to use a StyleMap. 71 Shows how to use a StyleMap to style features with rule based styling. 72 A style map references on or more OpenLayers.Style objects. These 73 OpenLayers.Style objects are collections of OpenLayers.Rule objects 74 that determine how features are styled. An OpenLayers.Rule object 75 combines an OpenLayers.Filter object with a symbolizer. A filter is used 76 to determine whether a rule applies for a given feature, and a symbolizer 77 is used to draw the feature if the rule applies. 72 78 </p> 73 79 sandbox/topp/wfsv/examples/styles-context.html
r7095 r8577 85 85 86 86 <p id="shortdesc"> 87 Shows how to create a feature styles. 87 To style features with a custom function that evaluates each feature, use 88 the context option of an OpenLayers.Style object. If the context object 89 contains a function and this function is referenced in a symbolizer, the 90 function will be called with the feature as an argument.. 88 91 </p> 89 92 sandbox/topp/wfsv/examples/styles-rotation.html
r7469 r8577 76 76 </head> 77 77 <body onload="init()"> 78 <h1 id="title">Rotation Styles Example</h1> 79 <p id="shortdesc">Vector point feature symbolizers can have a rotation property. The center of the rotation is the point of the image specified by graphicXOffset and graphicYOffset.</p> 78 <h1 id="title">Rotation Style Example</h1> 79 <p id="shortdesc">To style point features with rotation, use the rotation 80 property of the symbolizer. The center of the rotation is the point of the 81 image specified by graphicXOffset and graphicYOffset.</p> 80 82 <div id="map"></div> 81 83 <div id="docs"/> sandbox/topp/wfsv/examples/vector-features.html
r7673 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Vector Features</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/wfs-protocol-transactions.html
r8218 r8577 112 112 wfs = new OpenLayers.Layer.Vector("Editable Features", { 113 113 strategies: [new OpenLayers.Strategy.BBOX(), saveStrategy], 114 projection: new OpenLayers.Projection("EPSG:4326"), 114 115 protocol: new OpenLayers.Protocol.WFS({ 115 116 version: "1.1.0", 116 srsName: "EPSG: 900913",117 srsName: "EPSG:4326", 117 118 url: "http://demo.opengeo.org/geoserver/wfs?strict=true", 118 119 featureNS : "http://opengeo.org", 119 featureType: "r ailroads",120 featureType: "restricted", 120 121 geometryName: "the_geom", 121 schema: "http://demo.opengeo.org/geoserver/wfs/DescribeFeatureType?version=1.1.0&typename=opengeo:r ailroads"122 schema: "http://demo.opengeo.org/geoserver/wfs/DescribeFeatureType?version=1.1.0&typename=opengeo:restricted" 122 123 }) 123 124 }); … … 134 135 135 136 var draw = new OpenLayers.Control.DrawFeature( 136 wfs, OpenLayers.Handler.P ath,137 wfs, OpenLayers.Handler.Polygon, 137 138 { 138 139 title: "Draw Feature", sandbox/topp/wfsv/examples/wfs-t.html
r7942 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: WFS-T</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/wmst.html
r7095 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: WMS + Time</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/wrapDateLine.html
r7095 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Wrap Date Line</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/examples/yahoo.html
r7095 r8577 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers: Yahoo Layer</title> 3 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 5 <link rel="stylesheet" href="style.css" type="text/css" /> sandbox/topp/wfsv/lib/OpenLayers.js
r8159 r8577 164 164 "OpenLayers/Control/Panel.js", 165 165 "OpenLayers/Control/SelectFeature.js", 166 "OpenLayers/Control/WFSGetFeature.js", 166 167 "OpenLayers/Control/NavigationHistory.js", 167 168 "OpenLayers/Control/Measure.js", sandbox/topp/wfsv/lib/OpenLayers/Request.js
r7984 r8577 34 34 * APIMethod: issue 35 35 * Create a new XMLHttpRequest object, open it, set any headers, bind 36 * a callback to done state, and send any data. 36 * a callback to done state, and send any data. It is recommended that 37 * you use one <GET>, <POST>, <PUT>, <DELETE>, <OPTIONS>, or <HEAD>. 38 * This method is only documented to provide detail on the configuration 39 * options available to all request methods. 37 40 * 38 41 * Parameters: … … 54 57 * params - {Object} Any key:value pairs to be appended to the 55 58 * url as a query string. Assumes url doesn't already include a query 56 * string or hash. Parameter values that are arrays will be 59 * string or hash. Typically, this is only appropriate for <GET> 60 * requests where the query string will be appended to the url. 61 * Parameter values that are arrays will be 57 62 * concatenated with a comma (note that this goes against form-encoding) 58 63 * as is done with <OpenLayers.Util.getParameterString>. 59 64 * headers - {Object} Object with header:value pairs to be set on 60 65 * the request. 61 * data - {Object} Any data to send with the request. 66 * data - {String | Document} Optional data to send with the request. 67 * Typically, this is only used with <POST> and <PUT> requests. 68 * Make sure to provide the appropriate "Content-Type" header for your 69 * data. For <POST> and <PUT> requests, the content type defaults to 70 * "application-xml". If your data is a different content type, or 71 * if you are using a different HTTP method, set the "Content-Type" 72 * header to match your data type. 62 73 * callback - {Function} Function to call when request is done. 63 74 * To determine if the request failed, check request.status (200 sandbox/topp/wfsv/lib/OpenLayers/Util.js
r8147 r8577 254 254 * position - {String} The style.position value. 255 255 * border - {String} The border to place around the image. 256 * opacity - {Float} Fractional value (0.0 - 1.0) 256 257 * delayDisplay - {Boolean} If true waits until the image has been 257 258 * loaded. 258 * opacity - {Float} Fractional value (0.0 - 1.0)259 259 * 260 260 * Returns: … … 476 476 * position - {String} 477 477 * border - {String} 478 * sizing {String} 'crop', 'scale', or 'image'. Default is "scale" 479 * delayDisplay{Boolean} 478 * sizing - {String} 'crop', 'scale', or 'image'. Default is "scale" 479 * opacity - {Float} Fractional value (0.0 - 1.0) 480 * delayDisplay - {Boolean} If true waits until the image has been 481 * loaded. 480 482 * 481 483 * Returns:
