mictracy Report post Posted April 27, 2012 in fusionMap, label info often overlaps each other, How do I solve this problem? for example, i set 'labelPos=right', markers in fusionMap are generated dynamically, sometimes,two markers placed on a horizontal line and closed each other .at this time,label info overlapping. how to solve? thanks in advance. Share this post Link to post Share on other sites
mictracy Report post Posted April 27, 2012 Eagerly look forward for your reply!!!!!!! Share this post Link to post Share on other sites
mictracy Report post Posted April 27, 2012 my code as follows: <application> <marker id='id1' shapeId='sh' label='speed is XX second' scale='0.8' labelPos='right' /> </application> Share this post Link to post Share on other sites
Sanjukta Report post Posted April 27, 2012 Hi, Could you please send us the complete XML along with map SWF name and the height and width of the map so that we might be able to test it? Awaiting your feedback. Share this post Link to post Share on other sites
mictracy Report post Posted April 28, 2012 Attached is my test code, there is a variable in testFusionMap.html, it is "dataXml", it's value is generated dynamically. open the file(testFusionMap.html) used by ie, you can see that there are two marker's label info overlapping. thank you very much for your reply! FusionMaps.js and FCMap_China2.swf are used in test file, the two files can not be uploaded, I don't know that you are convenient to find the two files? testFusionMap.html Share this post Link to post Share on other sites
Swarnam Report post Posted April 30, 2012 Hey, Since id='SH' and id='HangZ' are very close to each other. The label position are aligned to right. So, the values are overlapped. Please try setting labelPos to 'top' for marker id 'SH' and labelPos to 'bottom' for marker id 'HangZ' Hope this helps. Share this post Link to post Share on other sites