mapillary / mapillary/mapillary-python-sdk
[Feature] Wild cards in object value filters
@Rubix982 がすでに取り組んでいます。
2021年8月24日 から。
- 主要言語
- Python
- スター
- 66
- フォーク
- 23
- 平均マージ
- 1日 20時間
- マージ済み PR(30日)
- 11
説明
Is your feature request related to a problem? Please describe.
A new API feature allows wild cards.
Describe the solution you'd like
In any case where we are filtering by object_value, like object--support--pole or for traffic signs regulatory--stop--g1, we can also send to the API a filter like object--*--* to get all objects or object--sign--* to get all sign map features (store, advertisement, etc).
Describe alternatives you've considered
None
Additional context
This only works on API requests with there is an object_values= parameter, so may not be relevant to the SDK for now, though we could do the same filter style when requesting from the tiles, to make sure it behaves the same using the wild cards.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。