Martijn van Exel

Results 365 comments of Martijn van Exel

Huh, that is very weird and somewhat disturbing.

I think this is actually a duplicate of #192

Did you set the instruction on the task level or at the challenge level? If it is set at the challenge level the same instruction is assumed for all tasks,...

Let's do that. Should be a quick fix.

This should be solved on the main branch now after merging #140. Haven't tested extensively but ``` import overpass api = overpass.API(responseformat="geojson") query = "is_in(43.5391108,6.9376076);out body;>;" resp = api.get(query) ```...

#1876 has been closed for a bit now. @kamicut it's been a while since I looked at OSM Teams, could you describe in a bit more detail how this integration...

Moving this back to the backlog pending reporter input

That's good to hear @kamicut We will keep this open. It's an interesting project.

@kamicut checking in on the status of OSM Teams -- is this worth pursuing right now in MapRoulette or should we wait to look into this? In any case this...

Did anything come of this? I did a [much more basic implementation](https://github.com/mvexel/osm-tools-extension) of this idea for my own use, in case you want something to install locally with code that...