change graphnode color

This commit is contained in:
Laura Klünder 2017-08-06 16:53:42 +02:00
parent 3347908d06
commit d4c6f1ed9d

View file

@ -204,7 +204,7 @@ class EditorViewSet(ViewSet):
'column': '#888888',
'poi': '#4488cc',
'shadow': '#000000',
'graphnode': '#00BB00',
'graphnode': '#009900',
'graphedge': '#00CC00',
'altitudemarker': '#ffff00',
})