Solar Clock: Added Seoul

pull/780/head
adrian w kirk 2021-07-28 15:35:05 +01:00
parent 6d3fb37851
commit 6277fa3b74
3 changed files with 7 additions and 2 deletions

View File

@ -25,7 +25,8 @@
{name:"Honolulu", shortname:"Honolulu"},
{name: "Reykjavik", shortname:"Reykjavik"},
{name: "Rio", shortname:"Rio"},
{name:"Tokyo", shortname:"Tokyo"}
{name:"Tokyo", shortname:"Tokyo"},
{name:"Seoul", shortname:"Seoul"}
];
var selected_locations = ["local"];
try{

View File

@ -290,7 +290,7 @@ function write_location_name() {
g.setFontAlign(-1, -1, 0);
GraphicUtils.set_color(screen_info.screen_bg_color);
g.fillRect(DATE_X_COORD, LOCATION_Y_COORD, DATE_X_COORD + 95, LOCATION_Y_COORD + 20);
g.fillRect(DATE_X_COORD, LOCATION_Y_COORD, DATE_X_COORD + 105, LOCATION_Y_COORD + 20);
if (new_location_name != "local") {
GraphicUtils.set_color(time_color);

View File

@ -0,0 +1,4 @@
{
"coordinates": [126.98705302359637, 37.542652407748214],
"utc_offset": 9
}