Skip to content

Instantly share code, notes, and snippets.

@erick-otenyo
Created May 30, 2019 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erick-otenyo/7bcba5bf5a679b3ec751777aa660af2b to your computer and use it in GitHub Desktop.
Save erick-otenyo/7bcba5bf5a679b3ec751777aa660af2b to your computer and use it in GitHub Desktop.
{
/* Names of init files (in wwwroot/init), without the .json extension, to load by default */
"initializationUrls": ["icpac"],
"parameters": {
"googleUrlShortenerKey": null,
"googleAnalyticsKey": null,
"googleAnalyticsOptions": null,
/* Text that appears at the bottom of the map */
"disclaimer": {
"text": "",
"url": ""
},
/*
// Text that will be added to any pages printed from your site.
printDisclaimer:{
text:"Put your print disclaimer here.",
url: "#"
},
*/
// Pop-up disclaimer that will be shown at the start
// The text of the disclaimer is in lib/Views/GlobalDisclaimer.html
// globalDisclaimer: {
// confirmationRequired: false,
// buttonTitle: "I agree",
// title: "Disclaimer",
// // If the current browser location is not prod, or is dev, then show a "not the real site" warning.
// // The text of that is in lib/Views/DevelopmentDisclaimerPreamble.html
// //prodHostRegex: "gov.\\.au$",
// //devHostRegex: "\\b(staging|preview|test|dev)\\.",
// enableOnLocalhost: true // If false, don't show this when running on localhost
// },
/*
developerAttribution: {
text: "Your organisation",
link: "http://www.example.com"
},*/
// This is used in various text messages. You should also set <title> in index.html
"appName": "ICPAC Mapper",
// See comments in lib/Views/global.scss for further information about customising colors, logos, fonts etc.
"brandBarElements": [
"",
"<a target=\"_blank\" href=\"http://icpac.net\"><img src=\"images/icpac-mapper-logo.png\" height=\"52\" title=\"Version: {{version}}\" /></a>",
""
],
// Shown when things go wrong.
"supportEmail": "help@icpac.net",
// You probably shouldn't change this.
"proj4ServiceBaseUrl": "proj4def/",
// Or this
"feedbackUrl": "feedback",
// Default mobile viewer mode when loading the map for the first time on mobile platforms.
// Options are: "3DTerrain", "3DSmooth", "2D"
"mobileDefaultViewerMode": "2d",
// Enable experimental features, since its nice to have the bleeding edge.
// Disable it if things go wrong with the experimental features or your users aren't robust to features which might change or disapear completly.
"experimentalFeatures": true,
"tabbedCatalog": true,
"useCesiumIonBingImagery": false,
"bingMapsKey": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment