ThinkGeo.com    |     Documentation    |     Premium Support

Can we change diraction of custom popups?

Hi,


      I am using custom popups for markers.But what happens popup opens on my marker image.Because of this i am not able to see my marker image.


Is it possible to set popup direction and its position related to marker? (like upper left,upper top).So image is remain visible.


I try Popup offsetXinPixels,offsetYinPixels properties but it doesnt work.


This is my code:


vehicleMarker = new Marker();

mainMap.MarkerOverlay.Markers.Add(vehicleMarker);

vehicleMarker.Position = pnt;

vehicleMarker.WebImage = markerImage; (My image which is 71 x 71)

vehicleMarker.Popup.ContentHtml = contentHtml.ToString();

vehicleMarker.Popup.AutoSize = true;

vehicleMarker.Popup.OffsetXInPixels = 24;

vehicleMarker.Popup.OffsetYInPixels = 24;


I thik it happens because my image is big, but not sure.Can you help me in this issue? Waiting for your reply.


Thanks.


 


 



Hi Badal, 
  
 Thanks for reporting the problem, which is a bug coming from the OpenLayers’ breaking change from 2.8 to 2.10. Now it has been fixed and two properties can take effect. Please get the temporary version 4.5.47.0 or higher, which is still in processing and maybe available after several hours. 
  
 Thanks, 
 Johnny 


Hi,  
  
 how can i display Cumstom pushpins on Thinkgeo map?

Hi Govind, 
  
 Do you means you want to add some popup with different shape? 
  
 Regards, 
  
 Don