clarisma / geodesk-py

Fast and storage-efficient spatial database engine for OpenStreetMap data
https://docs.geodesk.com/python
GNU Lesser General Public License v3.0
36 stars 0 forks source link

Matcher: Enable support for polyform queries #16

Open clarisma opened 10 months ago

clarisma commented 10 months ago

Currently, all types in a multi-selector queries must be the same, e.g. if one selector targets na, all must target na. (This restriction does not exist in the Java version, which allows "polyform" selectors)