This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

overpass: multiple queries with historic dates, different colours for results

2

Hello.

I'd like to make two overpass queries to show a relation at two points in time, and show the results in different colours so they're easier to compare.

This doesn't work, obviously. Can someone fix it for me?

[date:"2018-01-01T00:00:00Z"];
relation(190774);
out geom;
==> Green
[date:"2021-10-23T00:00:00Z"];
relation(190774);
out geom;
==> Red

asked 23 Oct '21, 13:04

Wulf4096's gravatar image

Wulf4096
41114
accept rate: 0%

Source code available on GitHub .