Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. var url = "http://localhost:8080/geoserver/cits/wms?"
  2. + "REQUEST=GetFeature&"
  3. + "SERVICE=WFS&"
  4. + "version=1.1.0&"
  5. + "typename=pipes&"
  6. + "outputFormat=text/javascript&"
  7. + "format_options=&"
  8. + "callback: JSON_CALLBACK";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement