My symbology is not displaying in my legend.
Here is an excerpt of the Legend code:
app.legend = new Legend({
map: app.map,
layerInfos: [{
title: app.supportLayer.name,
layer: app.supportLayer
}, {
title: app.signLayer.name,
layer: app.signLayer
}]
}, "legend");
app.legend.startup();
// TODO: other widgets, etAnd my full code sample can be found at:
csergent45/streetSigns at 1e5ccad65dbcdb7c427a2d248dd98a3d8a48e532 · GitHub
This code is in the app folder with the name: main.js