Skip to content

No bounding box in FeatureCollection #101

@azlekov

Description

@azlekov

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions