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

Show map also when changeset still open #262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zstadler
Copy link

Resolve #240 using the one-timestamp variant of the Overpass adiff statement if the closed_at property of the changeset is not set. For example

[adiff:"2023-10-25T07:00:00Z"]

Also, simplify the overpass query using the new-ish nwr Overpass statement.

Resolve osmlab#240 using the one-timestamp variant of the Overpass `adiff` statement if the `closed_at` property of the changeset is not set. For example
```
[adiff:"2023-10-25T07:00:00Z"]
```

Also, simplify the overpass query using the new-ish [`nwr` syntax](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#The_Query_Statement)
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

Successfully merging this pull request may close these issues.

Changesets without closed_at property throw Cannot read property 'toString' of null error
1 participant