hello

I want to get geojson data using mapscript(java) /WFS.

I did:

OWSRequest req = new OWSRequest();

                    req.setParameter( "SERVICE", "WFS" );
                    req.setParameter( "VERSION", "2.0.0" );
                    req.setParameter( "REQUEST", "GetFeature" );
                    req.setParameter( "OUTPUTFORMAT","geojson" );

                    mapscript.msIO_installStdoutToBuffer();

                    int owsResult = mapWFS.OWSDispatch( req );

now What did I have to do to get geojson object ?

I will appreciate for any help

regards

-- 
Ahmet Temiz
Jeoloji Müh.
Afet ve Acil Durum Yönetimi Başkanlığı
Bilgi İşlem  Dairesi Başkanlığı-CBS Grubu


________________________

Ahmet Temiz
Geological Eng.
Information Systems - GIS Group
Disaster and Emergency Management
of Presidency
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to