diff --git a/web/cities/cities-ats.js b/web/cities/cities-ats.js index 884c5848d..61cb924d1 100644 --- a/web/cities/cities-ats.js +++ b/web/cities/cities-ats.js @@ -1887,7 +1887,7 @@ var country_properties = { name: "Wheatland", name_english: "Wheatland", code: "us-wy", - relative_radius: 0.6 + relative_radius: 0.7 }, "wichita": { name: "Wichita", @@ -2992,6 +2992,7 @@ var city_properties = { relative_whitenoise: 0.85 }, "wheatland": { + relative_radius: 0.6, relative_whitenoise: 0.85 }, "wichita": { @@ -5962,6 +5963,14 @@ var cities = [ "y": "100.94", "z": "-20075.8" }, + { + "gameName": "wheatland", + "realName": "Wheatland", + "country": "scottsbluff", + "x": "-35017.5", + "y": "100.94", + "z": "-20075.8" + }, { "gameName": "wichita", "realName": "Wichita",