Maps
- 해당 메뉴얼은 본 위키에 설치된 미디어위키 익스텐션 중 Maps(버전 5.6)를 중심으로 작성되었습니다.
좌표 구하기
- Google Map 사용 시 구글맵에서 위경도 좌표 구하기
- 위경도 좌표를 구하고자 하는 장소 검색
- 구글 맵상 표시된 마커 위에서 우클릭 후 "이곳이 궁금한가요?" 클릭 → 화면 아래에 표시된 인포박스 내 위경도 좌표 복사
- 또는, 구글 맵상 표시된 마커 위에서 우클릭 후 위경도 좌표를 클릭하면 좌표값이 클립보드에 복사됨.
- Leaflet 사용 시 오픈스트리트맵에서 좌표 구하기
- 위경도 좌표를 구하고자 하는 장소를 검색
- 정확한 위경도 좌표를 구하고자 하는 지점에서 우클릭 후 "주소 보기" 클릭
- 왼쪽 창에 표시된 위경도 좌표 복사
기본
The above Maps uses Leaflet rather than Google Maps. This is because by default Maps uses Leaflet. To use Google Maps instead of Leaflet, add service=google as shown below.
Location~Popup title~Popup text~File:CustomIcon~Group~Inline label~File:VisitedIcon
Location: the location where to display the marker. Both coordinates and addresses are supported
Popup title and Popup text: optional content for a popup shown when the marker is clicked. No popup is shown if both are empty
File:CustomIcon: optional name of an image to display instead of the default marker
Group:
Inline label: optional label shown next to the marker. Currently only shown when using Google Maps
File:VisitedIcon: optional name of an image to display as marker when the marker is clicked
Example:
| 입력 내용 | 결과 |
|---|---|
{{#display_map:
37.566330641551055, 126.93721462868078~연세대학교 외솔관~정문에서 너무 멀어요;
37.565109881272754, 126.93433208452122~연세대학교 삼성관~버블티 맛집;
|width=100%
|height=360px
|center=
|service=google
}}
|
지도를 불러오는 중...
|
{{#display_map:
37.56637,126.93698~[https://libart.yonsei.ac.kr/libart/intro/buildings.do 연세대학교 외솔관]~정문에서 너무 멀어요;
37.56494, 126.93435~연세대학교 삼성관~버블티 맛집
* 딸기버블티
* 흑당버블티;
|width=100%
|height=360px
|center=
|service=
}}
|
지도를 불러오는 중...
|