-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto select geometry field from WFS Feature Description #24
Comments
Hi... yeah... I know what was wrong... I wasn't selecting the correct "geometryField". I do have a question, why do I need to provide the geometryField? Can it not be inferred when the DescribeFeatureType call is made? I am building an application that allows users to select layers from a WFS and add them to the map, I don't think they are going to know the name of the geometry field. Just a thought. |
Hello. Oops you provided valid wfs url, but it responses with wrong headers and uDig not work with this. |
Thanks. I'm still on a bit of a learning curve when it comes to all this On Fri, Feb 19, 2016 at 9:40 AM, kuzkok [email protected] wrote:
|
I am trying to test this plugin and it seems ALWAYS fail at the following line:
this.namespaceUri = featureInfo.attributes.targetNamespace.value;
I have tried SEVERAL WFS servers... here is the most recent:
https://mesonet.agron.iastate.edu/wfs/ww.php
I am trying it with all layers, and they all fail on that line.
The text was updated successfully, but these errors were encountered: