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

WFS Server featureid parameter doesn't like typename containing a dot. #4925

Closed
gsueur opened this issue May 12, 2014 · 8 comments
Closed

WFS Server featureid parameter doesn't like typename containing a dot. #4925

gsueur opened this issue May 12, 2014 · 8 comments

Comments

@gsueur
Copy link

gsueur commented May 12, 2014

when playing with this kind of request :
https://download.data.grandlyon.com/wfs/grandlyon?SERVICE=WFS&REQUEST=GetFeature&typename=fpc_fond_plan_communaut.fpcbaticonstruction&VERSION=2.0.0&featureid=fpc_fond_plan_communaut.fpcbaticonstruction.1

if your typename contains a dot, it doesn't work. You have this message : msWFSGetFeature(): WFS server error. Invalid FeatureId in GetFeature. Expecting layername.value : fpc_fond_plan_communaut.fpcbaticonstruction.1

Best regards

@tomkralidis
Copy link
Member

👍 I'm facing the same issue.

@gsueur
Copy link
Author

gsueur commented May 13, 2014

And it ain't cool for Inspire harmonized layer names...

@sdlime
Copy link
Member

sdlime commented May 13, 2014

Are the dots legal in a layer/type name? I assume yes, and if so it should be a relatively easy fix around line 2326 in mapwfs.c. We'd need to change that conditional to be nTokens1 >= 2 and then change the next bit of code to be more generic to push the last token onto the aFIDValues array and the proceeding tokens (joined on a .) onto the aFIDLayers array. --Steve

@gsueur
Copy link
Author

gsueur commented May 13, 2014

In a MapServer point of view I don't know, but it is mandatory in some context like INSPIRE in Europe. See http://boundlessgeo.com/2012/04/inspire-harmonized-layer-names-in-geoserver/ for example.

@tomkralidis
Copy link
Member

It's legal to have dots.

@sdlime
Copy link
Member

sdlime commented May 13, 2014

I’ll try and post a patch later today. --Steve

From: Tom Kralidis [mailto:notifications@github.com]
Sent: Tuesday, May 13, 2014 10:11 AM
To: mapserver/mapserver
Cc: Lime, Steve D (MNIT)
Subject: Re: [mapserver] WFS Server featureid parameter doesn't like typename containing a dot. (#4925)

It's legal to have dots.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4925#issuecomment-42968007.

rouault added a commit that referenced this issue May 17, 2014
@sdlime
Copy link
Member

sdlime commented May 20, 2014

I posted a patch against the 6.4 branch here: http://maps1.dnr.state.mn.us/test/mapserver/4925.patch. It's untested but it's a pretty straight forward fix.I see that Even also has included a fix in a recent commit that's probably more efficient. Can someone test?

@jratike80
Copy link

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

No branches or pull requests

4 participants