-
-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88d71c4
commit 6aca0dc
Showing
9 changed files
with
16 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ global: | |
function() { | ||
var userLang = global.language; | ||
if (userLang) { | ||
// Preference #1: Take name in own language (f.e. name:en used in Egypt a lot) | ||
// Preference #1: Take name in own language (e.g. name:en used in Egypt a lot) | ||
var nameInUserLang = feature['name_'+userLang]; | ||
if (nameInUserLang) return nameInUserLang; | ||
|
@@ -82,7 +82,7 @@ global: | |
// Preference #2 and #3 are not available in JawgMaps | ||
// Preference #2: Take international name (f.e. used in Greece a lot) | ||
// Preference #2: Take international name (e.g. used in Greece a lot) | ||
//var internationalName = feature["int_name"]; | ||
//if (internationalName) return internationalName; | ||
|
@@ -103,10 +103,10 @@ global: | |
if (nameInLatinScript) return nameInLatinScript; | ||
} | ||
// Preference #6: Take name of any other language whose script is the same as the user's script (f.e. French signs in Laos) | ||
// Preference #6: Take name of any other language whose script is the same as the user's script (e.g. French signs in Laos) | ||
// ... not implementable without a mapping of language code to script | ||
// Preference #7: Take name of any other language whose script is in Latin (cause it's kind of "international") script (f.e. French signs in Laos) | ||
// Preference #7: Take name of any other language whose script is in Latin (cause it's kind of "international") script (e.g. French signs in Laos) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
FloEdelmann
Author
Member
|
||
// ... not implementable without a mapping of language code to script | ||
} | ||
} | ||
|
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
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
Well that's going to be overwritten next time the map style is imported from https://github.com/streetcomplete/streetcomplete-mapstyle