Open clarisma opened 11 months ago
In case anyone else stumbles across this feature request in search for a solution, one possible workaround is:
next(f for f in my_features.ways if f.id == 123)
It doesn't use an index so it may be slow but it will return the way 123 in one line, if it exists.
Allow access to features by ID:
Challenges: