Fix #4897
This commit is contained in:
parent
7ade674da5
commit
988e3cf0c0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ public class City extends MapObject {
|
||||||
public enum CityType {
|
public enum CityType {
|
||||||
// that's tricky way to play with that numbers (to avoid including suburbs in city & vice verse)
|
// that's tricky way to play with that numbers (to avoid including suburbs in city & vice verse)
|
||||||
// district special type and it is not registered as a city
|
// district special type and it is not registered as a city
|
||||||
CITY(10000), TOWN(5000), VILLAGE(1300), HAMLET(1000), SUBURB(400), DISTRICT(400), NEIGHBOURHOOD(300);
|
CITY(10000), TOWN(4000), VILLAGE(1300), HAMLET(1000), SUBURB(400), DISTRICT(400), NEIGHBOURHOOD(300);
|
||||||
|
|
||||||
private double radius;
|
private double radius;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue