File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ get_data() {
410
410
elif [ " $GEOMETRY " = " POLYGON" ]; then
411
411
WFSURL=" http://ows.geo.hu-berlin.de/cgi-bin/qgis_mapserv.fcgi?MAP=/owsprojects/grids.qgs&SERVICE=WFS&REQUEST=GetFeature&typename=" $SATELLITE " &Filter=%3Cogc:Filter%3E%3Cogc:Intersects%3E%3Cogc:PropertyName%3Eshape%3C/ogc:PropertyName%3E%3Cgml:Polygon%20srsName=%22EPSG:4326%22%3E%3Cgml:outerBoundaryIs%3E%3Cgml:LinearRing%3E%3Cgml:coordinates%3E" $WKT " %3C/gml:coordinates%3E%3C/gml:LinearRing%3E%3C/gml:outerBoundaryIs%3E%3C/gml:Polygon%3E%3C/ogc:Intersects%3E%3C/ogc:Filter%3E"
412
412
fi
413
- TILERAW=$( ogr2ogr -f CSV /vsistdout/ -select " PRFID" WFS:" $WFSURL " )
413
+ TILERAW=$( ogr2ogr -f CSV /vsistdout/ -select " PRFID" WFS:" $WFSURL " | sed ' s/"//g ' )
414
414
TILES=" _" $( echo $TILERAW | sed ' s/PRFID, //; s/ /_|_/g' ) " _"
415
415
416
416
# AOI is tile list
You can’t perform that action at this time.
0 commit comments