[mapserver-users] (no subject)

St St stefan38495 at yahoo.com
Thu Nov 29 04:14:51 PST 2012


to: aho forum.email.a at googlemail.com 


If the map is not draw in OpenLayers and in there is no
tinyows-log entry and the reponse is something with “no valix XML”: try to
disable the XML-schema-check in tinyows (check_schema=”0”). If the WFS is then
displayed in OpenLayers then you have some problems with the schema-validation
in lxml (libxml2). 
Schema-validation should be enabled for security reasons!
 
Check if you have underscores in your layer names. 
layername is the feature name which can be different from
the table name in the DB. 
         name="pipelinesegment
"
        
table=" pipeline_segment "
without underscores in the schema-check should be fine ->
turn schema check on again.
 
(from:     https://github.com/mapserver/mapserver/issues/4205 )
 
HTH

Stefan


More information about the mapserver-users mailing list