Skip to content

Instantly share code, notes, and snippets.

@kcarrier
Created November 9, 2015 18:29
Show Gist options
  • Save kcarrier/c0e011b97395f9abea8f to your computer and use it in GitHub Desktop.
Save kcarrier/c0e011b97395f9abea8f to your computer and use it in GitHub Desktop.
type: 'dynamic',
url: 'http://www.croppermap.com/arcgisunsecure/rest/services/Charleston/Charleston_ES_Plan_2015_Basemap_Tiled_130717/MapServer',
title: 'Elementary Schools',
noLegend: true,
collapsed: true,
options: {
id: 'elementaryschools',
opacity: 1,
visible: true,
imageParameters: imageParameters
},
identifyLayerInfos: {
exclude: true //layerIds: [5, 6, 7, 8, 9, 10, 11, 12]
},
layerControlLayerInfos: {
sublayers: false
}
},
@kcarrier
Copy link
Author

kcarrier commented Nov 9, 2015

            layerControlLayerInfos: {
                sublayers: false,
                noLegend: true
            }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment