openwisp / django-rest-framework-gis

Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
http://openwisp.org
MIT License
1.08k stars 200 forks source link

[README] Fixed GeoFeatureModelSerializer example #218

Closed strang1ato closed 4 years ago

strang1ato commented 4 years ago

Fixes #214

strang1ato commented 4 years ago

And now there is style inconsistency here:

            "geometry": {
                "type": "Point",
                "coordinates": [
                    42.0,
                    50.0
                ]

at https://github.com/openwisp/django-rest-framework-gis#geojsonpagination

nemesifier commented 4 years ago

Thanks @oltarzewskik :+1: