Adjust city dot sizes a bit
This commit is contained in:
parent
902ae26b80
commit
0d1489d641
1 changed files with 2 additions and 2 deletions
|
@ -88,9 +88,9 @@ class EquirectMap():
|
||||||
elif city.population >= 500000:
|
elif city.population >= 500000:
|
||||||
radius = 3
|
radius = 3
|
||||||
elif city.population >= 100000:
|
elif city.population >= 100000:
|
||||||
radius = 2
|
radius = 2.5
|
||||||
else:
|
else:
|
||||||
radius = 1
|
radius = 1.3
|
||||||
|
|
||||||
extents = cr.text_extents(city.name)
|
extents = cr.text_extents(city.name)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue