highlight sections on top

This commit is contained in:
Laura Klünder 2017-06-11 12:29:12 +02:00
parent 528570b09d
commit bf95b1c9cc
3 changed files with 23 additions and 10 deletions

View file

@ -16,6 +16,7 @@ class SectionGeometryMixin(GeometryMixin):
def get_geojson_properties(self) -> dict:
result = super().get_geojson_properties()
result['section'] = self.section_id
if hasattr(self, 'get_color'):
color = self.get_color()
if color: