Google Maps API definitly. I don't know of any good examples, apart from maybe "My Maps" itself, which is intergrated into Google Maps. In effect that is a GIS editor.
v2 of the Maps API, makes it easy http://code.google.com/apis/maps/articles/ezdigitizer.html http://code.google.com/intl/en/apis/maps/documentation/javascript/v2/reference.html#GPolygon.enableEditing It would also be possible using the Google Earth API, to build an interface based on the Google Earth plugin in the browser. Both would need the javascript application to enable editing. Once the user has made the required changes, sending them back to the server and ulitimatly postgres is a small part of the application. Using Google Earth standalone application, also basically possible, but more work. And it will be more cumbersome for users. Would recommend using one of the APIs in a web/browser context. On Mon, Oct 3, 2011 at 6:28 PM, Chen <[email protected]> wrote: > Hi, > > I'm exploring the possibility to use Google Map/Earth & PostgreSQL to > perform online GIS data editing. Is this possible? If it is, can > anyone suggest an example? Thank you. > > Chen > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
