File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change
1
+ Content-Disposition: attachment; filename=result.gpx
1
2
Content-Type: application/gpx+xml; streamed
2
3
3
4
<?xml version =" 1.0" ?>
4
5
<gpx version =" 1.1" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : ogr =" http://osgeo.org/gdal" xmlns =" http://www.topografix.com/GPX/1/1" xsi : schemaLocation =" http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" >
6
+ <metadata ><bounds minlat =" 90.00000000000000" minlon =" 180.00000000000000" maxlat =" 402556.25000000000000" maxlon =" 2589745.50000000000000" /></metadata >
5
7
<rte >
6
8
<extensions >
7
9
<ogr : FNODE_ >613</ogr : FNODE_ >
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ OUTPUTFORMAT
145
145
DRIVER "OGR/GPX"
146
146
MIMETYPE "application/gpx+xml; streamed"
147
147
FORMATOPTION "DSCO:GPX_USE_EXTENSIONS=YES"
148
- FORMATOPTION "STORAGE=stream "
148
+ FORMATOPTION "STORAGE=memory "
149
149
FORMATOPTION "FORM=simple"
150
150
FORMATOPTION "FILENAME=result.gpx"
151
151
END
You can’t perform that action at this time.
0 commit comments