[gdal-dev] vector VRT: Warning 1: Line 2: Attribute value should be single or double quoted.
Luke
lukepinnerau at gmail.com
Thu Sep 3 16:30:05 PDT 2015
VRT is an XML file, and to be valid XML all attribute values in the VRT need
to be quoted.
e.g <element_name attribute_name="attribute_value">
In your VRT, your relativeToVRT attribute value is not quoted. Change
<SrcDataSource relativeToVRT=1> to <SrcDataSource relativeToVRT="1">
Luke
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/vector-VRT-Warning-1-Line-2-Attribute-value-should-be-single-or-double-quoted-tp5221290p5222599.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
More information about the gdal-dev
mailing list