Hi all,
I'm trying to connect georest to a postgis table. I use this pre-built package: http://code.google.com/p/georest/downloads/detail?name=georest_win32_1.1.5.beta.zip&can=2&q=
I tried to define a new resource using this xml config file:
<RestConfig>
<Data>
<Resource uripart="batiment">
<Source type="FDO">
<Provider>OSGeo.OGR</Provider>
<ConnectionString>PG:"dbname='dbname' host='host' port='port' user='jmoreau' password='*****'";</ConnectionString>
<FeatureClass>jmoreau:bs_1250009_0</FeatureClass>
</Source>
<Representation renderer="JSON" pattern=".json"/>
<Representation renderer="OData" />
</Resource>
</Data>
</RestConfig>
I have hide the real connection parameters for the sake of security.
When I try to request the resource I get the following message: Unable to load the FDO Provider: The specified module could not be found.
Is there a way to add postgis support to georest?
Thanks in advance!
If you reply to this email, your message will be added to the discussion below:http://georest.99228.n3.nabble.com/PostGIS-FDO-provider-tp4024713.htmlTo start a new topic under GeoREST, email [hidden email]
To unsubscribe from GeoREST, click here.
NAML