RE: [sqlalchemy] how to get into PG database, is the "url" the right way? newbie question

2012-08-18 Thread Gery .
cken Sie NICHT, wenn es NICHT notwendig ist. From: mart...@xs4us.nu Subject: Re: [sqlalchemy] how to get into PG database, is the "url" the right way? newbie question Date: Sat, 18 Aug 2012 02:36:16 +0200 To: sqlalchemy@googlegroups.com or take a look at this: var store = new GeoExt.

Re: [sqlalchemy] how to get into PG database, is the "url" the right way? newbie question

2012-08-17 Thread Martijn Moeling
or take a look at this: var store = new GeoExt.data.FeatureStore({ layer: sundials, proxy: new GeoExt.data.ProtocolProxy({ protocol: new OpenLayers.Protocol.HTTP({ url: "sundials.kml", format: new OpenLayers.Format.KML() }) }), fields: [

Re: [sqlalchemy] how to get into PG database, is the "url" the right way? newbie question

2012-08-17 Thread Martijn Moeling
I have made this for my project and I do not see why you are using Openlayers for this. This has nothing to do with sqlalchemy. off topic: Ext.form.Panel has no 'protocol' so I think you should extend FormPanel to include that functionality. Ext.direct is the way to go for stuff like this.