From 34c5eadbb6fb846de95e6e453a9e3a8203d21a71 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 17 Sep 2014 14:30:07 +0100 Subject: Add name for Lift's --- src/leaflet-soton.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js index 90ba947..d491595 100644 --- a/src/leaflet-soton.js +++ b/src/leaflet-soton.js @@ -1143,6 +1143,8 @@ SELECT * WHERE {\ if (!("name" in properties)) { if (properties["buildingpart:verticalpassage"] === "stairway") { properties.name = "Stairway"; + } else if (properties["buildingpart:verticalpassage"] === "lift") { + properties.name = "Lift"; } else { properties.name = "Vertical Passage"; } -- cgit v1.2.3