Add panels.

This commit is contained in:
David Molineus
2015-01-08 16:27:55 +01:00
parent 685c9ae1d4
commit ff231c7fa0
8 changed files with 54 additions and 4 deletions

View File

@@ -166,6 +166,9 @@ L.Contao = L.Class.extend({
if (feature.properties) {
L.Util.setOptions(layer, feature.properties.options);
console.log(feature);
console.log(layer);
this.bindPopupFromFeature(layer, feature);
this.fire('feature:added', { feature: feature, layer: layer});