Sorry I am new to this API. It's not very easy to learn. I've worked with API for 5 years and never seen something so confusing lol. I'm trying to search a coordinate and find the building around it. So far I can search a coordinate and check if a feature is in it. But what I want to do is if it is not on that coordinate I want to be able to search 20 meter radius to check if it's there. So far my query looks like this. Below code will output the building at that coordinate, which works.
I tried this code and can't get it to work. I tried 100 of different variants. I'm close.
asked 26 Oct '22, 21:55 KrisMapper |
You were missing a closing square bracket. I'm also still confused by area/is_in/around/pivot commands. for instance if you search for answered 27 Oct '22, 16:28 DaveF |