google-vector-layers icon indicating copy to clipboard operation
google-vector-layers copied to clipboard

Add new geoweb services

Open JasonSanford opened this issue 13 years ago • 8 comments

It would be quite easy to add new geoweb service providers to what's here currently (AGS, A2E, GeoIQ). Some other options are:

JasonSanford avatar Nov 15 '11 15:11 JasonSanford

What about geoserver for self-hosted data?

writercoder avatar Dec 20 '11 16:12 writercoder

What protocol would you expect to fetch data from GeoServer? WFS, WMS, etc?

JasonSanford avatar Dec 20 '11 16:12 JasonSanford

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.

writercoder avatar Dec 20 '11 16:12 writercoder

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.

JasonSanford avatar Dec 20 '11 20:12 JasonSanford

What about MapFish protocol ? http://trac.mapfish.org/trac/mapfish/wiki/MapFishProtocol

fvanderbiest avatar Dec 25 '11 09:12 fvanderbiest

Yep, I think this could easily be added. Created a separate issue at #36.

JasonSanford avatar Dec 25 '11 13:12 JasonSanford

Maybe GeoCouch JSON data from CouchDB would be simple to implement?

shr3k avatar Jan 05 '12 23:01 shr3k

Seems reasonable. bbox search is available which is really all that is needed. Created a separate issue at #37.

JasonSanford avatar Jan 06 '12 15:01 JasonSanford