[TinyOWS-users] request problem

Olivier Courtin olivier.courtin at gmail.com
Mon Jan 18 17:36:25 EST 2010


On Jan 18, 2010, at 9:15 PM, Louis Versailles wrote:

Hi Louis,

> I manage to instal tinyows (tanks to Yewondwossen Assefa)

Great !

> but now i have somme problems with my request.
> this is the request :
> http://127.0.0.1:8082/cgi-bin/tinyows.exe?request=getfeature&typename=zone2&service=wfs&version=1.0.0

You should use typename=null:zone2
(so typename=prefix:layer_name)

>
> and this is the response
>
> <wfs:FeatureCollection xsi:schemaLocation="http://jprovencher:8082
> [...]

There's no feature content in this result,
What do you have in your PostGIS database ?

SELECT count(*), ST_Extent(the_geom) FROM zone2;
SELECT * FROM geometry_columns;

--
Olivier



More information about the TinyOWS-users mailing list