지도파일 다운로드.txt 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. https://navermaps.github.io/maps.js.ncp/docs/tutorial-2-Getting-Started.html
  2. http://apis.map.daum.net/web/documentation/
  3. https://developers.google.com/maps/documentation/javascript/tutorial?hl=ko
  4. http://www.vworld.kr/dev/v4dv_opn2dmap2exam_s002.do?exaIde=EXAID_07000000000001&tabMenu=m1&searchKeyword=
  5. https://jsbin.com/kokohalago/1/edit?html,console,output
  6. http://jsbin.com/wutiqavubo/edit?html,output
  7. https://jsbin.com/favuvoyuda/edit?html,output
  8. https://gis.stackexchange.com/questions/34326/local-tiles-server-for-offline-access
  9. ==== 오픈스트리트맵에서 다운로드 및 좌표확인(다운로드 안됌)
  10. https://www.openstreetmap.org/export#map=10/36.9631/127.1036
  11. java -jar TileMapdownloader.jar
  12. https://a.tile.openstreetmap.org/$z/$x/$y.png
  13. 37.4454
  14. 126.0255 128.1816
  15. 36.4776
  16. 34.8118335
  17. 126.39002
  18. --openstreetmap
  19. EPSG:3857
  20. 12 ~ 18
  21. https://a.tile.openstreetmap.org/$z/$x/$y.png
  22. emap
  23. http://emapapi.ngii.go.kr:9082/proxy/proxyTile.jsp?apikey=04trYP9_xwLAfALjwZ-B8g&URL=http://210.117.198.62:8081/2015_map/korean_map_tile/L12/141/3824.png
  24. http://emapapi.ngii.go.kr:9082/proxy/proxyTile.jsp?apikey=04trYP9_xwLAfALjwZ-B8g&URL=http://210.117.198.62:8081/2015_map/korean_map_tile/L$z/$x/$y.png
  25. If you are using QGIS, you could utilise the OpenLayers plugin. Progams such as Mapertive can download tiles from OpenStreetMap, using the generate-tiles method.
  26. Other programs may be available for other sources. Mapertive exports the images into the 'Tiles' subfolder.
  27. Once you have the tiles downloaded, make a copy of one of the files in the qgis\python\plugins\openlayers_plugin\html folder, except modify the statement which creates a layer.
  28. In this example I am using MS Windows, and OpenStreetMap. I would replace
  29. var osm = new OpenLayers.Layer.OSM(
  30. "OpenStreetMap",
  31. "http://tile.openstreetmap.org/${z}/${x}/${y}.png",
  32. with:
  33. var osm = new OpenLayers.Layer.OSM(
  34. "OpenStreetMap",
  35. "C:/Path-to/Maperitive-latest/Maperitive/Tiles/${z}/${x}/${y}.png",
  36. I saved this file as qgis\python\plugins\openlayers_plugin\html\osm_local.html
  37. Last thing to do is modify the openlayers_plugin.py file, by registering the new html file.
  38. # Layers
  39. self.olLayerTypeRegistry = OlLayerTypeRegistry()
  40. # Add this
  41. self.olLayerTypeRegistry.add( OlLayerType(self, 'OpenStreetMap (Cache)', 'osm_icon.png', 'osm_local.html', True) )
  42. vworld
  43. 1~19 (11 ~ 18)
  44. --배경
  45. --http://xdworld.vworld.kr:8080/2d/Base/service/16/56009/25820.png
  46. --http://xdworld.vworld.kr:8080/2d/Base/service/$z/$x/$y.png
  47. --국가공간정보포털지도(http://www.nsdi.go.kr/lxmap/index.do#)
  48. http://xdworld.vworld.kr:8080/2d/Base/201802/13/6969/3253.png
  49. http://xdworld.vworld.kr:8080/2d/Base/201802/13/6969/3253.png
  50. --위성영상(JPEG)
  51. http://xdworld.vworld.kr:8080/2d/Satellite/service/16/56007/25818.jpeg
  52. http://xdworld.vworld.kr:8080/2d/Satellite/service/$z/$x/$y.jpeg
  53. --국가공간정보포털지도(http://www.nsdi.go.kr/lxmap/index.do#)
  54. http://xdworld.vworld.kr:8080/2d/Satellite/201710/13/6973/3254.jpeg
  55. http://xdworld.vworld.kr:8080/2d/Satellite/201710/$z/$x/$y.jpeg
  56. --야간영상
  57. http://xdworld.vworld.kr:8080/2d/midnight/service/16/56006/25821.png
  58. http://xdworld.vworld.kr:8080/2d/midnight/service/$z/$x/$y.png
  59. --국가공간정보포털지도(http://www.nsdi.go.kr/lxmap/index.do#)
  60. http://xdworld.vworld.kr:8080/2d/midnight/201802/13/6971/3247.png
  61. http://xdworld.vworld.kr:8080/2d/midnight/201802/$z/$x/$y.png
  62. --회색
  63. http://xdworld.vworld.kr:8080/2d/gray/service/16/56004/25821.png
  64. http://xdworld.vworld.kr:8080/2d/gray/service/16/$z/$x/$y.png
  65. --하이브리드
  66. http://xdworld.vworld.kr:8080/2d/Hybrid/service/17/111553/52015.png
  67. http://xdworld.vworld.kr:8080/2d/Hybrid/service/$z/$x/$y.png
  68. --국가공간정보포털지도(http://www.nsdi.go.kr/lxmap/index.do#)
  69. http://xdworld.vworld.kr:8080/2d/Hybrid/201802/13/6976/3249.png
  70. http://xdworld.vworld.kr:8080/2d/Hybrid/201802/$z/$x/$y.png
  71. http://xdworld.vworld.kr:8080/2d/Hybrid/service/17/111553/52015.png
  72. -바로e
  73. http://map.ngii.go.kr/proxys/proxy/proxyTile.jsp?apikey=150A8F831E4066BBD380163949FAAA0B&URL=http://210.117.198.62:8081/2015_map/korean_map_tile/L13/283/7592.png
  74. https://github.com/Microsoft/Windows-classic-samples/tree/master/Samples/Win7Samples/multimedia/mediafoundation/VideoThumbnail
  75. 638973
  76. //지도 URL
  77. normal = url: 'http://xdworld.vworld.kr:8080/2d/Base/service/{z}/{x}/{y}.png'
  78. satellite = url: 'http://xdworld.vworld.kr:8080/2d/Satellite/service/{z}/{x}/{y}.jpeg'
  79. hybrid = url: 'http://xdworld.vworld.kr:8080/2d/Hybrid/service/{z}/{x}/{y}.png'