Skip to content

Commit ffd93b4

Browse files
committed
asia-southeast3
1 parent 91daec9 commit ffd93b4

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

build/src/macros.tt2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ title="Region: [% region.name %],
176176
[%- ELSIF code == 'SA' -%]🇸🇦
177177
[%- ELSIF code == 'SE' -%]🇸🇪
178178
[%- ELSIF code == 'SG' -%]🇸🇬
179+
[%- ELSIF code == 'TH' -%]🇹🇭
179180
[%- ELSIF code == 'TW' -%]🇹🇼
180181
[%- ELSIF code == 'US' -%]🇺🇸
181182
[%- ELSIF code == 'ZA' -%]🇿🇦
@@ -209,6 +210,7 @@ title="Region: [% region.name %],
209210
[%- ELSIF code == 'SA' -%]Saudi Arabia
210211
[%- ELSIF code == 'SE' -%]Sweden
211212
[%- ELSIF code == 'SG' -%]Singapore
213+
[%- ELSIF code == 'TH' -%]Thailand
212214
[%- ELSIF code == 'TW' -%]Taiwan
213215
[%- ELSIF code == 'US' -%]United States
214216
[%- ELSIF code == 'ZA' -%]South Africa

regions/country.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ UPDATE instances SET regionLocationCountryCode = 'QA' WHERE regionLocationLong L
2525
UPDATE instances SET regionLocationCountryCode = 'SA' WHERE regionLocationLong LIKE '%Saudi Arabia%';
2626
UPDATE instances SET regionLocationCountryCode = 'SE' WHERE regionLocationLong LIKE '%Sweden%';
2727
UPDATE instances SET regionLocationCountryCode = 'SG' WHERE regionLocationLong LIKE '%Singapore%';
28+
UPDATE instances SET regionLocationCountryCode = 'TH' WHERE regionLocationLong LIKE '%Thailand%';
2829
UPDATE instances SET regionLocationCountryCode = 'TW' WHERE regionLocationLong LIKE '%Taiwan%';
2930
UPDATE instances SET regionLocationCountryCode = 'US' WHERE regionLocationLong LIKE '%USA%';
3031
UPDATE instances SET regionLocationCountryCode = 'ZA' WHERE regionLocationLong LIKE '%South Africa%';

regions/extra.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
UPDATE instances SET regionLocationLong = 'Doha, Qatar', regionLat = '25.2409741', regionLng = '51.5126395' WHERE region LIKE 'me-central1';
44
UPDATE instances SET regionLocationLong = 'Dammam, Saudi Arabia', regionLat = '26.3622236', regionLng = '49.6807149' WHERE region LIKE 'me-central2';
55
UPDATE instances SET regionLocationLong = 'Tel Aviv, Israel', regionLat = '32.0858103', regionLng = '34.7697987' WHERE region LIKE 'me-west1';
6+
UPDATE instances SET regionLocationLong = 'Bangkok, Thailand' regionLat = '13.7525', regionLng = '100.494167' WHERE region LIKE 'asia-southeast3';
67

78
/* https://www.domstol.se/mark--och-miljodomstolen-vid-nacka-tingsratt/nyheter/2021/06/mark--och-miljodomstolen-lamnar-tillstand-till-datacenter-i-horndal-avesta-kommun/ */
89
UPDATE instances SET regionLocationLong = 'Stockholm, Sweden', regionLat = '60.2936275', regionLng = '16.3941995' WHERE region LIKE 'europe-north2';

0 commit comments

Comments
 (0)