Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments for Non-English Google Earth Layers on the Liquid Galaxy #1126

Open
phinjensen opened this issue Nov 11, 2017 · 1 comment
Open

Comments

@phinjensen
Copy link
Contributor

phinjensen commented Nov 11, 2017

Comments for https://www.endpointdev.com/blog/2015/05/non-english-google-earth-layers-on/
By Josh Ausborne

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
@phinjensen
Copy link
Contributor Author

original author: Jon Jensen
date: 2015-05-12T12:14:42-04:00

Good sleuthing, Josh. Using localized strings for configuration is a strange and inconvenient way to do things. This isn't nice for Korean readers either, since the pseudo-URLs are encoded using a non-standard URL encoding not normally used!

I threw together a script that will decode those and print regular Korean, which you can run through Google Translate if you can't read it, and then you'll know what each setting does.

The decoder script is here and it works like this (using your sample GECommonSettings.conf file):

% ./decode-GECommonSettings GECommonSettings.conf
http%3A__kh.google.com%3A80_%UAD6D%UACBD=false
국경=false

http%3A__kh.google.com%3A80_%UAD6D%UAC00%UBA85=false
국가명=false

http%3A__kh.google.com%3A80_%UD574%UC548%UC120=false
해안선=false

http%3A__kh.google.com%3A80_\1%UCC28%20%UD589%UC815%20%UACBD%UACC4%UC120%28%UC8FC_%UB3C4%29=false
1차 행정 경계선(주/도)=false

http%3A__kh.google.com%3A80_\2%UCC28%20%UD589%UC815%UB2E8%UC704%20%UC9C0%UC5ED%28%UAD70%29=false
2차 행정단위 지역(군)=false

http%3A__kh.google.com%3A80_%UC778%UAD6C%UBC00%UC9D1%UC9C0%UC5ED=true
인구밀집지역=true

http%3A__kh.google.com%3A80_%UC12C=false
섬=false

And Google Translate helpfully tells me, for example, that 2차 행정단위 지역(군) means "Second regional administrative units (county)".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant