Re: [mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-21 Thread Luca Delucchi
2010/5/19 Luca Delucchi lucadel...@gmail.com:

 In web section I set the metadata wfs_srs like this   EPSG:900913
 EPSG:4326, but the web section would be for the output...


i solve removing EPSG:900913 from wfs_srs and reprojecting the wfs
layer in openlayers


thank's
Luca
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-21 Thread Rahkonen Jukka
Hi,

Nice to hear that it works now. Even better if we understood what was the real 
reason for a failure. Now I can just guess that it had to do with projections, 
as usual, and your EPSG:4326 map extents were interpreted as meters in 
EPSG:900913.

-Jukka-

 -Alkuperäinen viesti-
 Lähettäjä: Luca Delucchi [mailto:lucadel...@gmail.com] 
 Lähetetty: 21. toukokuuta 2010 12:02
 Vastaanottaja: Rahkonen Jukka
 Kopio: mapserver-users@lists.osgeo.org
 Aihe: Re: [mapserver-users] wfs error gml:nullmissing/gml:null
 
 2010/5/19 Luca Delucchi lucadel...@gmail.com:
 
  In web section I set the metadata wfs_srs like this   EPSG:900913
  EPSG:4326, but the web section would be for the output...
 
 
 i solve removing EPSG:900913 from wfs_srs and reprojecting the wfs
 layer in openlayers
 
 
 thank's
 Luca
 
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-19 Thread Luca Delucchi
I everebody, this is my first post. I'm an italian GFOSS user, I
developed several service using mapserver before this, but never I had
this error and I cannot found a solution.
I developed a WFS service, the GetCapabilities work well but when I
try the GetFeatures it return an error

wfs:FeatureCollection xsi:schemaLocation=http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver
http://acesap.fem-environment.eu/mapserv/wfs_acesap?SERVICE=WFSVERSION=1.0.0REQUEST=DescribeFeatureTypeTYPENAME=ACESAP_field_dataOUTPUTFORMAT=XMLSCHEMA;
-
gml:boundedBy
gml:nullmissing/gml:null
/gml:boundedBy
/wfs:FeatureCollection

someone can help me?

I am attaching the mapfile if necessary, but I checked several times
and showed others Italians and looks good

thanks
Luca
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-19 Thread Rahkonen Jukka
Hi,

I believe it is not an error, it is just an empty collection. Perhaps
you have not done all that is needed to activate the WFS gml output,
like adding to LAYER definitions DUMP TRUE and gml_include_items. Or
if you used some spatial filter it could have been outside the area
covered by your data.


-Jukka Rahkonen-

Luca Delucchi wrote:

 I everebody, this is my first post. I'm an italian GFOSS user, I
 developed several service using mapserver before this, but never I had
 this error and I cannot found a solution.
 I developed a WFS service, the GetCapabilities work well but when I
 try the GetFeatures it return an error
 
 wfs:FeatureCollection xsi:schemaLocation=http://www.opengis.net/wfs
 http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd
 http://mapserver.gis.umn.edu/mapserver
 http://acesap.fem-environment.eu/mapserv/wfs_acesap?SERVICE=WF
 SVERSION=1.0.0REQUEST=DescribeFeatureTypeTYPENAME=ACESAP_fi
 eld_dataOUTPUTFORMAT=XMLSCHEMA
 -
 gml:boundedBy
 gml:nullmissing/gml:null
 /gml:boundedBy
 /wfs:FeatureCollection
 
 someone can help me?
 
 I am attaching the mapfile if necessary, but I checked several times
 and showed others Italians and looks good
 
 thanks
 Luca
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users
 
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-19 Thread Luca Delucchi
2010/5/19 Rahkonen Jukka jukka.rahko...@mmmtike.fi:
 Hi,


hi, thank's for your fast reply

 I believe it is not an error, it is just an empty collection. Perhaps
 you have not done all that is needed to activate the WFS gml output,
 like adding to LAYER definitions DUMP TRUE and gml_include_items. Or
 if you used some spatial filter it could have been outside the area
 covered by your data.

I already set DUMP TRUE and gml_include_items, and I use none spatial
filter, my layer configuration is this

LAYER
   NAME ACESAP_field_data
   TYPE POINT
   STATUS on
   CONNECTIONTYPE POSTGIS
   CONNECTION dbname= user=* password=* host=localhost
   DATA geom from tabella_wfs using unique id using srid=4326
   DUMP TRUE
   PROJECTION
   init=epsg:4326
   END
   CLASS
   STYLE
   SYMBOL 'circle1'
   OUTLINECOLOR 238 201 0
   END
   END
   METADATA
   wfs_title ACESAP_field_data
   gml_featureid id
   wfs_srs  EPSG:4326
   gml_include_items all
   END
   END


 -Jukka Rahkonen-


cheers
Luca
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-19 Thread Rahkonen Jukka
Hi, 

Everything seems to be OK. Your layer is visible through WMS, getCapabilities 
works as well as describeFeatureType. Only odd thing is the getCapabilities 
informs that the featureType is in EPSG:900913, but I do not understand how it 
is possible:
FeatureType
NameACESAP_field_data/Name
TitleACESAP_field_data/Title
SRSEPSG:900913/SRS
LatLongBoundingBox minx=7.23965 miny=40.4057 maxx=15.9559 
maxy=46.9069/
/FeatureType

-Jukka-


 -Alkuperäinen viesti-
 Lähettäjä: Luca Delucchi [mailto:lucadel...@gmail.com] 
 Lähetetty: 19. toukokuuta 2010 12:45
 Vastaanottaja: Rahkonen Jukka
 Kopio: mapserver-users@lists.osgeo.org
 Aihe: Re: [mapserver-users] wfs error gml:nullmissing/gml:null
 
 2010/5/19 Rahkonen Jukka jukka.rahko...@mmmtike.fi:
  Hi,
 
 
 hi, thank's for your fast reply
 
  I believe it is not an error, it is just an empty 
 collection. Perhaps
  you have not done all that is needed to activate the WFS gml output,
  like adding to LAYER definitions DUMP TRUE and 
 gml_include_items. Or
  if you used some spatial filter it could have been outside the area
  covered by your data.
 
 I already set DUMP TRUE and gml_include_items, and I use none spatial
 filter, my layer configuration is this
 
 LAYER
NAME ACESAP_field_data
TYPE POINT
STATUS on
CONNECTIONTYPE POSTGIS
CONNECTION dbname= user=* 
 password=* host=localhost
DATA geom from tabella_wfs using unique id 
 using srid=4326
DUMP TRUE
PROJECTION
init=epsg:4326
END
CLASS
STYLE
SYMBOL 'circle1'
OUTLINECOLOR 238 201 0
END
END
METADATA
wfs_title ACESAP_field_data
gml_featureid id
wfs_srs  EPSG:4326
gml_include_items all
END
END
 
 
  -Jukka Rahkonen-
 
 
 cheers
 Luca
 
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-19 Thread Luca Delucchi
2010/5/19 Rahkonen Jukka jukka.rahko...@mmmtike.fi:
 Hi,

 Everything seems to be OK. Your layer is visible through WMS, getCapabilities 
 works as well as describeFeatureType. Only odd thing is the getCapabilities 
 informs that the featureType is in EPSG:900913, but I do not understand how 
 it is possible:

In web section I set the metadata wfs_srs like this   EPSG:900913
EPSG:4326, but the web section would be for the output...


 -Jukka-


cheers
Luca
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users