mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-20 20:46:24 +02:00
Issue #11: move color utility to separate module.
This commit is contained in:
parent
aee36d0703
commit
557e0d1992
4 changed files with 42 additions and 40 deletions
|
@ -15,7 +15,8 @@ from roentgen.extract_icon import DEFAULT_SMALL_SHAPE_ID
|
|||
from roentgen.flinger import Flinger
|
||||
from roentgen.osm_reader import Map, OSMMember, OSMRelation, OSMWay, OSMNode, Tagged
|
||||
from roentgen.scheme import IconSet, Scheme
|
||||
from roentgen.util import MinMax, get_gradient_color
|
||||
from roentgen.util import MinMax
|
||||
from roentgen.color import get_gradient_color
|
||||
|
||||
DEBUG: bool = False
|
||||
TIME_COLOR_SCALE: List[Color] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue