Martin Machyna

Results 30 comments of Martin Machyna

Thanks for the analysis. I think you are right, I checked and Nominatim version of geometry for SCCOG is different from current OSM version. It seems Nominatim does not update...

Right, this is a very special case of using trim_osmdata. But since it is suggested in the help page of the function, having a sentence or two might save users...

Oh cool. I didn't realize `osmdata_sf()` can take other things then just a query object. To be honest this is quite advanced use of OP and there are many ways...

Awesome! Thanks for looking into that. _I see. The reason I find it confusing is that `add_osm_feature` implies including more features into the OP result. While currently every subsequent use...

Hmm maybe showing a warning message in the API output could help in those cases when someone wants to rely on Nominatim geometries.

Thanks, that's a useful fix. Though I don't think it addresses the main point of this issue. If someone unaware of how the insides of Overpass work would try to...

It's certainly an interesting use case. I don't know how often users run queries that involve adding the same set of filters to all statements. Personally would try to approach...

@mpadge Would you be able to provide any feedback on the code/changes proposed? There were deeper modifications in the underlaying code and would be good to know your opinion if...

@jmaspons Did you have some ideas for implementing the overpass-side area trimming?

I like the simplicity of it. Would definitely like to see how it turns out.