Skip to content

Commit

Permalink
3.18 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Sep 14, 2016
1 parent 203928a commit 0512447
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The PMG template is also easily configurable. A complete list of features and en
3. Change the sharing host, found in options.js inside the config folder for the application, to the sharing URL for ArcGIS Online or Portal. For ArcGIS Online users, keep the default value of www.arcgis.com or specify the name of your organization.
- ArcGIS Online Example: `"sharingurl": location.protocol + "//" + “<your organization name>.maps.arcgis.com`
- Portal Example where `arcgis` is the name of the Web Adaptor: `"sharingurl": location.protocol + "//" + "webadaptor.domain.com/arcgis"`
4. If you are using Portal or a local install of the ArcGIS API for JavaScript, change all references to the ArcGIS API for JavaScript in index.html to refer to your local copy of the API. Search for the references containing `"//js.arcgis.com/3.17"` and replace this portion of the reference with the url to your local install.
4. If you are using Portal or a local install of the ArcGIS API for JavaScript, change all references to the ArcGIS API for JavaScript in index.html to refer to your local copy of the API. Search for the references containing `"//js.arcgis.com/3.18"` and replace this portion of the reference with the url to your local install.
- For example: `"//webadaptor.domain.com/arcgis/jsapi/jsapi"` where `arcgis` is the name of your Web Adaptor.
5. Copy a map or group ID from Portal/ArcGIS Online and replace the default web map ID in the application’s index.html page. You can now run the application on your web server or customize the application further.

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<meta property="og:site_name" content="esri" />
<!-- End Facebook -->
<!-- STYLESHEETS -->
<link rel="stylesheet" href="//js.arcgis.com/3.17/dijit/themes/claro/claro.css">
<link href="//js.arcgis.com/3.17/dojox/form/resources/Rating.css" rel="stylesheet" />
<link rel="stylesheet" href="//js.arcgis.com/3.18/dijit/themes/claro/claro.css">
<link href="//js.arcgis.com/3.18/dojox/form/resources/Rating.css" rel="stylesheet" />
<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="css/960.css" rel="stylesheet" type="text/css" />
<link href="css/common.css" rel="stylesheet" type="text/css" />
Expand Down Expand Up @@ -72,7 +72,7 @@ <h1 id="homeHeading"></h1>
<div id="footer"></div>
<!-- JAVASCRIPT -->
<script type="text/javascript" src="javascript/djConfig.js"></script>
<script type="text/javascript" src="//js.arcgis.com/3.17"></script>
<script type="text/javascript" src="//js.arcgis.com/3.18"></script>
<script type="text/javascript">
require(["application/home"], function (App) {
var myApp = App();
Expand Down
8 changes: 4 additions & 4 deletions map.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<meta property="og:site_name" content="esri" />
<!-- End Facebook -->
<!-- STYLESHEETS -->
<link rel="stylesheet" href="//js.arcgis.com/3.17/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="//js.arcgis.com/3.17/esri/css/esri.css">
<link href="//js.arcgis.com/3.17/dojox/form/resources/Rating.css" rel="stylesheet" />
<link rel="stylesheet" href="//js.arcgis.com/3.18/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="//js.arcgis.com/3.18/esri/css/esri.css">
<link href="//js.arcgis.com/3.18/dojox/form/resources/Rating.css" rel="stylesheet" />
<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="css/960.css" rel="stylesheet" type="text/css" />
<link href="css/common.css" rel="stylesheet" type="text/css" />
Expand Down Expand Up @@ -101,7 +101,7 @@ <h2 id="legendHeader"></h2>
<div id="footer"></div>
<!-- JAVASCRIPT -->
<script type="text/javascript" src="javascript/djConfig.js"></script>
<script type="text/javascript" src="//js.arcgis.com/3.17"></script>
<script type="text/javascript" src="//js.arcgis.com/3.18"></script>
<script type="text/javascript">
require(["application/map"], function (App) {
App();
Expand Down
8 changes: 4 additions & 4 deletions nls/de/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ define({
"itemTitle": "Karte anzeigen",
"gridSwitch": "Zur Tabellenansicht wechseln",
"listSwitch": "Zur Listenansicht wechseln",
"loadingText": "Karten&hellip; werden geladen"
"loadingText": "Karten werden geladen&hellip;"
},
"sortFields": {
"sortBy": "Sortieren nach",
Expand Down Expand Up @@ -93,9 +93,9 @@ define({
"ownerHeader": "Besitzer:",
"switchBasemap": "Grundkarte wechseln",
"getMobileApp": "Anwendung abrufen",
"constraintsHeading": "Use Constraints",
"createdLabel": "Created",
"noDescription": "No description.",
"constraintsHeading": "Nutzungsbeschränkungen",
"createdLabel": "Erstellt",
"noDescription": "Keine Beschreibung.",
"detailsLabel": "Details"
},
"filterItems": {
Expand Down
8 changes: 4 additions & 4 deletions nls/lv/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ define({
"noMapsFound": "Kartes netika atrastas."
},
"sidePanel": {
"title": "Leģenda",
"legendButton": "Leģenda",
"title": "Apzīmējumi",
"legendButton": "Apzīmējumi",
"layersButton": "Slāņi",
"legendButtonTitle": "Kartes leģenda",
"legendButtonTitle": "Kartes apzīmējumi",
"aboutButton": "Par",
"aboutButtonTitle": "Par Karti",
"message": "Nav operatīvo slāņu"
Expand Down Expand Up @@ -103,7 +103,7 @@ define({
"all": "Visi rezultāti",
"maps": "Kartes",
"layers": "Slāņi",
"applications": "Aplikācijas",
"applications": "Lietotnes",
"tools": "Rīki",
"files": "Faili"
},
Expand Down
2 changes: 1 addition & 1 deletion nls/zh-cn/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ define({
"itemInfo": {
"createdLabel": "已创建",
"ratingsLabel": "评级",
"ratingsLabelPlural": "次评级",
"ratingsLabelPlural": "评级",
"viewsLabel": "浏览",
"viewsLabelPlural": "次浏览",
"commentsLabel": "评论",
Expand Down

0 comments on commit 0512447

Please sign in to comment.