Nice! As you can see the Query Language might look cryptic at first, but it’s actually quite straightforward!
Those circles you see in the map view are “points of interest” called “nodes”. Try clicking on them - some just contain their own positions (lat/lon) but some of them are tagged and contain other data, such as names, type of node, etc, etc.
Since our friend “Bob” has a pretty inaccurate GPS, he only managed to give us rough coordinates. He DID say that he would be by a tree, however, so why don’t we try searching for a node that’s a tree? He’s bound to be there!
filters
to, ahem filter our nodes to only show trees. We can do that by adding [key=value]
to the end of our first line (but before the semicolon ;
), of course replacing key=value to what we’re looking for (trees)