Sophox / sophox

A collection of services exposing OSM data, metadata, and other microservices
Apache License 2.0
31 stars 5 forks source link

Return full geometries #16

Open 1ec5 opened 4 years ago

1ec5 commented 4 years ago

The osmm:loc predicate is adequate for nodes, but many use cases involving ways and relations would require the full geometry via an osmm:geometry predicate. For example:

These use cases currently require the Overpass API, but there isn’t a way to join Overpass API results to anything else that Sophox provides: #15.