Feature #2589
Updated by Alexander Watzinger about 1 month ago
Would be nice to have colour coding associated with specific status of a particular type in the map.
*Update*
We implemented that entities with specific types can be displayed with different colors on the map.
The default configuration is in *config/default.py*, can be overridden in *instance/production.py* and looks like this:
<pre>
MAP_TYPE_COLOR = {
'default': '#007bd9',
'123': '#333333'}
</pre>