Skip to content
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

Fix the non WFS OGC server query, and the alias #4161

Merged
merged 1 commit into from Aug 27, 2018
Merged

Fix the non WFS OGC server query, and the alias #4161

merged 1 commit into from Aug 27, 2018

Conversation

sbrunner
Copy link
Member

No description provided.

@sbrunner sbrunner added this to the 2.3 milestone Aug 24, 2018

const complexContent = featureType['complexType'][0]['complexContent'];
const attributes = new ngeoFormatWFSAttribute().read(complexContent);
const complexContent = featureType['complexType'][0]['complexContent'];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use featureType.complexType instead of featureType['complexType'] as two lines above ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed :-)

Copy link
Member

@ger-benjamin ger-benjamin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but please, test well.

@sbrunner sbrunner merged commit e6c30c3 into 2.3 Aug 27, 2018
@sbrunner sbrunner deleted the wfs branch August 27, 2018 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants