How can I show GML2 data on arcgis javascrip map?

550
0
10-04-2020 03:56 AM
BayramÜçüncü1
New Contributor

I am converting my map application to arcgis javascript api. But I need help about using GML2 formatted data on arcgis javascript applications.

When I send a request to server as following:

http://localhost:8083/geoserver/wfs?request=GetFeature&service=WFS&version=1.0.0
       &typeName=geosolutions:WorldCountries&outputFormat=GML2&CQL_FILTER=NAME=%27Monaco%2

The response is coming GML2 format:


So I need to convert this response to feature geometry for my application. 
I could not find any GML2 formatter on arcgis javascript api pages. How can I use GML2 on my map?
0 Kudos
0 Replies