Guest User

Untitled

a guest
Jun 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. new OpenLayers.Protocol.Script({
  2. url: "/geoserver//wfs",
  3. callbackKey: "format_options",
  4. callbackPrefix: "callback:",
  5. params: {
  6. service: "WFS",
  7. version: "1.0.0",
  8. srsName: "EPSG:3857",
  9. request: "GetFeature",
  10. typeName: "SPORTSTAETTENOGD_4",
  11. outputFormat: "json",
  12. cql_filter: "OUTDOOR_IN = 'Indoor' OR OUTDOOR_IN = 'Outdoor'"
  13. }
  14. })
Add Comment
Please, Sign In to add comment