찾기
내용으로 건너뛰기
추적
•
quicklook
•
mono
•
ssl_on_ubuntu
•
flashforge_adventurer_3
•
zbrushcore
문서의 이전 판을 선택했습니다!
저장하면 이 자료로 새 판을 만듭니다.
미디어 파일
====== Leafletjs ====== http://leafletjs.com/ An Open-Source JavaScript Library for Mobile-Friendly Interactive Maps * [[http://www.gisdeveloper.co.kr/entry/Leaflet-%EA%B0%95%EC%A2%8C-%E3%85%A1-1-%EB%B0%B0%EA%B2%BD%EC%A7%80%EB%8F%84%EB%A1%9C-%ED%83%80%EC%9D%BC%EB%A7%B5-%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0|강좌1]] * [[http://www.gisdeveloper.co.kr/entry/Leaflet-%EA%B0%95%EC%A2%8C-%E3%85%A1-2-%EA%B7%B8%EB%9E%98%ED%94%BD-%EA%B0%9D%EC%B2%B4%EB%A5%BC-%EC%A7%80%EB%8F%84%EC%97%90-%EC%98%AC%EB%A6%AC%EA%B8%B0|강좌2]] * [[http://www.gisdeveloper.co.kr/entry/Leaflet-%EA%B0%95%EC%A2%8C-%E3%85%A1-3-%EC%A7%80%EB%8F%84%EC%97%90-%ED%8C%9D%EC%97%85Popup-%ED%91%9C%EC%8B%9C%ED%95%98%EA%B8%B0|강좌3]] http://www.osgeo.org =====예제===== ====타일맵==== <file html> <html> <head> <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" /> <script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script> <style> #map { height: 360px; } </style> <script language="javascript"> function onLoAd() { var map = L.map('map'); L.tileLayer('http://f4map.vaslor.net/files/maps/f4/{z}/{x}/{y}.png?', { maxZoom: 6, minZoom: 2, continuousWorld: false, noWrap:true, tms:true, attribution: '<a href="http://openwiki.kr/tech/leafletjs">test</a>', id: 'test' } ).addTo(map); map.setView([-55,-80], 2); } </script> </head> <body onLoad="onLoAd()"> <div id="map"></div> </body> </html> </file> ====단일이미지==== 출처: http://kempe.net/blog/2014/06/14/leaflet-pan-zoom-image.html <file html> <html> <head> <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" /> <script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script> <style> #map { height: 360px; width:300px; } </style> <script language="javascript"> function onLoAd() { // create the slippy map var map = L.map('map', { minZoom: 1, maxZoom: 4, center: [0, 0], zoom: 1, crs: L.CRS.Simple }); // dimensions of the image var w = 4158, h = 4155, url = './fallout-4-map.png'; // calculate the edges of the image, in coordinate space var southWest = map.unproject([0, h], map.getMaxZoom()-1); var northEast = map.unproject([w, 0], map.getMaxZoom()-1); var bounds = new L.LatLngBounds(southWest, northEast); // add the image overlay, // so that it covers the entire map L.imageOverlay(url, bounds).addTo(map); // tell leaflet that the map is exactly as big as the image map.setMaxBounds(bounds); } </script> </head> <body onLoad="onLoAd()"> <div id="map"></div> </body> </html> </file> {{tag>leafletjs 오픈소스 지도}}
2+1?
이 필드는 비어 있도록 유지하세요:
저장
미리 보기
취소
편집 요약
참고: 이 문서를 편집하면 내용은 다음 라이선스에 따라 배포하는 데 동의하는 것으로 간주합니다:
CC Attribution-Noncommercial-Share Alike 4.0 International
문서 도구
문서 보기
이전 판
연결문서
맨 위로
다크 모드로 보기
☀️
Toggle Menu
기술
너두 고쳐두 됩니다.
사이트 도구
최근 바뀜
미디어 관리자
사이트맵
사용자 도구
등록
로긴
최근 수정된 문서
blood_of_the_daedra
clavicus_vile_quest
[움브라의 검]
mazoga_the_orc_quest
만듦
seeking_your_roots
[뿌리찾기 (Seeking Your Roots)]
i2c
arduino
[1306 i2c]
임신과_치과치료
[임신과 치과치료]
유산_사산_휴가_기간
[유산/사산 후 근로기준법 상 휴가기간]
오디오
[휴대기기]
대마초
glycemic_index
[설탕을 피하고, GI수치 60이하의 식품을 먹는다]
reactive_hypoglycemia
[🚫 예방법]
low_insulin_diet
[혈당지수(GI) 낮은 음식을 선택할 것]
vaermina_quest
black_soul_gem
tes4
↷ 링크가 이동 작업으로 인해 적응했습니다
black_soul_gem_oblivion
↷ 문서 이름이 game:tes4:black_soul_gem_oblivion에서 game:tes4:black_soul_gem(으)로 바뀌었습니다