-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the default color configuration file for DEM tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@15582 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
brushtyler
committed
Mar 23, 2011
1 parent
f1527c7
commit 653de0e
Showing
4 changed files
with
27 additions
and
4 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FILE(GLOB INIT_FILE __init__.py) | ||
FILE(GLOB PY_FILES *.py) | ||
FILE(GLOB UI_FILES *.ui) | ||
FILE(GLOB COLOR_CONFIG_FILES terrain.txt) | ||
|
||
PYQT4_WRAP_UI(PYUI_FILES ${UI_FILES}) | ||
|
||
ADD_CUSTOM_TARGET(gdaltools_tools ALL DEPENDS ${PYUI_FILES}) | ||
|
||
INSTALL(FILES ${INIT_FILE} DESTINATION ${QGIS_DATA_DIR}/python/plugins/GdalTools/tools) | ||
INSTALL(FILES ${PY_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/GdalTools/tools) | ||
INSTALL(FILES ${PYUI_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/GdalTools/tools) | ||
INSTALL(FILES ${COLOR_CONFIG_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/GdalTools/tools) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
-11000 0 0 0 | ||
-500 0 0 30 | ||
-100 0 0 200 | ||
-1 150 150 255 | ||
0 0 120 0 | ||
100 0 150 0 | ||
270 90 165 90 | ||
300 90 175 90 | ||
500 50 180 50 | ||
500 70 170 70 | ||
1000 70 145 75 | ||
1000 70 155 75 | ||
2000 150 156 100 | ||
2800 220 220 220 | ||
3000 255 255 255 | ||
8850 255 255 255 | ||
nv white | ||
|