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
We likely have to support several different formats. We support GeoJSON, we'll have to support GeoRSS for backward compatibility with OpenWISP, so it would be nice to support as many as we can.
I wonder if how much work would take to add a GPX serializer in https://github.com/djangonauts/django-rest-framework-gis that's the best place where these features should reside, it's all a matter of time, but hopefully other contributors of DRF-gis can help out.
KML export like in the old 0.9.x is still missing.
Here it is how it was implemented in the old version:
The current version is a bit more complex before some information (like colors) are dynamic and must be fetched from the database.
The text was updated successfully, but these errors were encountered: