Skip to content

Commit

Permalink
Dang2: it's name, not title
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wygoda committed Mar 1, 2012
1 parent 467ff6d commit d425698
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -129,7 +129,7 @@ $.extend(true, Mapbender, { layer: {
} }


if(layer.queryable === true) { if(layer.queryable === true) {
queryLayers.push(layer.title); queryLayers.push(layer.name);
} }


def.configuration.layers.push({ def.configuration.layers.push({
Expand Down

0 comments on commit d425698

Please sign in to comment.