adjust building color, update screenshot test

This commit is contained in:
Dustin Carlino 2019-06-18 16:31:42 -07:00
parent 91cc74a30c
commit 177b33795c
3 changed files with 24 additions and 24 deletions

View File

@ -1,21 +1,21 @@
3698c833e7c3aed9658ed0422db24144 ../data/screenshots/pending_montlake/01x01_i64.png
341e433a165feed717f7f06a0aea5927 ../data/screenshots/pending_montlake/02x01_i6.png
c358631ee3a319cf79b32126a68cce28 ../data/screenshots/pending_montlake/03x01_i4.png
4d11f48050514f3fc02a8e9d609bb231 ../data/screenshots/pending_montlake/01x02_i14.png
38fccbf6e7ccaa875ade523dbe33634c ../data/screenshots/pending_montlake/02x02_i143.png
48c0b7e4b84b07bc2c71e6001611e784 ../data/screenshots/pending_montlake/03x02_i44.png
afe318ca9f0f06aa300472cb4c35fee3 ../data/screenshots/pending_montlake/01x03_i110.png
05b9448332182d3db0c2954fbd07a23f ../data/screenshots/pending_montlake/02x03_i10.png
9eb3e23f7b0e485c0f705252199b3e32 ../data/screenshots/pending_montlake/03x03_i21.png
1e97ac8c1bc2fba4be73f4a86e7e06b3 ../data/screenshots/pending_montlake/01x04_i8.png
185111c86d9465ce6137cb209f919754 ../data/screenshots/pending_montlake/02x04_i0.png
9ff7a56ef7a9feccc20ee5ebecba7a12 ../data/screenshots/pending_montlake/03x04_i20.png
ae372d0c7cc0d7eb98950f25bb5680a0 ../data/screenshots/pending_montlake/01x05_i54.png
22c25ddbc88e88c0e32dd36b096f9a20 ../data/screenshots/pending_montlake/02x05_i52.png
a0b6c7b731b005d3212bb474e9600a5d ../data/screenshots/pending_montlake/03x05_i30.png
c5014950f9aa58bb648096c2f86920d2 ../data/screenshots/pending_montlake/01x06_i18.png
ef4ec99819abe8627c91f1e52edbd162 ../data/screenshots/pending_montlake/02x06_i16.png
7551e627c7003d0a266b696476cf6eee ../data/screenshots/pending_montlake/03x06_i1.png
e957858014ee056dbc8c7e5bb460d5b1 ../data/screenshots/pending_montlake/01x07_i120.png
69bfbd7484bc690b71216f18c1e13afe ../data/screenshots/pending_montlake/02x07_i28.png
41a774130de50f5f5f4832731c00fc82 ../data/screenshots/pending_montlake/03x07_i25.png
3f52c25aa91b0f59a2e89f0a77cd650b ../data/screenshots/pending_montlake/01x01_i64.png
1c0914c0325afa86300e1ae099b7318b ../data/screenshots/pending_montlake/02x01_i6.png
59205dc87d59ba7ee311873e13643434 ../data/screenshots/pending_montlake/03x01_i4.png
f6809ac654f1a4e44b9fff120742990d ../data/screenshots/pending_montlake/01x02_i14.png
0f590ee6c6f030ba6d03bcaf033ade3e ../data/screenshots/pending_montlake/02x02_i143.png
96aaaebcdd22b413e334ab3e9df7e872 ../data/screenshots/pending_montlake/03x02_i44.png
ea4c3507665ae51503ae35d5c5458c44 ../data/screenshots/pending_montlake/01x03_i110.png
ee918e6b57ac2ce07df175f228dda316 ../data/screenshots/pending_montlake/02x03_i10.png
d31596a93983e841c91427caae13df41 ../data/screenshots/pending_montlake/03x03_i21.png
477ab2de1f55ed3f16e71c034f2783ee ../data/screenshots/pending_montlake/01x04_i8.png
af0fe85afcade470782e1843def22081 ../data/screenshots/pending_montlake/02x04_i0.png
78d0c0b08ddc5bdc0ea84484f7f3fb52 ../data/screenshots/pending_montlake/03x04_i20.png
389124ee2a87a2566d141622a7e73311 ../data/screenshots/pending_montlake/01x05_i54.png
48306f1c0424ae23fd505a02bbf879eb ../data/screenshots/pending_montlake/02x05_i52.png
92ced729ca8d3658ea4a4fb4780f1ecc ../data/screenshots/pending_montlake/03x05_i30.png
fb5bebac24bd173c80475027dfea358a ../data/screenshots/pending_montlake/01x06_i18.png
44421735e045b5608d363c65973c4bf0 ../data/screenshots/pending_montlake/02x06_i16.png
a8b2e09918dd51f23536885686062f02 ../data/screenshots/pending_montlake/03x06_i1.png
47653ef12e3755353b6742c3858ac983 ../data/screenshots/pending_montlake/01x07_i120.png
d5f14bb92e76aac680046b1de4610b2a ../data/screenshots/pending_montlake/02x07_i28.png
9265bdba53d5203d30f02ed6e5526432 ../data/screenshots/pending_montlake/03x07_i25.png

View File

@ -1,8 +1,8 @@
#!/bin/bash
name=$1;
before=../data/screenshots/pending_$name;
after=../data/screenshots/$name;
before=../data/screenshots/$name;
after=../data/screenshots/pending_$name;
rm -rf diff
mkdir diff

View File

@ -24,7 +24,7 @@ impl DrawBuilding {
let front_path = front_path_line.make_polygons(Distance::meters(1.0));
batch.push(
cs.get_def("building", Color::grey(0.5)),
cs.get_def("building", Color::rgb(174, 161, 151)),
bldg.polygon.clone(),
);
batch.push(cs.get_def("building path", Color::grey(0.6)), front_path);