Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 7941104

Browse files
committed
mark elevators as not accessible, if we have no information about that
1 parent 82c79c5 commit 7941104

File tree

4 files changed

+540
-538
lines changed

4 files changed

+540
-538
lines changed

enrich-table-csv.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@
167167
$extractedData[$key]['Personenaufzug-vorhanden'] = 'false';
168168

169169
if ('true' == $extractedData[$key]['Personenaufzug-rollstuhlgerecht']) {
170-
$extractedData[$key]['Personenaufzug-vorhanden'] = 'partly';
170+
$extractedData[$key]['Personenaufzug-rollstuhlgerecht'] = 'partly';
171+
} else {
172+
$extractedData[$key]['Personenaufzug-rollstuhlgerecht'] = 'false';
171173
}
172174
}
173175

geo-info.sqlite3

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)