词条 | Restrictions on geographic data in China |
释义 |
Due to national security concerns, the use of geographic information in the People's Republic of China is restricted to entities that obtain a special authorization from the administrative department for surveying and mapping under the State Council.[1] Consequences of the restriction include fines for unauthorized surveys, lack of geotagging information on many cameras when the GPS chip detects a location within China, incorrect alignment of street maps with satellite maps in various applications,[2] and seeming unlawfulness of crowdsourced mapping efforts such as OpenStreetMap.[3] LegislationAccording to articles 7, 26, 40 and 42 of the Surveying and Mapping Law of the People's Republic of China, private surveying and mapping activities have been illegal in mainland China since 2002. The law prohibits {{Quotation|publishing, without authorization, significant geographic information and data concerning the territorial air, land and waters, as well as other sea areas under the jurisdiction of the People's Republic of China.|The National Administration of Surveying, Mapping and Geoinformation of China|Surveying and Mapping Law of the People’s Republic of China}}Fines range from 10,000 to 500,000 CNY ({{To USD|10000|CHN|round=yes}} – {{To USD|500000|CHN|round=yes}} USD). Foreign individuals or organizations that wish to conduct surveying must form a Chinese-foreign joint venture.[1] Between 2006 and 2011, the authorities pursued nearly 40 illegal cases of mapping and surveying.[4] The media has reported on other cases of unlawful surveys:
As a consequence, major digital camera manufacturers including Panasonic, Leica, FujiFilm, Nikon and Samsung restrict location information within China.[10] OpenStreetMap, the crowdsourced project to assemble a map of the world, advises that "private surveying and mapping activities are illegal in China".[11]Coordinate systems{{geodesy}}{{Quotation|Technical spatial processing must be applied to electronic navigational maps prior to publication, sales, redistribution, and usage.|GB 20263―2006 "Basic security processes for electronic navigational maps"|4.1}}Chinese regulations mandate that approved map service providers in China use a specific coordinate system, called GCJ-02. Baidu Maps uses yet another coordinate system - BD-09,[12][14] which seems to be based on GCJ-02.[15] GCJ-02GCJ-02 (colloquially Mars Coordinates) is a geodetic datum formulated by the Chinese State Bureau of Surveying and Mapping ({{zh|s=国测局|p=guó-cè-jú}}), and based on WGS-84.[13] It uses an obfuscation algorithm[14] which adds apparently random offsets to both the latitude and longitude, with the alleged goal of improving national security.[15][15] A marker with GCJ-02 coordinates will be displayed at the correct location on a GCJ-02 map. However, the offsets can result in a 100 - 700 meter error from the actual location if a WGS-84 marker (such as a GPS location) is placed on a GCJ-02 map, or vice versa. The Google.com street map is offset by 50–500 meters from its satellite imagery,[9][16] while the Google.cn map is not.[17] Yahoo! Maps also displays the street map without major errors when compared to the satellite imagery.[18] MapQuest overlays OpenStreetMap data perfectly as well.[19] Despite the secrecy surrounding the GCJ-02 obfuscation, several open-source projects exist that provide conversions between GCJ-02 and WGS-84, for languages including C#,[20] C, Go, Java, JavaScript, PHP,[21] Python,[22] R,[15] and Ruby.[23][24] They appear to be based on leaked code for the WGS to GCJ part.[25] Other solutions to the conversion involve interpolating coordinates based on regression from a data set of Google China and satellite imagery coordinates.[26] An attempt by Wu Yongzheng using fast Fourier transform analysis gave a result much like the leaked code.[27] From the leaked code,[20] GCJ-02 uses parameters from the SK-42 reference system. The parameters were used to calculate lengths of one degree of latitude and longitude, so that offsets in meters previously calculated can be converted to degrees for the WGS-84 input coordinates. BD-09{{Main article|Baidu Maps#Coordinate system}}BD-09 is a geographic coordinate system used by Baidu Maps, adding further obfuscation to GCJ-02 "to better protect users' privacy".[28][29] Baidu provides an API call to convert from Google or GPS (WGS-84), GCJ-02, BD-09, {{ill|MapBar|lt=|zh|图吧}} or {{ill|51ditu|lt=|zh|灵图}} coordinates into Baidu or GCJ-02 coordinates.[30][12] As required by local law[30], there is no API to convert into WGS-84, but open source implementations in R[31] and various other languages[21] exist. Reverse transformationGCJ-02 appears to use multiple high-frequency noises of the form , effectively generating a transcendental equation and thus eliminating analytical solutions.{{or|date=February 2019}}{{fact|date=February 2019}} However, the open-source "reverse" transformations make use of the properties of GCJ-02 that the transformed coordinates are not too far from WGS-84 and are mostly monotonic related to corresponding WGS-84 coordinates:[42][31] from typing import Callable
coords = complex
C2C = Callable[[coords], coords] def rev_transform_rough(bad: coords, worsen: C2C) -> coords: """ Roughly reverse the ``worsen`` transformation. Since ``bad = worsen(good)`` is close to ``good``, ``worsen(bad) - bad`` can be used to approximate ``bad - good``. First seen in eviltransform. """ return bad - (worsen(bad) - bad) def rev_transform(bad: coords, worsen: C2C) -> coords: """ More precisely reverse the ``worsen`` transformation. Similar to ``rev_transform_rough``, ``worsen(a) - worsen(b)`` can be used to approximate ``a - b``. First seen in geoChina/R/cst.R (caijun 2014). Iteration-only version (without rough initialization) has been known since fengzee-me/ChinaMapShift (November 2013). """ eps = 1e-6 wgs = rev_transform_rough(bad, worsen) improvement = (99+99j) # dummy value while abs(improvement) > eps: improvement = worsen(wgs) - bad wgs = wgs - improvement return wgs The rough method is reported to give some 1~2 meter accuracy for wgs2gcj,[21] while the exact (fixed point iteration) method is able to get "centimeter accuracy" in two calls to the forward function.{{NoteTag|1=i.e. The establishment of working conversion methods both ways largely renders obsolete datasets for deviations mentioned below.[48] GPS shift problemThe China GPS shift (or offset) problem is a class of issues stemming from the difference between the GCJ-02 and WGS-84 datums. Global Positioning System coordinates are expressed using the WGS-84 standard and when plotted on street maps of China that follow the GCJ-02 coordinates, they appear off by a large (often over 500 meters) and variable amount. Authorized providers of location-based services and digital maps (such as AutoNavi or NavInfo) must purchase a "shift correction" algorithm that enables plotting GPS locations correctly on the map.[34] Satellite imagery and user-contributed street map data sets, such as those from OpenStreetMap also display correctly because they have been collected using GPS devices (albeit technically illegally - see Legislation). Some map providers, such as Here, choose to also offset their satellite imagery layer to match the GCJ-02 street map.[35] Google has worked with Chinese location-based service provider AutoNavi since 2006 to source its maps in China.[36] google.cn/maps (formerly Google Ditu) uses the GCJ-02 system for both its street maps[37] and satellite imagery.[38] However, the WGS-84 positions reported by a browser are depicted at the wrong positions. On the contrary, google.com/maps also uses GCJ-02 data for the street map, but does not shift the satellite imagery layer, which continues to use WGS-84 coordinates,[39] with the benefit that WGS-84 positions can still be overlaid correctly on the satellite image (but not the street map). Google Earth also uses WGS-84 to display the satellite imagery.[40] Overlaying GPS tracks on Google.com Maps and any street maps sourced from Google.com via its API, will lead to a similar display offset problem, because GPS tracks use WGS-84, and Google.com maps use GCJ-02. The issue has been reported numerous times on the Google Product Forums since 2009,[41] with 3rd party applications emerging to fix it.[42] Data sets with offsets for large lists of Chinese cities existed for sale.[43] The problem was observed as early as 2008, and the causes were unclear, with (misguided) speculation that imported GPS chips were tampered with code that caused incorrect reporting of coordinates.[44] Hong Kong and MacauUnder One Country Two Systems, legislation in mainland China does not apply in Hong Kong and Macau SARs and there are no similar restrictions in the SARs. Therefore, the GPS shift problem does not apply. However, at the border between the SARs and mainland China, the data shown by online maps are broken[45] where the shifted data and correct data overlap. This poses problems to users travelling across the border, especially visitors not aware of the issue. Notes{{NoteFoot}}References1. ^1 {{cite web|title=Surveying and Mapping Law of the People’s Republic of China|url=http://en.nasg.gov.cn/article/Lawsandregulations/201312/20131200005471.shtml|publisher=National Administration of Surveying, Mapping and Geoinformation of China}} 2. ^{{cite web|author1=Rabaza Bergua, Carlos S.|author2=López-de-Larrínzar-Galdámez, Juan|author3=Salvador Suárez, Iván|author4=Usón Montesinos, Miguel|author5=Muro Medrano, Pedro R.|title=Restricciones al trabajo con información geográfica online en China|url=http://www.idee.es/resources/presentaciones/JIIDE13/miercoles/15_restriscciones_IG_MapasEnChina_presentacion.pdf|website=IV Jornadas Ibéricas de Infraestructuras de Datos Espaciales|publisher=JIIDE 2013|location=Universidad de Castilla-La Mancha, Campus Tecnológico Fábrica de Armas, Toledo|date=13 November 2013}} 3. ^{{Cite web|url=http://en.nasg.gov.cn/article/Lawsandregulations/201312/20131200005471.shtml|title=Surveying and Mapping Law of the People’s Republic of China— National Administration of Surveying, Mapping and Geoinformation|last=|first=|date=|website=en.nasg.gov.cn|access-date=2018-02-27|quote=Articles 7, 26, 40 and 42}} 4. ^{{cite journal|last1=Hvistendahl|first1=M.|title=Foreigners Run Afoul of China's Tightening Secrecy Rules|journal=Science|date=24 January 2013|volume=339|issue=6118|pages=384–385|doi=10.1126/science.339.6118.384|pmid=23349263}} 5. ^{{cite news|last1=Dingding|first1=Xin|title=Unlawful surveys to be dealt severely|url=http://www.chinadaily.com.cn/china/2007-03/07/content_821274.htm|publisher=China Daily|date=7 March 2007}} 6. ^{{cite news|last1=Liang|first1=Yan|title=China cracks down on illegal online map services to protect state security|url=http://news.xinhuanet.com/english/2008-03/25/content_7858467.htm|agency=Xinhua News Agency|date=25 March 2008|location=Beijing}} 7. ^{{cite news|url=http://www.chinapost.com.tw/china/national-news/2009/01/06/190764/China-fines.htm|title=China fines UK students for 'illegal map-making'|last=|first=|date=6 January 2009|work=|access-date=|archive-url=https://web.archive.org/web/20100616150006/http://www.chinapost.com.tw/china/national-news/2009/01/06/190764/China-fines.htm|archive-date=2010-06-16|dead-url=|agency=AFP}} 8. ^{{cite news|last1=Wang|first1=Guanqun|title=China issues new rules on Internet map publishing|url=http://news.xinhuanet.com/english2010/china/2010-05/19/c_13302696.htm|agency=Xinhua News Agency|date=19 May 2010}} 9. ^1 {{cite web|last1=Pasternack|first1=Alex|title=If You're a Foreigner Using GPS in China, You Could Be a Spy|url=https://motherboard.vice.com/en_us/article/3ddmzv/if-youre-a-foreigner-in-china-it-is-illegal-to-use-gps|publisher=Vice|date=14 March 2013}} 10. ^{{cite web|last1=Doctorow|first1=Cory|authorlink1=Cory Doctorow|title=Why your camera's GPS won't work in China (maybe)|url=http://ogleearth.com/2012/05/why-do-panasonic-leica-fujifilm-samsung-and-nikon-censor-their-gps-cameras/|publisher=Boing Boing|archiveurl=http://boingboing.net/2012/05/24/why-your-cameras-gps-wont.html|archivedate=24 May 2015|date=23 May 2015}} 11. ^{{cite web|title=Legality|url=https://wiki.openstreetmap.org/wiki/WikiProject_China#Legality|website=Project China|publisher=OpenStreetMap|accessdate=7 April 2015}} 12. ^1 {{cite web|title=Coordinate conversion|url=http://developer.baidu.com/map/jsdemo.htm#a5_1|publisher=Baidu Maps|accessdate=7 April 2015|language=zh}} 13. ^{{cite web|title=Quickstart|url=https://angular-ui.github.io/angular-google-maps/#!/use|website=Google Maps for AngularJS|accessdate=7 April 2015}} 14. ^{{cite web|url=http://m.it168.com/article_1778861.html|title=手机地理轨迹取证步骤大解密|publisher=IT168}} 15. ^{{cite web|url=http://www.site-digger.com/html/articles/20140115/72.html|title=国内常见的电子地图坐标介绍|publisher=鲲鹏Web数据抓取}} 16. ^{{cite web|title=Google.com hybrid map of The Bund|url=https://www.google.com/maps/place/The+Bund/@31.2417003,121.49003,1096m/data=!3m1!1e3!4m2!3m1!1s0x35b270578b874861:0x4d56fbed10d1af64|accessdate=7 April 2015}} 17. ^{{cite web|title=Google.cn map of The Bund|url=http://www.google.cn/maps/@31.2397367,121.4946247,1097m/data=!3m1!1e3|publisher=Google China}} 18. ^{{cite web|title=Yahoo! Map of The Bund|url=https://maps.yahoo.com/place/?lat=31.24175591400924&lon=121.49212718009949&q=shanghai&bb=31.24629644%2C121.48394644%2C31.23721516%2C121.50030792&addr=shanghai|accessdate=7 April 2015}} 19. ^{{cite web|title=MapQuest map of The Bund|url=http://mapq.st/1C9QlaP|accessdate=7 April 2015}} 20. ^1 {{cite web|title=EvilTransform.cs|url=https://on4wp7.codeplex.com/SourceControl/changeset/view/21455#EvilTransform.cs|date=2 February 2013}} 21. ^1 2 {{cite web|author1=[https://www.linkedin.com/in/googollee Lee, Googol]|title=Transform coordinates between Earth (WGS-84) and Mars in China (GCJ-02)|url=https://github.com/googollee/eviltransform}} 22. ^{{cite web|title=China GPS offset problem|url=http://blog.snapdragon.cc/2013/07/17/china-gps-offset-problem/|website=SnapDragon Blog}} 23. ^{{cite web|title=MarsGeo|url=https://www.omniref.com/ruby/gems/mars_geo/0.0.1|publisher=Omniref|deadurl=yes|archiveurl=https://web.archive.org/web/20150416161655/https://www.omniref.com/ruby/gems/mars_geo/0.0.1|archivedate=16 April 2015|df=dmy-all}} 24. ^{{cite web|title=EvilTransform Ruby gem|url=https://rubygems.org/gems/evil_transform/versions/0.0.1}} 25. ^{{cite web|last1=FENG|first1=Zili|title=ChinaMapDeviation|url=https://github.com/maxime/ChinaMapDeviation/issues/1#issuecomment-89987212|archiveurl=https://web.archive.org/web/20150407111031/https://github.com/maxime/ChinaMapDeviation/issues/1|archivedate=7 April 2015|date=6 April 2015}} 26. ^{{cite web|last1=Guilbot|first1=Maxime|title=ChinaMapDeviation|url=https://github.com/maxime/ChinaMapDeviation|date=28 May 2013}} 27. ^{{cite web|last1=Wu|first1=Yongzheng|title=The Deviation of China Map as a Regression Problem|url=https://wuyongzheng.github.io/china-map-deviation/paper.html|website=GitHub Pages|accessdate=1 February 2016}} 28. ^{{cite web|url=http://developer.baidu.com/map/question.htm#qa0023 |title=Baidu LBS Open Platform FAQ |publisher=Baidu Developer |date= |accessdate=2016-12-19}} 29. ^1 {{cite web|title=坐标转换API|trans-title=Coordinate Conversion API|archive-url=https://archive.fo/20170328095201/http://developer.baidu.com/map/changeposition.htm|archive-date=2017-03-28|url=http://developer.baidu.com/map/changeposition.htm|website=developer.baidu.com/map|publisher=Baidu|language=zh}} 30. ^1 {{cite web|url=http://lbsyun.baidu.com/index.php?title=webapi/guide/changeposition|title=WEB 服务 API - 坐标转换服务 |publisher=百度地图开放平台|language=zh|date=2014-03-06|accessdate=2019-03-23}} 31. ^1 2 3 4 5 {{cite web|title=A package for geocoding, reverse geocoding and coordinate transformations between WGS-84, GCJ-02 and BD-09 coordinate systems|url=https://github.com/caijun/geoChina|date=15 February 2014}} 32. ^{{cite web|author1=bewantbe|title=make gcj2wgs_exact() much faster, by using fixed…|url=https://github.com/bewantbe/eviltransform/commit/86ae326|website=GitHub|accessdate=29 February 2016}} 33. ^1 {{cite web|language=zh|title=中国地图偏移算法|url=http://wenku.baidu.com/view/9a53e4edd5bbfd0a795673c6.html|archiveurl=https://gist.github.com/anonymous/e7c6f67555099180ce1ae8da4ba2c513|archivedate=2017-02-21}} 34. ^1 {{cite web|last1=Feng|first1=Zili|title=The government charges Chinese companies for the "shift correction" feature|url=https://github.com/maxime/ChinaMapDeviation/issues/1#issuecomment-90462107|date=7 April 2015}} 35. ^{{cite web|author1=Monument to the People's Heroes|authorlink1=Monument to the People's Heroes (Shanghai)|title=Nokia Here street map and satellite map both use GCJ-02 coordinates|url=https://www.here.com/?map=31.24427,121.48695,18|accessdate=8 April 2015}} 36. ^{{cite web|last1=Lee|first1=Mark|title=Apple Shares Google China Map Partner in Win for AutoNavi: Tech|url=https://www.bloomberg.com/news/articles/2012-07-05/apple-shares-google-china-map-partner-in-win-for-autonavi|publisher=Bloomberg|date=6 July 2012}} 37. ^{{cite web|author1=Monument to the People's Heroes|authorlink1=Monument to the People's Heroes (Shanghai)|title=Google China street map uses GCJ-02 coordinates|url=http://google.cn/maps/@31.2423,121.4914,20z|accessdate=8 April 2015}} 38. ^{{cite web|author1=Monument to the People's Heroes|authorlink1=Monument to the People's Heroes (Shanghai)|title=Google China satellite imagery uses GCJ-02 coordinates|url=http://google.cn/maps/@31.24228,121.49142,137m/data=!3m1!1e3|accessdate=8 April 2015}} 39. ^{{cite web|author1=Monument to the People's Heroes|authorlink1=Monument to the People's Heroes (Shanghai)|title=Google.com satellite imagery uses WGS-84 coordinates|url=https://www.google.com/maps/@31.2423,121.4914,267m/data=!3m1!1e3|accessdate=8 April 2015}} 40. ^{{cite web|title=Could you please correct the offset in China due to GCJ-02 coordinate?|url=https://productforums.google.com/forum/#!topic/earth/4PPOyz5YA8g|website=Google Earth|publisher=Google Product Forums|date=6 April 2014}} 41. ^{{cite web|title=OFFSET MAPPING ISSUE IN CHINA|url=https://productforums.google.com/d/msg/maps/zVmRao1Im3w/bvk-n_jgPvQJ|website=Google Product Forums|date=5 March 2012}} 42. ^{{cite web|title=ABCMaps application to fix the China GPS offset|url=https://productforums.google.com/d/msg/maps/4betfwupNjE/IEUe3x5oPpAJ|date=24 July 2010}} 43. ^{{cite web|last1=Pasden|first1=John|title=A More Complete iOS Solution to the China GPS Offset Problem|url=http://www.sinosplice.com/life/archives/2013/07/16/a-more-complete-ios-solution-to-the-china-gps-offset-problem|date=23 December 2014}} 44. ^{{cite web|last1=Wang|first1=Jian Shuo|title=All Maps in China are Transformed|url=http://home.wangjianshuo.com/archives/20081109_all_maps_in_china_are_transformed.htm|archiveurl=https://web.archive.org/web/20140116215242/http://home.wangjianshuo.com/archives/20081109_all_maps_in_china_are_transformed.htm|archivedate=16 January 2014}} 45. ^{{cite web|url=https://www.google.com.hk/maps/@22.5274336,114.0849645,14z |title=Google Maps near Hong Kong-Shenzhen border |publisher=Google Maps |date= |accessdate=2016-12-19}} 5 : Censorship in China|Internet censorship in China|Web mapping|Geographic coordinate systems|Geodesy |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。