Skip to content

Instantly share code, notes, and snippets.

@kcarrier
Created August 21, 2014 17:44
Show Gist options
  • Save kcarrier/c51041789c8c799b1b7f to your computer and use it in GitHub Desktop.
Save kcarrier/c51041789c8c799b1b7f to your computer and use it in GitHub Desktop.
// original code from repo
identify: {
include: true,
id: 'identify',
type: 'titlePane',
path: 'gis/dijit/Identify',
title: 'Identify',
open: false,
position: 3,
options: 'config/identify'
},
//custom code from my viewer.js
},
identify: {
include: true,
id: 'identify',
type: 'invisible',
path: 'gis/dijit/Identify',
title: 'Identify',
open: false,
//position: 3,
options: 'config/identify'
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment