-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Hello,
It would be interesting to add the gpx format to the list in order to easily load the data into a GPS.
'gpx':{
'contentType': 'application/gpx+xml',
'filenameExt': 'gpx',
'forceCRS': 'EPSG:4326',
'ogrProvider': 'GPX',
'ogrDatasourceOptions':None,
'zip': False,
'extToZip': []
},
Thanks