EndPointCorp / end-point-blog

End Point Dev blog
https://www.endpointdev.com/blog/
17 stars 65 forks source link

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

Open phinjensen opened 6 years ago

phinjensen commented 6 years ago

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 commented 6 years ago
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)".