|
Map marker tooltip on hover now shows the element name.
Two complementary fixes:
1. ACE-GIS library (g-map-drawing-mixin.js): when rendering an
edited Point feature, set the google.maps.Marker title option
from feature.properties.title or .name. Brings the
editOrNewFeature path in line with GMapDataLayer.setData.
Fixes: Site edit page red pin.
2. UCMDB (AbstractAceElementEditComponent.java): default
getGMapMarkerDescription() now returns editedElement.getName()
via reflection instead of empty string.
Fixes: every element edit page inheriting the default initMap
(BTS, NodeB, EnodeB, GSM Cell, Router, Repeater, etc.).
|