1.. _vector.svg: 2 3SVG - Scalable Vector Graphics 4============================== 5 6.. shortname:: SVG 7 8.. build_dependencies:: libexpat 9 10OGR has support for SVG reading (if GDAL is built with *expat* library 11support). 12 13Currently, it will only read SVG files that are the output from 14Cloudmade Vector Stream Server 15 16All coordinates are relative to the Pseudo-mercator SRS (EPSG:3857). 17 18The driver will return 3 layers : 19 20- points 21- lines 22- polygons 23 24Driver capabilities 25------------------- 26 27.. supports_georeferencing:: 28 29.. supports_virtualio:: 30 31See Also 32-------- 33 34- `W3C SVG page <http://www.w3.org/TR/SVG/>`__ 35- `Cloudmade vector 36 documentation <http://developers.cloudmade.com/wiki/vector-stream-server/Documentation>`__ 37