- Added new files to Makefile.am
- Changes to the custom projection dialog to use the new qgis.db
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3209 c8812cc2-4d05-0410-92ff-de0c093fc19c
Bug was the
same as for earlier fix with plugins, but with gui part. Will do the gui
parts of the other plugins in due course
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3207 c8812cc2-4d05-0410-92ff-de0c093fc19c
Added more to qgsspatialrefsys.cpp skelecton from work. Will start implementing
these methods tomorrow.
Commented out soem debug stuff in qgsvectorlayer.cpp
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3206 c8812cc2-4d05-0410-92ff-de0c093fc19c
- change to proj from ogr for coordinate transformations
- unnecessary #includes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3204 c8812cc2-4d05-0410-92ff-de0c093fc19c
Also added ellipsoid and projection dictionary tables generated by parsing proj -lP and proj -le
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3202 c8812cc2-4d05-0410-92ff-de0c093fc19c
Reimplemented qgsspatialrefsys to match the new schema that is going into srs.db
Removed qgsspatialreferences.cpp and qgsspatialreferences.h from Makefile
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3201 c8812cc2-4d05-0410-92ff-de0c093fc19c
that the relevant plugin menu item was not being removed when the
plugin was removed
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3200 c8812cc2-4d05-0410-92ff-de0c093fc19c
- now catches expected exceptions for not finding map extents since there
aren't going to be any in the test simulation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3197 c8812cc2-4d05-0410-92ff-de0c093fc19c
project files that have missing or relocated layers. Now it least pops up a
dialog that tells you that it was unable to open the layer instead of just
silently failing.
Better than nothing, I suppose. Will continue to improve error handling.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3196 c8812cc2-4d05-0410-92ff-de0c093fc19c
- define constants via "const" and not through #defines
- adding some debugging messages
qgsmaplayer.cpp :
- trivial reformatting
qgsmaplayer.h :
- header file includes generally should use brackets and not double quotes
qgssinglesymrenderer.cpp :
- more robust checking of XML elements
qgsproject, qgsvectorlayer :
- no longer bombs when loading a project where one or more layers are
missing (e.g., relocating the data)
Mostly this commit is for code to stop core dumps when loading projects with
layers with missing or relocated data. Unfortunately it just silently fails.
Next step will be to add some feedback and then to implement a clever means of
pointing to new data location.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3192 c8812cc2-4d05-0410-92ff-de0c093fc19c
- improvement in code flow when trimming is necessary in qgsvectorlayer.cpp
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3187 c8812cc2-4d05-0410-92ff-de0c093fc19c
- rearrangement of misc. transform functions to reduce CPU effort
- mods to exception catching (gave a 10-15% reduction in drawing time)
- some ready to use code to help debug any remaining X11 zoom bugs
- trims at 30000 instead of 32760
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3184 c8812cc2-4d05-0410-92ff-de0c093fc19c
dump. (Call setCoordinateTransform() in readXML_() if coordinateTransform()
returns NULL.)
- added more initializers for new data members
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3166 c8812cc2-4d05-0410-92ff-de0c093fc19c