-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Labels
Description
I have following configuration:
class GuideItemSerializer(GeoFeatureModelSerializer):
class Meta:
depth = 1
model = GuideItem
geo_field = 'point'
auto_bbox = True
id_field = False
fields = ('id', 'name', 'description', 'address', 'city', 'state', 'hours')
I try to fetch and parse this using Android Maps Utils and seems that the parser expects bbox in FeatureCollections but there are bbox in all feature elements but not in the root, take a look here: Snippet