mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-16 10:43:18 +00:00
Apply "statused" styling to planned features
This commit is contained in:
@@ -10,8 +10,18 @@ export function svgTagClasses() {
|
|||||||
'building:part', 'indoor'
|
'building:part', 'indoor'
|
||||||
];
|
];
|
||||||
var statuses = [
|
var statuses = [
|
||||||
'proposed', 'construction', 'disused', 'abandoned', 'dismantled',
|
// nonexistent, might be built
|
||||||
'razed', 'demolished', 'obliterated', 'intermittent'
|
'proposed', 'planned',
|
||||||
|
// under maintentance or between groundbreaking and opening
|
||||||
|
'construction',
|
||||||
|
// existent but not functional
|
||||||
|
'disused',
|
||||||
|
// dilapidated to nonexistent
|
||||||
|
'abandoned',
|
||||||
|
// nonexistent, still may appear in imagery
|
||||||
|
'dismantled', 'razed', 'demolished', 'obliterated',
|
||||||
|
// existent occasionally, e.g. stormwater drainage basin
|
||||||
|
'intermittent'
|
||||||
];
|
];
|
||||||
var secondaries = [
|
var secondaries = [
|
||||||
'oneway', 'bridge', 'tunnel', 'embankment', 'cutting', 'barrier',
|
'oneway', 'bridge', 'tunnel', 'embankment', 'cutting', 'barrier',
|
||||||
|
|||||||
Reference in New Issue
Block a user