clarisma / geodesk

Fast and storage-efficient spatial database engine for OpenStreetMap data
https://docs.geodesk.com/java
Apache License 2.0
137 stars 4 forks source link

Support queries that cross the Antimeridian #40

Open clarisma opened 2 years ago

clarisma commented 2 years ago

Box is able to represent bounding boxes that straddle the Antimeridian, but currently two separate queries are required to retrieve features. The Query Engine should issue a west/east query pair automatically, and filter duplicates from the east set (apply filter that checks whether eastern edge of feature's bbox >= western edge of west query).