highlight sections on top
This commit is contained in:
parent
528570b09d
commit
bf95b1c9cc
3 changed files with 23 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue