Skip to content

Instantly share code, notes, and snippets.

@unicolet
Created November 5, 2013 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unicolet/7326456 to your computer and use it in GitHub Desktop.
Save unicolet/7326456 to your computer and use it in GitHub Desktop.
WFS GetPropertyValue
$.get('http://162.13.113.151/geoserver/wfs?service=wfs&version=2.0.0&request=GetPropertyValue&outputFormat=application/json&typeNames=topp:states&valueReference=SUB_REGION',function(data) {
$(data).find('SUB_REGION').contents().each(function(i,v){console.log(v);})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment