mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-03 00:05:24 -04:00
Application of patch from ticket #3259 - support WKT field in delimited text plugin. commit 0dc370a39c7349d85859fac462e91e346bf8fb83 Modified context help to reflect addition of WKT capability to the delimited text plugin. Tightened up the delimited text dialog a bit. commit 25484867621d6b4760952a8f00a07d253273ecfd Added *.wkt to file open filter commit 9f16a276b6b2ecbea2eebede50e3275a1df0389b Patch for providing wkt support in delimited text plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@14781 c8812cc2-4d05-0410-92ff-de0c093fc19c
Updating the srs.db ------------------- The srs.db can be updated from the EPSG codes in the GDAL installation: 1) Install latest GDAL, be sure to configure with --with-python. 2) Set PATH and PYTHONDIR if installed GDAL in non-standard location. 3) Run 'scripts/qgis_srs.sh > new_srs.sql'. It may take a minute or two. 4) Run 'sqlite3 new_srs.db < new_srs.sql'.' 4) Run 'sqlite3 new_srs.db <postprocess_srs.sql' You can use sqlite3 to dump the contents from both srs.db and new_srs.db before you decide to commit. Magnus Homann 2009-08-19