ThinkGeo.com    |     Documentation    |     Premium Support

Marker Overlay PointStyle

Hi,
I am trying to make one InMemoryMarkerOverlay with PointStyle(PointSymbolType.Circle) and Font.
But i think it’s taking only Image(Web image).

Please conclude it’s only taking Image or we can set PointStyle with Font.

Thanks,
Riyaz

Hi Riyaz,

The InMemoryMarkerOverlay only support image as PointMarkerStyle.

Regards,

Ethan

Hi Ethan,
Thanks for your reply.
In InMemoryMarkerOverlay, if we not set any style also it’s taking one default image. Can we invisible that image.

I am taking one InMemoryMarkerOverlay with features but no need to display those features. So i am not setting any style, even though default image enable. Is it poosible to invisible it.

I want to do only PopUp and ContextMenu on those features.

Note : Displaying those features i am already using InMemoryFeatureLayer.

Thanks,
Riyaz

Hi Riyaz,

If you disable the image, I think you cannot click it to see the popup.

Maybe you can put a very small image there, or you can try to add and manage the popup yourself for example: “new CloudPopup” when you click on map.

Regards,

Ethan