diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-25 15:57:04 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-25 15:57:04 +0100 |
commit | 8b47770aeec7f54df1936fdd9cdd3ad8b23e047b (patch) | |
tree | 8a759ee66f3b8721bc38724a3b6c315dba0f4f9b | |
parent | ec975602f5e49dc1d06eb82e0cf2fffde122c659 (diff) | |
download | leaflet-soton-8b47770aeec7f54df1936fdd9cdd3ad8b23e047b.tar leaflet-soton-8b47770aeec7f54df1936fdd9cdd3ad8b23e047b.tar.gz |
Change the colour of the rooms
Previously they were white.
-rw-r--r-- | src/leaflet-soton.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js index 3b05f2d..f8fcdce 100644 --- a/src/leaflet-soton.js +++ b/src/leaflet-soton.js @@ -639,7 +639,7 @@ SELECT * WHERE {\ }; } - var fill = 'white'; + var fill = '#def5fc'; if (feature.properties.buildingpart === 'corridor') { fill = '#169EC6'; } else if (feature.properties.buildingpart === 'verticalpassage') { |