-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add new geoweb services #16
Comments
What about geoserver for self-hosted data? |
What protocol would you expect to fetch data from GeoServer? WFS, WMS, etc? |
I'd expect WFS would be best for vector data but it does look a little heavyweight. Maybe a simple json server to return PostGIS data would be easier. |
Yeah, I'd be interested in the latter. If someone else is interested in writing something to query/parse a WFS service I'd be glad to add it. |
What about MapFish protocol ? http://trac.mapfish.org/trac/mapfish/wiki/MapFishProtocol |
Yep, I think this could easily be added. Created a separate issue at #36. |
Maybe GeoCouch JSON data from CouchDB would be simple to implement? |
Seems reasonable. bbox search is available which is really all that is needed. Created a separate issue at #37. |
It would be quite easy to add new geoweb service providers to what's here currently (AGS, A2E, GeoIQ). Some other options are:
The text was updated successfully, but these errors were encountered: