Skip to content

Commit

Permalink
First step towards fixing ticket #749
Browse files Browse the repository at this point in the history
 - 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
timlinux committed Feb 5, 2008
1 parent b05c1e8 commit 8426cea
Show file tree
Hide file tree
Showing 11 changed files with 429 additions and 5,325 deletions.
8 changes: 4 additions & 4 deletions src/plugins/grid_maker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
SET (GRID_COMMON_SRCS
plugingui.cpp
graticulecreator.cpp
utils.c
shpopen.c
dbfopen.c
)

SET (GRID_SRCS
Expand Down Expand Up @@ -43,7 +40,10 @@ ADD_LIBRARY (gridmakerplugin MODULE ${GRID_SRCS} ${GRID_MOC_SRCS} ${GRID_COMMON_

INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}
../../core ../../core/raster ../../core/renderer ../../core/symbology
../../core
../../core/raster
../../core/renderer
../../core/symbology
../../gui
..
)
Expand Down
Loading

0 comments on commit 8426cea

Please sign in to comment.