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

be able to filter only some tags #13

Open
JLZIMMERMANN opened this issue Sep 9, 2015 · 2 comments
Open

be able to filter only some tags #13

JLZIMMERMANN opened this issue Sep 9, 2015 · 2 comments

Comments

@JLZIMMERMANN
Copy link

There was something usefull with this ability
http://demo.3liz.com/lizwatch/index.php/view/map
It doesn't work anymore but it gives some ideas.
If you want to check how it worked choose some dates between 2011 & 2012.

@nrenner
Copy link
Owner

nrenner commented Sep 9, 2015

Nice tool, haven't seen that before.

Tag filtering would indeed be useful. As achavi is based on the Overpass API, one idea would be to allow using custom Queries, maybe with some form of integration with Overpass Turbo.

Client-side filtering would be an additional option.

As a workaround for now, Overpass Turbo also supports adiff queries:

//[adiff:"2015-09-01T00:00:00Z"]; // from - now
[adiff:"2015-09-01T00:00:00Z","2015-09-08T24:00:00Z"];
(
  node[highway=bus_stop]({{bbox}})(changed);
  way[highway=bus_stop]({{bbox}})(changed);
);
out meta geom({{bbox}});

http://overpass-turbo.eu/s/bmq

borazslo added a commit to borazslo/achavi that referenced this issue Jan 17, 2016
@borazslo
Copy link
Contributor

See my suggestion in Pull Request #18

nrenner added a commit that referenced this issue Jan 18, 2016
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

3 participants