Skip to content
Snippets Groups Projects
Commit 78394ad0 authored by Damien DESPRES's avatar Damien DESPRES
Browse files

Ajout du CSV #12318

parent 2792e00e
No related branches found
No related tags found
1 merge request!15merge Development into master
Pipeline #17741 passed
......@@ -48,7 +48,7 @@ def protocol_to_formats_and_services( links ):
output[k]['formats'] = ['KML']
output[k]['service'] = 'KML'
elif link['protocol'] == 'WS':
output[k]['formats'] = ['JSON', 'ShapeFile']
output[k]['formats'] = ['JSON', 'ShapeFile', 'CSV']
output[k]['service'] = 'WS'
elif link['protocol'] == 'SOS':
output[k]['formats'] = ['JSON', 'XML']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment