"전자지도 API 활용 예시"의 두 판 사이의 차이

DH 교육용 위키
이동: 둘러보기, 검색
(위키 문서에 삽입 예시)
(위키 문서에 삽입 예시)
48번째 줄: 48번째 줄:
  
 
==위키 문서에 삽입 예시==
 
==위키 문서에 삽입 예시==
 +
<pre>
 +
<html>
 +
<iframe width="100%" height="640px" style="border:0" src="http://dh.aks.ac.kr/~sandbox/cgi-bin/map/CesiumModelXml.py?xml=http://digerati.aks.ac.kr/DhLab/2022/102/workshop/tutor/sample3.xml"></iframe>
 +
<br/>
 +
<input type="button" value="전체화면" onclick="location.href='http://dh.aks.ac.kr/~sandbox/cgi-bin/map/CesiumModelXml.py?xml=http://digerati.aks.ac.kr/DhLab/2022/102/workshop/tutor/sample3.xml'">
 +
</html>
 +
</pre>
  
 
<html>
 
<html>

2023년 3월 2일 (목) 04:42 판

Data Source: Database

Cesium 3D Map

※ option: view 0~1000 / default 40

Kakao Map

※ option: zoom 15~1 / default 8

Naver Map

※ option: zoom 1~21 / default 12

Data Source: XML

Cesium 3D Map

※ option: view 0~1000 / default 40

Cesium 3D Map + 3D Model

※ option: view 0~1000 / default 40

Kakao Map

※ option: zoom 15~1 / default 8

Naver Map

※ option: zoom 1~21 / default 12

Data Source: KML

Google Map

Google Earth


위키 문서에 삽입 예시

<html>
<iframe width="100%" height="640px" style="border:0" src="http://dh.aks.ac.kr/~sandbox/cgi-bin/map/CesiumModelXml.py?xml=http://digerati.aks.ac.kr/DhLab/2022/102/workshop/tutor/sample3.xml"></iframe>
<br/>
<input type="button" value="전체화면" onclick="location.href='http://dh.aks.ac.kr/~sandbox/cgi-bin/map/CesiumModelXml.py?xml=http://digerati.aks.ac.kr/DhLab/2022/102/workshop/tutor/sample3.xml'"> 
</html>