geotext被marker盖住,iclient8c javascript,
var geoText = new SuperMap.Geometry.GeoText(marker.attr.Longitude, marker.attr.Latitude, name);
var geotextFeature = new SuperMap.Feature.Vector(geoText);
labelLayer.addFeatures([geotextFeature]);
map.raiseLayer(labelLayer,100);
点击marker的时候顺便加了标签,也把标签图层调整到了最上面,图标比较密集的时候,标签会被其他图标遮盖了