Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter needs to be able to manage leading zeros being missing... #5

Open
jeffreyameyer opened this issue May 24, 2024 · 1 comment
Open

Comments

@jeffreyameyer
Copy link
Member

Not sure what to do about this, but the filter behaves differently if there are leading zeros in dates or not.

See here: leading zeros included:
Monosnap Java OpenStreetMap Editor 2024-05-24 13-50-55

leading zeroes removed... different results:
Monosnap Java OpenStreetMap Editor 2024-05-24 13-53-46

@1ec5
Copy link
Member

1ec5 commented Jun 22, 2024

The leading zero is required by ISO 8601 and EDTF. iD issues an error about a missing leading zero, though the tiler is tolerant of it. JOSM needs validator rules for malformed dates, but that’s out of scope for this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants