From 74f1d7f4ec7c46ff6fe20aaffc528de11617105d Mon Sep 17 00:00:00 2001 From: 04Marcus <35038131+04Marcus@users.noreply.github.com> Date: Mon, 20 May 2024 21:40:40 +0200 Subject: [PATCH] Update cities-ats.js --- web/cities/cities-ats.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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",