This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta | |
name="viewport" | |
content="initial-scale=1, maximum-scale=1,user-scalable=no" | |
/> | |
<title>BasemapLayerList widget</title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 8, | |
"name": "My Style", | |
"sources": { | |
"cyberjapan": { | |
"type": "vector", | |
"tiles": [ | |
"https://cyberjapandata.gsi.go.jp/xyz/experimental_bvmap/{z}/{x}/{y}.pbf" | |
], | |
"attribution": "国土地理院ベクトルタイル提供実験" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require([ | |
"esri/WebMap", | |
"esri/views/MapView", | |
"dojo/domReady!" | |
], function(WebMap, MapView) { | |
var map = new WebMap({ | |
portalItem: { | |
id: "33b1033fe2d5415482f8d72d939978ec" // Web マップのアイテム ID を指定 | |
} | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"> | |
<title>three.js renderer</title> | |
<link rel="stylesheet" href="https://js.arcgis.com/4.5/esri/css/main.css"> | |
<script src="https://js.arcgis.com/4.5/"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r79/three.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/> | |
<title>Web マップの表示-レンダラーの設定</title> | |
<link rel="stylesheet" href="http://js.arcgis.com/3.20/esri/css/esri.css"> | |
<style> | |
html, body, #mapDiv { | |
height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/> | |
<title>Web マップの表示-レイヤーの更新</title> | |
<link rel="stylesheet" href="http://js.arcgis.com/3.20/esri/css/esri.css"> | |
<style> | |
html, body, #mapDiv { | |
height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/> | |
<title>Web マップの表示</title> | |
<link rel="stylesheet" href="http://js.arcgis.com/3.20/esri/css/esri.css"> | |
<style> | |
html, body, #mapDiv { | |
height: 100%; |