-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to use a JSON index file to speed restarts
Also reduced usage of shared_ptr which iOS and Mac Catalyst builds struggled with
- Loading branch information
Showing
15 changed files
with
707 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,6 +68,7 @@ db: | |
elevation-local-disabled: | ||
tileCacheMs: 60000 | ||
datasetDir: ./elevation-data/ | ||
datasetDirIndex: ./elevation-data/.tile-index.json | ||
elevation-remote-disabled: | ||
provider: | ||
userAgentInfo: (mailto:[email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: trip 2.0.0\n" | ||
"Report-Msgid-Bugs-To: Frank Dean <[email protected]>\n" | ||
"POT-Creation-Date: 2025-01-17 16:15+0000\n" | ||
"POT-Creation-Date: 2025-02-25 18:09+0000\n" | ||
"PO-Revision-Date: 2023-12-17 17:34+0000\n" | ||
"Last-Translator: Frank Dean <[email protected]>\n" | ||
"Language-Team: English (British) <(nothing)>\n" | ||
|
@@ -322,8 +322,7 @@ msgstr "New" | |
msgid "User Management" | ||
msgstr "User Management" | ||
|
||
#. Message displayed after loading elevation tiles | ||
#: src/elevation_tile.cpp:267 | ||
#: src/elevation_tile.cpp:466 | ||
#, c++-format | ||
msgid "Loaded {1} elevation tiles in {2} ms" | ||
msgstr "Loaded {1} elevation tiles in {2} ms" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: trip 2.0.0\n" | ||
"Report-Msgid-Bugs-To: Frank Dean <[email protected]>\n" | ||
"POT-Creation-Date: 2025-01-17 16:15+0000\n" | ||
"POT-Creation-Date: 2025-02-25 18:09+0000\n" | ||
"PO-Revision-Date: 2023-12-17 18:19+0000\n" | ||
"Last-Translator: Frank Dean <[email protected]>\n" | ||
"Language-Team: Spanish <[email protected]>\n" | ||
|
@@ -314,8 +314,7 @@ msgstr "" | |
msgid "User Management" | ||
msgstr "" | ||
|
||
#. Message displayed after loading elevation tiles | ||
#: src/elevation_tile.cpp:267 | ||
#: src/elevation_tile.cpp:466 | ||
#, c++-format | ||
msgid "Loaded {1} elevation tiles in {2} ms" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: trip 2.0.0\n" | ||
"Report-Msgid-Bugs-To: Frank Dean <[email protected]>\n" | ||
"POT-Creation-Date: 2025-01-17 16:15+0000\n" | ||
"POT-Creation-Date: 2025-02-25 18:09+0000\n" | ||
"PO-Revision-Date: 2023-12-17 18:37+0000\n" | ||
"Last-Translator: Frank Dean <[email protected]>\n" | ||
"Language-Team: French <[email protected]>\n" | ||
|
@@ -313,8 +313,7 @@ msgstr "" | |
msgid "User Management" | ||
msgstr "" | ||
|
||
#. Message displayed after loading elevation tiles | ||
#: src/elevation_tile.cpp:267 | ||
#: src/elevation_tile.cpp:466 | ||
#, c++-format | ||
msgid "Loaded {1} elevation tiles in {2} ms" | ||
msgstr "" | ||
|
Oops, something went wrong.