Q&A - Question Allocator on but only for the current layer Question ScoL asked on September 01, 2020, keyword: Developer Kernel We have a problem with symbol labels not showing at certain zoom levels because of the density of geos beneath them. We want to always see the symbol label no matter how busy the map is below it. But if there are multiple symbols, we still want the allocator to prevent overlapping labels. So we want the allocator on for the current layer, but we want the label allocator to act like it is off as compared to any other layers on the map. Is there a way or setting to do this? Thanks. Answers Tomasz Kosinski (TatukGIS) replied September 01, 2020 Hi, There is no direct way to achive this other then writing private allocator code. Maybe this will help a bit: Add your layer as a first one (if it is not possible due torendering logic, add it twice - first one only for lableing purposes Call Viewel.LabelsReg.Reset after drawing such layer Pseodo code: mylayer.PantLayerEvent = myPaintLayer ; ... void myPaintLayer( _sender, _layer ) { _layer.Draw; _layer.Viewer.LabelsReg.Reset() ; } If you would like to answer the question please Sign In. * * Stay signed in on this computer Please review our recent Privacy Policy.If you have any questions or requests, please contact us. Forgotten password Rules The Questions and Answers (Q & A) is intended to provide a means of communication between TatukGIS customers. Licensed users (with active maintenance play) of TatukGIS products may contribute to the Q & A content. Read-only access is available to anyone. Keep the content positive and professional. Be courteous to others by posting information when a question or issue asked on the Q & A is answered or resolved by other means (such as with help from TatukGIS technical support). Offer others at least a hint how the posted question was answered or the issue was resolved. The Q & A is not a replacement for TatukGIS technical support. TatukGIS team may or may not regularly follow or contribute content.