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.