-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Milestone
Description
KML export like in the old 0.9.x is still missing.
Here it is how it was implemented in the old version:
- view: https://github.com/ninuxorg/nodeshot/blob/0.9.x/nodeshot/views.py#L471-L498
- template: https://github.com/ninuxorg/nodeshot/blob/0.9.x/nodeshot/templates/kml.xml
The current version is a bit more complex before some information (like colors) are dynamic and must be fetched from the database.
Reactions are currently unavailable