Canadian-Geospatial-Platform / geoview

Canadian Geospatial Platform Viewer / Visualiseur de la Plateforme Géospatiale Canadienne
Other
24 stars 34 forks source link

GML support #343

Open LarryWang888 opened 2 years ago

LarryWang888 commented 2 years ago

For some WFS services, the request may only support GML format. A GML parser or a GML-to-Geojson converter is needed. Currently, Openlayers provides good support of the conversion. Other alternative options: (1) created a data conversion server (2) develop our own GML-to-Geojson converter

jolevesq commented 2 years ago

There is an out of the box support for GML in OpenLayers. Implement.