Skip to content

Commit e36e4ae

Browse files
committed
create basidc cpt-city collection with colorbrewer and grass gradients
1 parent 0f77821 commit e36e4ae

File tree

310 files changed

+8225
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+8225
-1
lines changed

resources/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
INSTALL(FILES srs.db qgis.db qgis_help.db symbology-ng-style.db spatialite.db customization.xml
1+
INSTALL(FILES srs.db qgis.db qgis_help.db symbology-ng-style.db spatialite.db customization.xml
22
DESTINATION ${QGIS_DATA_DIR}/resources)
3+
INSTALL(DIRECTORY cpt-city-qgis-min DESTINATION ${QGIS_DATA_DIR}/resources)
34

45
ADD_SUBDIRECTORY(context_help)
56
ADD_SUBDIRECTORY(function_help)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This package contains a selection of the cpt-city gradients for use by the QGIS application.
2+
3+
The gradients files chosen allow for redistribution and free use,
4+
subject to individual license information found in the COPYING.xml files.
5+
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This package contains the gradients from the cpt-city
2+
collection. The archive's home is online at
3+
4+
http://soliton.vm.bytemark.co.uk/pub/cpt-city/
5+
6+
where the most recent version can be found.
7+
8+
The copyright of the gradient files is held by their
9+
authors, and details of these can be found in the
10+
COPYING.xml files.
11+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
version information for cpt-city packages
4+
-->
5+
<archive>
6+
<version>2.02</version>
7+
<variant>full</variant>
8+
<parent>none</parent>
9+
<creator>J.J. Green</creator>
10+
<created>Thu Aug 16 00:01:37 CEST 2012</created>
11+
</archive>
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<archive>
3+
<!--version information for cpt-city packages-->
4+
<version>2.02.1</version>
5+
<variant>cpt-city-qgis-min</variant>
6+
<parent>
7+
<version>2.02</version>
8+
<variant>full</variant>
9+
</parent>
10+
<creator>Etienne Tourigny</creator>
11+
<created>Sat Aug 18 11:42:24 2012</created>
12+
</archive>
+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<?xml version="1.0"?>
2+
<copying>
3+
<authors>
4+
<author href="http://www.personal.psu.edu/cab38/">
5+
<name>Cynthia Brewer</name>
6+
<org>Pennsylvania State University</org>
7+
</author>
8+
<author href="http://www.geography.wisc.edu/~harrower/">
9+
<name>Mark Harrower</name>
10+
<org>University of Wisconsin-Madison</org>
11+
</author>
12+
</authors>
13+
<license>
14+
<informal>Apache-style</informal>
15+
<year>2002</year>
16+
<text>
17+
Apache-Style Software License for ColorBrewer software and ColorBrewer
18+
Color Schemes
19+
20+
Version 1.1
21+
22+
Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania
23+
State University. All rights reserved.
24+
25+
Redistribution and use in source and binary forms, with or without
26+
modification, are permitted provided that the following conditions are met:
27+
28+
1. Redistributions as source code must retain the above copyright notice,
29+
this list of conditions and the following disclaimer.
30+
31+
2. The end-user documentation included with the redistribution, if any,
32+
must include the following acknowledgment:
33+
34+
"This product includes color specifications and designs developed by
35+
Cynthia Brewer (http://colorbrewer.org/)."
36+
37+
Alternately, this acknowledgment may appear in the software
38+
itself, if and wherever such third-party acknowledgments normally appear.
39+
40+
4. The name "ColorBrewer" must not be used to endorse or promote products derived
41+
from this software without prior written permission. For written permission, please
42+
contact Cynthia Brewer at cbrewer@psu.edu.
43+
44+
5. Products derived from this software may not be called "ColorBrewer", nor may "ColorBrewer"
45+
appear in their name, without prior written permission of Cynthia Brewer.
46+
47+
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING,
48+
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
49+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CYNTHIA BREWER, MARK HARROWER, OR THE
50+
PENNSYLVANIA STATE UNIVERSITY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
51+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
52+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
53+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
54+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
55+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
56+
</text>
57+
</license>
58+
<src>
59+
<format>Excel spreadsheet</format>
60+
<link href="http://colorbrewer2.org/">ColorBrewer site</link>
61+
<link href="http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_RGB.html">
62+
Excel spreadsheet download</link>
63+
</src>
64+
<distribute>
65+
<qgis distribute="yes" license="apache"/>
66+
</distribute>
67+
</copying>
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<description>
3+
<dir>cb</dir>
4+
<name>Colour schemes by Cynthia Brewer</name>
5+
<full>
6+
Colour schemes were designed by Cynthia Brewer,
7+
Associate Professor of Geography at the Pennsylvania
8+
State University.
9+
</full>
10+
<date>01/08/2012</date>
11+
</description>
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)