Why must Chinese maps be obfuscated? Unicorn Meta Zoo #1: Why another podcast? ...
How to translate "red flag" into Spanish?
Can I criticise the more senior developers around me for not writing clean code?
A faster way to compute the largest prime factor
A Paper Record is What I Hamper
Implementing 3DES algorithm in Java: is my code secure?
Arriving in Atlanta after US Preclearance in Dublin. Will I go through TSA security in Atlanta to transfer to a connecting flight?
Is it possible to cast 2x Final Payment while sacrificing just one creature?
Would reducing the reference voltage of an ADC have any effect on accuracy?
Why must Chinese maps be obfuscated?
How would this chord from "Rocket Man" be analyzed?
Could moose/elk survive in the Amazon forest?
Will I lose my paid in full property
Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?
How to not starve gigantic beasts
What is the difference between Religion and Dharma?
How to avoid introduction cliches
Protagonist's race is hidden - should I reveal it?
finding a tangent line to a parabola
Scheduling based problem
Bayes factor vs P value
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
How to keep bees out of canned beverages?
Married in secret, can marital status in passport be changed at a later date?
Why must Chinese maps be obfuscated?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraIs the ruling Chinese party seen more favorably than it was 25 years ago?Is the Chinese Communist Party really an autocracy?Chinese contingency plans due to N. Korea collapsingWhy don't Western countries penalize Chinese companies in the same way that China restricts Western companies working on its territory?Why won't the Western countries block Chinese websites in retaliation for China blocking American and European online services?Would a Social Credit System like the one contemplated in China be Constitutional In The U.SWhat is the fundamental difference between post WW2 German and post Cold War Chinese model of industrialization?Why doesn't the Chinese foreign minister speak English?Chinese government internet censorship - statistics on evasion?Why doesn't the Chinese Communist Party induct everyone into the party?
According to this answer on Travel.SE, the Chinese National Bureau of Surveying and Mapping requires that published maps of China must include a certain deviation between the map and the real world.
In the comments, the answerer says that although the statute doesn't provide a reason, it is commonly believed to be for national security.
Have any Chinese officials or official documents provided a reason why maps must include this deviation?
china
add a comment |
According to this answer on Travel.SE, the Chinese National Bureau of Surveying and Mapping requires that published maps of China must include a certain deviation between the map and the real world.
In the comments, the answerer says that although the statute doesn't provide a reason, it is commonly believed to be for national security.
Have any Chinese officials or official documents provided a reason why maps must include this deviation?
china
add a comment |
According to this answer on Travel.SE, the Chinese National Bureau of Surveying and Mapping requires that published maps of China must include a certain deviation between the map and the real world.
In the comments, the answerer says that although the statute doesn't provide a reason, it is commonly believed to be for national security.
Have any Chinese officials or official documents provided a reason why maps must include this deviation?
china
According to this answer on Travel.SE, the Chinese National Bureau of Surveying and Mapping requires that published maps of China must include a certain deviation between the map and the real world.
In the comments, the answerer says that although the statute doesn't provide a reason, it is commonly believed to be for national security.
Have any Chinese officials or official documents provided a reason why maps must include this deviation?
china
china
asked 14 hours ago
indigochildindigochild
19.5k258140
19.5k258140
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
What the Law Says
After reading that statute, it turns out that it does not explicitly require that maps be obfuscated.
However, the law does require the usage of a certain datum. A datum is basically the mathematical model which describes the shape of the earth (see this question on GIS.SE for more detail). According to wikipedia, the agency responsible for implementing this model has created the GCJ-02 datum, which has a random disturbance - effectively slightly randomizing the location of objects on the map.
U.S. - Selective Availability
There are many unsourced claims online which say that this random disturbance is for security reasons. Although I couldn't locate an original source making this claim, there is precedent for it.
Prior to 2000, the United States Department of Defense required the usage of 'Selective Availability' (SA). SA was a technology built into the GPS system which introduced random errors. GPS.gov, the official U.S. source of information about GPS, describes it as:
Selective Availability (SA) is the deliberate introduction of error to the precise timekeeping of the GPS satellites, thereby reducing both positioning and timing accuracy for civilian users. It was designed to provide U.S. and Allied military forces with a navigational advantage in times of crisis or conflict.
(source: GPS.gov)
Not done yet, but this is what I have so far.
– indigochild
8 hours ago
1
Upvote, but the "error" in GCJ-02 datum does not seem to be random, i.e. it's security by obscurity (of the [conversion] algorithm). Quite a different thing.
– Fizz
34 mins ago
@Fizz "Random" has many meanings. An algorithm generating a predictable stream of numbers is still called a "random number generator". The output of an encryption algorithm is supposed to look random to the observer, etc.
– pipe
17 mins ago
add a comment |
Just to clarify, this isn't at all like the SA case where bits were unavailable unless you knew the key. The Chinese don't have their own GPS satellites (duh) setting these coordinates. What this GCJ-02 business is is a non-disclosed, but not-so-hard-to-reverse engineer conversion algorithm from other coordinates. The big picture looks like this:

That's the reverse-engineered conversion from the "bog standard" WGS-84, displayed as a vector field. As the blog from which I too that image says, the offsets are basically constant locally, but they vary across China.
It's speculated that Google doesn't do it except on their cn maps site in order to please Beijing. Other maps providers aren't so bothered.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "475"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpolitics.stackexchange.com%2fquestions%2f40991%2fwhy-must-chinese-maps-be-obfuscated%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
What the Law Says
After reading that statute, it turns out that it does not explicitly require that maps be obfuscated.
However, the law does require the usage of a certain datum. A datum is basically the mathematical model which describes the shape of the earth (see this question on GIS.SE for more detail). According to wikipedia, the agency responsible for implementing this model has created the GCJ-02 datum, which has a random disturbance - effectively slightly randomizing the location of objects on the map.
U.S. - Selective Availability
There are many unsourced claims online which say that this random disturbance is for security reasons. Although I couldn't locate an original source making this claim, there is precedent for it.
Prior to 2000, the United States Department of Defense required the usage of 'Selective Availability' (SA). SA was a technology built into the GPS system which introduced random errors. GPS.gov, the official U.S. source of information about GPS, describes it as:
Selective Availability (SA) is the deliberate introduction of error to the precise timekeeping of the GPS satellites, thereby reducing both positioning and timing accuracy for civilian users. It was designed to provide U.S. and Allied military forces with a navigational advantage in times of crisis or conflict.
(source: GPS.gov)
Not done yet, but this is what I have so far.
– indigochild
8 hours ago
1
Upvote, but the "error" in GCJ-02 datum does not seem to be random, i.e. it's security by obscurity (of the [conversion] algorithm). Quite a different thing.
– Fizz
34 mins ago
@Fizz "Random" has many meanings. An algorithm generating a predictable stream of numbers is still called a "random number generator". The output of an encryption algorithm is supposed to look random to the observer, etc.
– pipe
17 mins ago
add a comment |
What the Law Says
After reading that statute, it turns out that it does not explicitly require that maps be obfuscated.
However, the law does require the usage of a certain datum. A datum is basically the mathematical model which describes the shape of the earth (see this question on GIS.SE for more detail). According to wikipedia, the agency responsible for implementing this model has created the GCJ-02 datum, which has a random disturbance - effectively slightly randomizing the location of objects on the map.
U.S. - Selective Availability
There are many unsourced claims online which say that this random disturbance is for security reasons. Although I couldn't locate an original source making this claim, there is precedent for it.
Prior to 2000, the United States Department of Defense required the usage of 'Selective Availability' (SA). SA was a technology built into the GPS system which introduced random errors. GPS.gov, the official U.S. source of information about GPS, describes it as:
Selective Availability (SA) is the deliberate introduction of error to the precise timekeeping of the GPS satellites, thereby reducing both positioning and timing accuracy for civilian users. It was designed to provide U.S. and Allied military forces with a navigational advantage in times of crisis or conflict.
(source: GPS.gov)
Not done yet, but this is what I have so far.
– indigochild
8 hours ago
1
Upvote, but the "error" in GCJ-02 datum does not seem to be random, i.e. it's security by obscurity (of the [conversion] algorithm). Quite a different thing.
– Fizz
34 mins ago
@Fizz "Random" has many meanings. An algorithm generating a predictable stream of numbers is still called a "random number generator". The output of an encryption algorithm is supposed to look random to the observer, etc.
– pipe
17 mins ago
add a comment |
What the Law Says
After reading that statute, it turns out that it does not explicitly require that maps be obfuscated.
However, the law does require the usage of a certain datum. A datum is basically the mathematical model which describes the shape of the earth (see this question on GIS.SE for more detail). According to wikipedia, the agency responsible for implementing this model has created the GCJ-02 datum, which has a random disturbance - effectively slightly randomizing the location of objects on the map.
U.S. - Selective Availability
There are many unsourced claims online which say that this random disturbance is for security reasons. Although I couldn't locate an original source making this claim, there is precedent for it.
Prior to 2000, the United States Department of Defense required the usage of 'Selective Availability' (SA). SA was a technology built into the GPS system which introduced random errors. GPS.gov, the official U.S. source of information about GPS, describes it as:
Selective Availability (SA) is the deliberate introduction of error to the precise timekeeping of the GPS satellites, thereby reducing both positioning and timing accuracy for civilian users. It was designed to provide U.S. and Allied military forces with a navigational advantage in times of crisis or conflict.
(source: GPS.gov)
What the Law Says
After reading that statute, it turns out that it does not explicitly require that maps be obfuscated.
However, the law does require the usage of a certain datum. A datum is basically the mathematical model which describes the shape of the earth (see this question on GIS.SE for more detail). According to wikipedia, the agency responsible for implementing this model has created the GCJ-02 datum, which has a random disturbance - effectively slightly randomizing the location of objects on the map.
U.S. - Selective Availability
There are many unsourced claims online which say that this random disturbance is for security reasons. Although I couldn't locate an original source making this claim, there is precedent for it.
Prior to 2000, the United States Department of Defense required the usage of 'Selective Availability' (SA). SA was a technology built into the GPS system which introduced random errors. GPS.gov, the official U.S. source of information about GPS, describes it as:
Selective Availability (SA) is the deliberate introduction of error to the precise timekeeping of the GPS satellites, thereby reducing both positioning and timing accuracy for civilian users. It was designed to provide U.S. and Allied military forces with a navigational advantage in times of crisis or conflict.
(source: GPS.gov)
edited 7 hours ago
answered 8 hours ago
indigochildindigochild
19.5k258140
19.5k258140
Not done yet, but this is what I have so far.
– indigochild
8 hours ago
1
Upvote, but the "error" in GCJ-02 datum does not seem to be random, i.e. it's security by obscurity (of the [conversion] algorithm). Quite a different thing.
– Fizz
34 mins ago
@Fizz "Random" has many meanings. An algorithm generating a predictable stream of numbers is still called a "random number generator". The output of an encryption algorithm is supposed to look random to the observer, etc.
– pipe
17 mins ago
add a comment |
Not done yet, but this is what I have so far.
– indigochild
8 hours ago
1
Upvote, but the "error" in GCJ-02 datum does not seem to be random, i.e. it's security by obscurity (of the [conversion] algorithm). Quite a different thing.
– Fizz
34 mins ago
@Fizz "Random" has many meanings. An algorithm generating a predictable stream of numbers is still called a "random number generator". The output of an encryption algorithm is supposed to look random to the observer, etc.
– pipe
17 mins ago
Not done yet, but this is what I have so far.
– indigochild
8 hours ago
Not done yet, but this is what I have so far.
– indigochild
8 hours ago
1
1
Upvote, but the "error" in GCJ-02 datum does not seem to be random, i.e. it's security by obscurity (of the [conversion] algorithm). Quite a different thing.
– Fizz
34 mins ago
Upvote, but the "error" in GCJ-02 datum does not seem to be random, i.e. it's security by obscurity (of the [conversion] algorithm). Quite a different thing.
– Fizz
34 mins ago
@Fizz "Random" has many meanings. An algorithm generating a predictable stream of numbers is still called a "random number generator". The output of an encryption algorithm is supposed to look random to the observer, etc.
– pipe
17 mins ago
@Fizz "Random" has many meanings. An algorithm generating a predictable stream of numbers is still called a "random number generator". The output of an encryption algorithm is supposed to look random to the observer, etc.
– pipe
17 mins ago
add a comment |
Just to clarify, this isn't at all like the SA case where bits were unavailable unless you knew the key. The Chinese don't have their own GPS satellites (duh) setting these coordinates. What this GCJ-02 business is is a non-disclosed, but not-so-hard-to-reverse engineer conversion algorithm from other coordinates. The big picture looks like this:

That's the reverse-engineered conversion from the "bog standard" WGS-84, displayed as a vector field. As the blog from which I too that image says, the offsets are basically constant locally, but they vary across China.
It's speculated that Google doesn't do it except on their cn maps site in order to please Beijing. Other maps providers aren't so bothered.
add a comment |
Just to clarify, this isn't at all like the SA case where bits were unavailable unless you knew the key. The Chinese don't have their own GPS satellites (duh) setting these coordinates. What this GCJ-02 business is is a non-disclosed, but not-so-hard-to-reverse engineer conversion algorithm from other coordinates. The big picture looks like this:

That's the reverse-engineered conversion from the "bog standard" WGS-84, displayed as a vector field. As the blog from which I too that image says, the offsets are basically constant locally, but they vary across China.
It's speculated that Google doesn't do it except on their cn maps site in order to please Beijing. Other maps providers aren't so bothered.
add a comment |
Just to clarify, this isn't at all like the SA case where bits were unavailable unless you knew the key. The Chinese don't have their own GPS satellites (duh) setting these coordinates. What this GCJ-02 business is is a non-disclosed, but not-so-hard-to-reverse engineer conversion algorithm from other coordinates. The big picture looks like this:

That's the reverse-engineered conversion from the "bog standard" WGS-84, displayed as a vector field. As the blog from which I too that image says, the offsets are basically constant locally, but they vary across China.
It's speculated that Google doesn't do it except on their cn maps site in order to please Beijing. Other maps providers aren't so bothered.
Just to clarify, this isn't at all like the SA case where bits were unavailable unless you knew the key. The Chinese don't have their own GPS satellites (duh) setting these coordinates. What this GCJ-02 business is is a non-disclosed, but not-so-hard-to-reverse engineer conversion algorithm from other coordinates. The big picture looks like this:

That's the reverse-engineered conversion from the "bog standard" WGS-84, displayed as a vector field. As the blog from which I too that image says, the offsets are basically constant locally, but they vary across China.
It's speculated that Google doesn't do it except on their cn maps site in order to please Beijing. Other maps providers aren't so bothered.
answered 18 mins ago
FizzFizz
16.8k242108
16.8k242108
add a comment |
add a comment |
Thanks for contributing an answer to Politics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpolitics.stackexchange.com%2fquestions%2f40991%2fwhy-must-chinese-maps-be-obfuscated%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown