it's surprisng that there isn't a query that can match a specific feature
for example, find_feature doesn't return a Query; merely a Feature. while useful, a lot of the API depends on Query-types
strangely, it is not possible to construct a Query that returns only a specific feature by it's id.
should be pretty easy to add.
it's surprisng that there isn't a query that can match a specific feature
for example,
find_featuredoesn't return aQuery; merely aFeature. while useful, a lot of the API depends onQuery-typesstrangely, it is not possible to construct a
Querythat returns only a specific feature by it's id.should be pretty easy to add.