Hi Danny, thanks for unifying the water colours, but you should not remove "Out of Bounds" in the North America Map, as the "Out of Bounds" region is a region of the map that is Russia but is not painted on the map so it is NOT water, just a "Out of Bounds" region. Albert A Dilluns 28 Febrer 2005 23:56, Danny Allen va escriure: > CVS commit by dannya: > > Standardise "water" colour across maps... > > > M +3 -3 data/africa.kgm 1.5 > M data/africa.png 1.3 > M +3 -3 data/china.kgm 1.2 > M data/china.png 1.2 > M +3 -3 data/europe.kgm 1.6 > M data/europe.png 1.4 > M +3 -12 data/ncamerica.kgm 1.3 > M data/ncamerica.png 1.4 > M +3 -3 data/southamerica.kgm 1.3 > M data/southamerica.png 1.2 > M +4 -4 data/uk.kgm 1.2 > M data/uk.png 1.2 > M +1 -0 src/main.cpp 1.15 > > > --- kdenonbeta/kgeography/data/uk.kgm #1.1:1.2 > @@ -3,10 +3,10 @@ > United Kingdom > > - Not the UK > + Water > yes > > - 255 > - 255 > - 255 > + 65 > + 95 > + 173 > > > > --- kdenonbeta/kgeography/data/africa.kgm #1.4:1.5 > @@ -6,7 +6,7 @@ > yes > > - 230 > - 246 > - 238 > + 65 > + 95 > + 173 > > > > --- kdenonbeta/kgeography/data/china.kgm #1.1:1.2 > @@ -15,7 +15,7 @@ > yes > > - 74 > - 88 > - 163 > + 65 > + 95 > + 173 > > > > --- kdenonbeta/kgeography/data/europe.kgm #1.5:1.6 > @@ -6,7 +6,7 @@ > yes > > - 230 > - 254 > - 246 > + 65 > + 95 > + 173 > > > > --- kdenonbeta/kgeography/data/ncamerica.kgm #1.2:1.3 > @@ -6,16 +6,7 @@ > yes > > - 153 > - 255 > - 255 > - > - > - > - Out of Bounds > - yes > - > - 241 > - 241 > - 241 > + 65 > + 95 > + 173 > > > > --- kdenonbeta/kgeography/data/southamerica.kgm #1.2:1.3 > @@ -15,7 +15,7 @@ > yes > > - 50 > - 50 > - 255 > + 65 > + 95 > + 173 > > > > --- kdenonbeta/kgeography/src/main.cpp #1.14:1.15 > @@ -24,4 +24,5 @@ int main(int argc, char *argv[]) > about.addCredit("Justin Morgan", I18N_NOOP("Contributed North and > Central America map")); about.addCredit("Maurizio Paolini", > I18N_NOOP("Contributed Italy map")); + about.addCredit("Danny > Allen", I18N_NOOP("Contributed UK map, small refinements"), > "danny@dannyallen.co.uk"); about.addCredit(I18N_NOOP("Sodipodi flags > collection"), I18N_NOOP("Got some flags from it"), 0, > "http://www.sodipodi.com/index.php3?section=clipart/flags"); > KCmdLineArgs::init(argc, argv, &about);