Skip to content

Commit

Permalink
Update to version 3.20, share dialog updates and support for shared t…
Browse files Browse the repository at this point in the history
…heming
  • Loading branch information
kellyhutchins committed Mar 31, 2017
1 parent 9c80a8d commit 88bed85
Show file tree
Hide file tree
Showing 58 changed files with 3,972 additions and 3,208 deletions.
13 changes: 6 additions & 7 deletions config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define({
//Default configuration settings for the application. This is where you'll define things like a bing maps key,
//default web map, default app color theme and more. These values can be overwritten by template configuration settings and url parameters.
"appid": "", //"73909e939be34d2b931f0765ba3bf4a6",
"webmap": "f5b13dbed07c46cdb783cf361833aa6b",
"webmap": "14ab61d83557477daac4e36fae8c992e",
"oauthappid": null, //"AFTKRmv16wj14N3z",
//Group templates must support a group url parameter. This will contain the id of the group.
//group: "",
Expand All @@ -28,7 +28,7 @@ define({
"proxyurl": "",
"bingKey": "", //Enter the url to your organizations bing maps key if you want to use bing basemaps
//Defaults to arcgis.com. Set this value to your portal or organization host name.
"sharinghost": location.protocol + "//" + "www.arcgis.com",
"sharinghost": "www.arcgis.com",
// Define alt text for the map that can be read by screen readers
"altMapText": null, // by default we'll read the web map snippet
// Set splashModal to display a splash screen when the app loads
Expand All @@ -49,6 +49,7 @@ define({
//Theme defines the background color of the title area and tool dialog
//Color defines the text color for the title and details. Note that
//both these values must be specified as hex colors.
"customLayout": "default", // default, sidetools, menubar
"theme": "#105e78",
"color": "#fff",
"iconColor": "#fff",
Expand Down Expand Up @@ -90,7 +91,8 @@ define({
"enabled": true
}, {
"name": "share",
"enabled": true
"enabled": true,
"embed": false
}],
//Set the active tool on the toolbar.
//Set to "" to display no tools at startup
Expand Down Expand Up @@ -130,8 +132,5 @@ define({
"center": null,
"markerSymbol": "./images/EsriBluePinCircle26.png",
"markerSymbolWidth": 26,
"markerSymbolHeight": 26,
//Replace these with your own bitly key
"bitlyLogin": "",
"bitlyKey": ""
"markerSymbolHeight": 26
});
4 changes: 2 additions & 2 deletions config/templateConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ define({
//if you want users to be able to specify lat/lon coordinates that define the map's center or
//specify an alternate basemap via a url parameter.
"urlItems": [
"color", "extent", "center", "level", "marker", "feature", "find", "sharedTheme", "sharedThemeItem"
"color", "extent", "center", "level", "marker", "feature", "find", "sharedTheme", "sharedThemeItem", "sharinghost","overwritesharing", "tool_share_embed", "customLayout"
],
// For esri hosted environments only. Will automatically create a sharingurl and proxyurl for the application.
esriEnvironment: false
esriEnvironment: true
});
Loading

0 comments on commit 88bed85

Please sign in to comment.