Open danrademacher opened 2 years ago
I wasn’t aware of construction_date
, even in OSM. Since OHM has a richer data model, I’ve been mapping a distinct under-construction building coincident with and connected to the finished building. This also allows additional flexibility when some parts of a building are finished before others, the building’s name changes during construction, or construction hasn’t completed yet. The vector tiles technically already support this modeling, but currently the style doesn’t visually distinguish building=construction
from other building
s. Besides buildings, other features could benefit from the same treatment using the construction:
lifecycle prefix.
From natfoot on OSM slack:
A few steps to see about this:
The answer is, no, we are not passing this field into vector tiles, so without adding it we can't make the timeslider operate on it.
To make this happen we need to:
construction_date
to vector tiles so we can filter based on thatconstruction_date
orstart_date
to start drawing a shape.Questions:
start_date
. Is there enough use and support ofconstruction_date
to refactor the timeslider to operate on it as well?construction
vsstart
dates?