Hallo,
ich wollte mir eine ID per
alert(feature.properties.plaqueid);
anzeigen lassen - als Zugriffstest - bekomme in der Firefox-Fehlerkonsole immer
"Fehler: plaqueid is not defined .../example3.js Zeile: 194"
gemeldet.
Per strg+shift+k lasse ich mir in Firefox die Konsolendaten anzeigen aus
console.log(layers); Dort stehen dann gut 5 engbeschriebene Seiten, wo irgendwo auch
"...
_closeButton:({}), _wrapper:({}), _contentNode:({}), _tipContainer:({}), _tip:({}), _containerWidth:162, _containerBottom:5, _containerLeft:-81}, feature:{type:"Feature", geometry:{type:"Point", coordinates:[-0.3488268, 53.7486915]}, properties:{plaqueid:"7821", plaquedesc:"
Volunteer Fire Brigade7821", colour:"blue", imageid:"op7821.jpg"}}, defaultOptions:{}, _leaflet_id:97, _map:{}, _icon:({}), dragging:{_marker:{}, _initHooksCalled:true, _enabled:true, _draggable:{_element:({}), _dragStartTarget:({}), _initHooksCalled:true, _leaflet_events:{dragstart_idx:{99:[{action:(function () {this._marker.closePopup().fire("movestart").fire("dragstart");}), context:{}}]}, dragstart_idx_len:1, drag_idx:{99:[{action:(function () {var t = this._marker, e = t._shadow, i = o.DomUtil.getPosition(t._icon), n = t._map.layerPointToLatLng(i);e && o.DomUtil.setPosition(e, i), t._latlng = n, t.fire("move", {latlng: n}).fire("drag");}), context:{}}]},
..."
mit entsprechend plaqueid:"7821" zu finden ist.
Gibts irgendein tool, das einem das Finden des richtigen "Pfades" erleichtert?
Dank schon mal & Gruß