Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
First step towards fixing ticket #749
- switch to using qgsvectorfilewriter to generate graticules - now I just need to add SRSselector button to support arbitary srs - removed dependency on shplib git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8109 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
429 additions
and 5,325 deletions.
- +4 −4 src/plugins/grid_maker/CMakeLists.txt
- +0 −1,543 src/plugins/grid_maker/dbfopen.c
- +191 −347 src/plugins/grid_maker/graticulecreator.cpp
- +29 −52 src/plugins/grid_maker/graticulecreator.h
- +14 −68 src/plugins/grid_maker/plugingui.cpp
- +191 −255 src/plugins/grid_maker/pluginguibase.ui
- +0 −486 src/plugins/grid_maker/shapefil.h
- +0 −364 src/plugins/grid_maker/shapefile.h
- +0 −2,047 src/plugins/grid_maker/shpopen.c
- +0 −101 src/plugins/grid_maker/utils.c
- +0 −58 src/plugins/grid_maker/utils.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.