OpenHistoricalMap/issues

Warn when end date precedes start date

Open

#1,333 opened on Apr 9, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees) (2 forks)auto 404
good first issueiD

Repository metrics

Stars
 (31 stars)
PR merge metrics
 (PR metrics pending)

Description

iD should have a validator rule that ensures a feature’s end_date=* comes after its start_date=*, since this prevents any time-enabled renderer or query from exposing the feature at all. This would complement the existing validator warning for mismatched basic and EDTF dates.

The new validator rule should account for different levels of granularity in the start_date=* and end_date=* tags. For example, start_date=2000 end_date=2000-03-01 is not an error, and neither is start_date=2000-03-01 end_date=2000.

Contributor guide