[TinyOWS-users] xml isn't valid

Olivier Courtin olivier.courtin at gmail.com
Mon May 17 09:35:36 EST 2010


On May 17, 2010, at 3:58 PM, Alexander Schäfer wrote:

Alexander,

> ok i solved the xml isnt valid problem by changing my tinyows  
> online_resource
> from servername to localhost ip.

Ok good news !

> BUT i get a new error message: "Error invalid
> Geometry"

It means that Geometry is not OGC SFS Valid. (empty polygon or self  
intersection
polygon for example)

But if i perform this request, it's valid:
SELECT  
ST_IsValid 
(ST_GeomFromGML 
('<gml:Polygon><gml:exterior><gml:LinearRing><gml:posList>3609600
5869200 3583200 5750000 3539200 5866800 3609600
5869200</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon>'));

Do you still use the same geometry request ?


What append if you  deactivate this check ?
check_valid_geom attibute to 0 value (in tinyows config file element)


--
Olivier


More information about the TinyOWS-users mailing list