overpasser
overpasser copied to clipboard
Fluid Java interface to OpenStreetMap data through querying the Overpass API
Maybe I just dont see the code but I want to know how I can get the coordinates from the result. I just see that the builder can build the...
I need to use the around filter and that is not available in the latest version on the maven repository. Can you please put the latest release on maven repository?
Using overpass-api.de it was not possible to load results for this query: ["out":"json"]["timeout":"30"]; ( node ["amenity"="parking"] ["access"!="private"] (47.48047027491862,19.039797484874725,47.51331674014172,19.07404761761427);
Documentation: [Overpass_QL#By_polygon](http://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#By_polygon_.28poly.29) Implementation guidelines: - create `class OverpassPolygonFilter extends AbstractOverpassSubQuery` - add method `public OverpassPolygonFilter polygon()` to `OverpassFilterQuery` (by the same logic as `OverpassFilterQuery` is embedded in `OverpassQuery.filterQuery()` - add...