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

Support GeoServer #52

Open
JasonSanford opened this issue Jan 26, 2012 · 3 comments
Open

Support GeoServer #52

JasonSanford opened this issue Jan 26, 2012 · 3 comments
Assignees
Milestone

Comments

@JasonSanford
Copy link
Owner

It appears GeoServer supports JSONP output for feature requests. This combined with a bbox filter make this an easy candidate for a new layer.

Does anyone know if the JSON(P) output is something special GeoServer offers or is it in the official spec? If it is something special GeoServer does, are there any other W*S providers that also output JSON? MapServer?

/cc @aaime

@ghost ghost assigned JasonSanford Jan 26, 2012
@aaime
Copy link

aaime commented Jan 27, 2012

JSON output is definitely not part of the spec. MapServer wise, not sure, it may be possible by manually configuring a OGR output as described here: http://mapserver.org/output/ogr_output.html#ogr-output
As far as I can see it's not something that you'd get without some manual intervention though, but I may be wrong.

@JasonSanford
Copy link
Owner Author

Ok, Thanks. I guess what I was getting at was whether I should call the Layer something generic like gvector.WFS, but it looks like gvector.GeoServer is the best fit.

@outaTiME
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants