Hello Cristine,

NAS is not listet in the ad Vector-layers dialog but you can still open a NAS-XML-File. Then you can save the Layers as Shapefile etc.

A quicker way on the commandline with ogr2ogr which is installed with QGIS. (OSGeo4W-Shell)

Konvert as Shapefiles in a directory
ogr2ogr -f "ESRI Shapefile" targetdirectory SOURCE.XML

konvert as SpatiaLite
ogr2ogr -f "SQLite" -dsco SPATIALITE=yes -s_srs EPSG:25832 -skipfailures -gt 1024 target.sqlite source.xml

Regards, Claas


Am 06.03.2014 08:22, schrieb Christine:
Thanks a lot, Bernd, for your efforts.

Didn't found NAS listed in the QGIS file open list, so I assumed it won't
work yet. How stupid.
Will try it as soon as possible by myself.

Regards, Christine




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/NAS-format-via-OGR-PostNAS-tp5104870p5107825.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



--
-----------------------------------------
Dr.-Ing. Claas Leiner

Praxis für Geodatenmanagement, GIS-Schulungen
und Support zu freier GIS-Software (QGIS, GRASS etc.)

Wilhelmshöher Allee 304 E
34131 Kassel
Tel. 0561/81676217 oder 0561/804-7196
claas.lei...@eschenlaub.de
http://www.eschenlaub.de
----------------------------------------
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to