Jens Weber

Results 2 comments of Jens Weber

I found a quite hacky solution by myself: I use a lookup table in the controller to find the marker object by my internal id: ``` didCreateLayer:function(){ this._updateLayerOnIconChange(); this.get('controller').id2leaflet_id[this.content.id] =...

You can try it out without any modifications. contenttypes.yaml: ``` homepage: name: Homepage singular_name: Homepage fields: title: type: text class: large group: content localize: true label: Title postfix: | The...