On Sun, Dec 09, 2007 at 12:08:24PM -0700, miles wrote: > I realize OpenLayers can be used with just about any language but which > ones are most people on this list using especially with regard to > interacting between a database (ie postgres) and dynamically writing out > the necessary javascript for displaying queries or posting data changes.
I always very loose coupling, and do development almost entirely on the client: So I use FeatureServer (which talks to anything -- Python, js, etc.) to handle talking the db, then use the JS to write the actual UI and logic. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
