Increase size of some city dots
This commit is contained in:
parent
5fd10a24a3
commit
ef23e296c7
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ class EquirectMap():
|
||||||
radius = 3
|
radius = 3
|
||||||
elif city.population >= 100000:
|
elif city.population >= 100000:
|
||||||
radius = 2.5
|
radius = 2.5
|
||||||
|
elif city.population >= 10000:
|
||||||
|
radius = 1.9
|
||||||
else:
|
else:
|
||||||
radius = 1.3
|
radius = 1.3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue