Skip to content

Commit

Permalink
New sample and 4.5 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyhutchins committed Oct 3, 2017
1 parent 4c9f25c commit 8e73b95
Show file tree
Hide file tree
Showing 92 changed files with 26,248 additions and 210 deletions.
6 changes: 3 additions & 3 deletions ArcadeExpression/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Reference Arcade expressions in PopupTemplate - 4.4</title>
<link rel="stylesheet" href="https://js.arcgis.com/4.4/esri/css/main.css">
<title>Reference Arcade expressions in PopupTemplate - 4.5</title>
<link rel="stylesheet" href="https://js.arcgis.com/4.5/esri/css/main.css">
<link rel="stylesheet" href="css/main.css">
<script>
var locationPath = location.pathname.replace(/\/[^\/]+$/, "");
Expand All @@ -17,7 +17,7 @@
}]
}
</script>
<script src="https://js.arcgis.com/4.4"></script>
<script src="https://js.arcgis.com/4.5"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions ArcadeExpression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/arcgis-js-api": "^4.4.0"

}
}
}
6 changes: 3 additions & 3 deletions ClientSidePixelFilter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ImageryLayer - client side pixel filter - 4.4</title>
<link rel="stylesheet" href="https://js.arcgis.com/4.4/esri/css/main.css">
<title>ImageryLayer - client side pixel filter - 4.5</title>
<link rel="stylesheet" href="https://js.arcgis.com/4.5/esri/css/main.css">
<link rel="stylesheet" href="css/main.css">
<script>
var locationPath = location.pathname.replace(/\/[^\/]+$/, "");
Expand All @@ -17,7 +17,7 @@
}]
}
</script>
<script src="https://js.arcgis.com/4.4"></script>
<script src="https://js.arcgis.com/4.5"></script>
</head>

<body>
Expand Down
5 changes: 3 additions & 2 deletions ClientSidePixelFilter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/arcgis-js-api": "^4.4.0"
"dependencies": {},
"devDependencies": {
"@types/arcgis-js-api": "^4.5.0"
}
}
6 changes: 3 additions & 3 deletions ColoringOptionsTextured/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Coloring options for textured buildings - 4.4</title>
<link rel="stylesheet" href="https://js.arcgis.com/4.4/esri/css/main.css">
<title>Coloring options for textured buildings - 4.5</title>
<link rel="stylesheet" href="https://js.arcgis.com/4.5/esri/css/main.css">
<link rel="stylesheet" href="css/main.css">
<script>
var locationPath = location.pathname.replace(/\/[^\/]+$/, "");
Expand All @@ -17,7 +17,7 @@
}]
}
</script>
<script src="https://js.arcgis.com/4.4"></script>
<script src="https://js.arcgis.com/4.5"></script>
</head>

<body>
Expand Down
5 changes: 3 additions & 2 deletions ColoringOptionsTextured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/arcgis-js-api": "^4.4.0"
"dependencies": {},
"devDependencies": {
"@types/arcgis-js-api": "^4.5.0"
}
}
164 changes: 164 additions & 0 deletions CompositeViews/app/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions CompositeViews/app/main.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8e73b95

Please sign in to comment.