You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be more appropriated to throw a warning to the user, stating that the bbox filter is not implemented?
I am not sure if there is a rule on how to deal with this, or if this change would be consistent with the pygeoapi behaviour in other occasions, but I would love to hear more thoughts about this.
The text was updated successfully, but these errors were encountered:
This issue is just to flag the fact that bbox queries issued against providers that do not support them, simply ignore the bbox parameter.
For example, in the case of the GeoJSON provider:
pygeoapi/pygeoapi/provider/geojson.py
Lines 156 to 158 in 451f1f0
Would it be more appropriated to throw a warning to the user, stating that the bbox filter is not implemented?
I am not sure if there is a rule on how to deal with this, or if this change would be consistent with the pygeoapi behaviour in other occasions, but I would love to hear more thoughts about this.
The text was updated successfully, but these errors were encountered: