Skip to content

Commit 3f7a444

Browse files
committed
Missouri DLC preparations
1 parent 581788e commit 3f7a444

32 files changed

+281
-39
lines changed

web/cities/cities-ats.js

+68-30
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ var country_properties = {
390390
relative_radius: 0.9
391391
},
392392
"columbia_jcmo": {
393-
name: "Columbia",
394-
name_english: "Columbia",
393+
name: "Columbia / Jefferson City",
394+
name_english: "Columbia / Jefferson City",
395395
code: "us-mo",
396396
relative_radius: 0.7
397397
},
@@ -1011,7 +1011,7 @@ var country_properties = {
10111011
name: "Kirksville",
10121012
name_english: "Kirksville",
10131013
code: "us-mo",
1014-
relative_radius: 0.9
1014+
relative_radius: 0.7
10151015
},
10161016
"klamath_f": {
10171017
name: "Klamath Falls",
@@ -1031,6 +1031,12 @@ var country_properties = {
10311031
code: "us-co",
10321032
relative_radius: 0.8
10331033
},
1034+
"lancaster_mo": {
1035+
name: "Lancaster",
1036+
name_english: "Lancaster",
1037+
code: "us-mo",
1038+
relative_radius: 0.9
1039+
},
10341040
"langtry": {
10351041
name: "Langtry",
10361042
name_english: "Langtry",
@@ -1421,6 +1427,12 @@ var country_properties = {
14211427
code: "us-ne",
14221428
relative_radius: 0.6
14231429
},
1430+
"osage_beach": {
1431+
name: "Osage Beach",
1432+
name_english: "Osage Beach",
1433+
code: "us-mo",
1434+
relative_radius: 0.6
1435+
},
14241436
"ouray": {
14251437
name: "Ouray",
14261438
name_english: "Ouray",
@@ -1635,7 +1647,7 @@ var country_properties = {
16351647
name: "rolla",
16361648
name_english: "rolla",
16371649
code: "us-mo",
1638-
relative_radius: 0.9
1650+
relative_radius: 0.7
16391651
},
16401652
"roswell": {
16411653
name: "Roswell",
@@ -2713,7 +2725,7 @@ var city_properties = {
27132725
relative_whitenoise: 0.85
27142726
},
27152727
"kirksville": {
2716-
relative_whitenoise: 0.85
2728+
relative_whitenoise: 0.95
27172729
},
27182730
"klamath_f": {
27192731
relative_whitenoise: 0.85
@@ -2724,6 +2736,10 @@ var city_properties = {
27242736
"lamar": {
27252737
relative_whitenoise: 0.80
27262738
},
2739+
"lancaster_mo": {
2740+
relative_radius: 0.5,
2741+
relative_whitenoise: 0.95
2742+
},
27272743
"langtry": {
27282744
relative_whitenoise: 1.00
27292745
},
@@ -2934,6 +2950,9 @@ var city_properties = {
29342950
"oneill": {
29352951
relative_whitenoise: 0.95
29362952
},
2953+
"osage_beach": {
2954+
relative_whitenoise: 0.95
2955+
},
29372956
"ouray": {
29382957
relative_radius: 0.4,
29392958
relative_whitenoise: 0.95
@@ -3055,7 +3074,7 @@ var city_properties = {
30553074
relative_whitenoise: 0.85
30563075
},
30573076
"rolla": {
3058-
relative_whitenoise: 0.85
3077+
relative_whitenoise: 0.95
30593078
},
30603079
"roswell": {
30613080
relative_whitenoise: 0.95
@@ -3966,7 +3985,7 @@ var cities = [
39663985
},
39673986
{
39683987
"gameName": "columbia_jcmo",
3969-
"realName": "Columbia",
3988+
"realName": "Columbia / Jefferson City",
39703989
"country": "columbia_jcmo",
39713990
"x": "17386.3",
39723991
"y": "125.087",
@@ -4579,15 +4598,15 @@ var cities = [
45794598
"x": "19055.1",
45804599
"y": "29.9327",
45814600
"z": "33363.9"
4582-
},
4601+
},/*
45834602
{
45844603
"gameName": "hannibal",
45854604
"realName": "Hannibal",
45864605
"country": "hannibal",
45874606
"x": "",
45884607
"y": "",
45894608
"z": ""
4590-
},
4609+
},*/
45914610
{
45924611
"gameName": "harrison",
45934612
"realName": "Harrison",
@@ -4779,15 +4798,15 @@ var cities = [
47794798
"x": "-58060.3",
47804799
"y": "158.566",
47814800
"z": "-31351.6"
4782-
},
4801+
},/*
47834802
{
47844803
"gameName": "jefferson_city",
47854804
"realName": "Jefferson City",
47864805
"country": "columbia_jcmo",
47874806
"x": "",
47884807
"y": "",
47894808
"z": ""
4790-
},
4809+
},*/
47914810
{
47924811
"gameName": "john_day",
47934812
"realName": "John Day",
@@ -5227,7 +5246,7 @@ var cities = [
52275246
"x": "-104462",
52285247
"y": "65.4794",
52295248
"z": "11502.9"
5230-
},
5249+
},/*
52315250
{
52325251
"gameName": "maryville",
52335252
"realName": "Maryville",
@@ -5243,7 +5262,7 @@ var cities = [
52435262
"x": "",
52445263
"y": "",
52455264
"z": ""
5246-
},
5265+
},*/
52475266
{
52485267
"gameName": "marysville",
52495268
"realName": "Marysville",
@@ -5547,7 +5566,15 @@ var cities = [
55475566
"x": "-11409.6",
55485567
"y": "65.236",
55495568
"z": "-19863.6"
5550-
},
5569+
},/*
5570+
{
5571+
"gameName": "osage_beach",
5572+
"realName": "Osage Beach",
5573+
"country": "osage_beach",
5574+
"x": "",
5575+
"y": "",
5576+
"z": ""
5577+
},*/
55515578
{
55525579
"gameName": "ouray",
55535580
"realName": "Ouray",
@@ -5675,15 +5702,15 @@ var cities = [
56755702
"x": "-68356.2",
56765703
"y": "81.6259",
56775704
"z": "-27970.9"
5678-
},
5705+
},/*
56795706
{
56805707
"gameName": "poplar_bluff",
56815708
"realName": "Poplar Bluff",
56825709
"country": "poplar_bluff",
56835710
"x": "",
56845711
"y": "",
56855712
"z": ""
5686-
},
5713+
},*/
56875714
{
56885715
"gameName": "port_angeles",
56895716
"realName": "Port Angeles",
@@ -6123,15 +6150,15 @@ var cities = [
61236150
"x": "-97690.4",
61246151
"y": "101.912",
61256152
"z": "-63065.2"
6126-
},
6153+
},/*
61276154
{
61286155
"gameName": "sedalia",
61296156
"realName": "Sedalia",
61306157
"country": "sedalia",
61316158
"x": "",
61326159
"y": "",
61336160
"z": ""
6134-
},
6161+
},*/
61356162
{
61366163
"gameName": "shamrock",
61376164
"realName": "Shamrock",
@@ -9034,7 +9061,7 @@ var country_properties_c2c = {
90349061
name: "mt_vernon",
90359062
name_english: "mt_vernon",
90369063
code: "us-il",
9037-
relative_radius: 0.8
9064+
relative_radius: 0.6
90389065
},
90399066
"peoria_il": {
90409067
name: "Peoria",
@@ -9052,7 +9079,7 @@ var country_properties_c2c = {
90529079
name: "springfield_il",
90539080
name_english: "springfield_il",
90549081
code: "us-il",
9055-
relative_radius: 0.7
9082+
relative_radius: 0.6
90569083
},
90579084
"evansville_in": {
90589085
name: "evansville_in",
@@ -9108,18 +9135,18 @@ var country_properties_c2c = {
91089135
code: "us-ia",
91099136
relative_radius: 0.8
91109137
},
9138+
"ottumwa": {
9139+
name: "Ottumwa",
9140+
name_english: "Ottumwa",
9141+
code: "us-ia",
9142+
relative_radius: 0.7
9143+
},
91119144
"sioux_city": {
91129145
name: "sioux_city",
91139146
name_english: "sioux_city",
91149147
code: "us-ia",
91159148
relative_radius: 0.7
91169149
},
9117-
"kansas": {
9118-
name: "kansas",
9119-
name_english: "kansas",
9120-
code: "us-ks",
9121-
relative_radius: 1.0
9122-
},
91239150
"greatbend_ks": {
91249151
name: "Great Bend",
91259152
name_english: "Great Bend",
@@ -10091,7 +10118,7 @@ var city_properties_c2c = {
1009110118
relative_whitenoise: 0.75
1009210119
},
1009310120
"mt_vernon": {
10094-
relative_whitenoise: 0.85
10121+
relative_whitenoise: 0.95
1009510122
},
1009610123
"peoria_il": {
1009710124
relative_whitenoise: 0.85
@@ -10100,7 +10127,7 @@ var city_properties_c2c = {
1010010127
relative_whitenoise: 0.75
1010110128
},
1010210129
"springfield_il": {
10103-
relative_whitenoise: 0.85
10130+
relative_whitenoise: 0.95
1010410131
},
1010510132
"evansville_in": {
1010610133
relative_whitenoise: 0.85
@@ -10129,6 +10156,9 @@ var city_properties_c2c = {
1012910156
"cedar_rapids": {
1013010157
relative_whitenoise: 0.85
1013110158
},
10159+
"ottumwa": {
10160+
relative_whitenoise: 0.95
10161+
},
1013210162
"sioux_city": {
1013310163
relative_whitenoise: 0.85
1013410164
},
@@ -10867,7 +10897,7 @@ var cities_c2c = [
1086710897
"gameName": "mt_vernon",
1086810898
"realName": "Mt. Vernon",
1086910899
"country": "mt_vernon",
10870-
"x": "31140.6",
10900+
"x": "32140.6",
1087110901
"y": "23.1445",
1087210902
"z": "2314.56"
1087310903
},
@@ -10958,7 +10988,15 @@ var cities_c2c = [
1095810988
"x": "22909.3",
1095910989
"y": "88.9163",
1096010990
"z": "-15390.4"
10961-
},
10991+
},/*
10992+
{
10993+
"gameName": "ottumwa",
10994+
"realName": "Ottumwa",
10995+
"country": "ottumwa",
10996+
"x": "",
10997+
"y": "",
10998+
"z": ""
10999+
},*/
1096211000
{
1096311001
"gameName": "sioux_city",
1096411002
"realName": "Sioux City",
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading
57.1 KB
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)