summaryrefslogtreecommitdiff
path: root/src/leaflet-soton.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/leaflet-soton.js')
-rw-r--r--src/leaflet-soton.js2
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') {