ThinkGeo.com    |     Documentation    |     Premium Support

Hide point if already exists

Hello, I have 2 well symbols drawing on a map (Top hole, bottom hole). The bottom hole is drawn first as it is important and the symbol changes. The top hole point is drawn last as it is always the same style.



I would like that when the top hole and bottom hole are the same point the top hole point is not visible. 



I am adding the top hole using a default point style how can I accomplish this?






case MapFeatureStyle.WellSymbolForSurfaceLocation:
                {
                    GeoFont surfaceGeoFont = new GeoFont(fontName, 12);
                    PointStyle surfacePointStyle = new PointStyle(surfaceGeoFont, 177, new GeoSolidBrush(GeoColor.StandardColors.Black));
                    defaultZoomLevel.DefaultPointStyle = surfacePointStyle;
                    break;
                }




Thanks in advance,

Hi Scott,



Thanks for your post, attached sample could show you a basic idea to achieve this functionality, would you please try it?

if you have any more question , please feel free to let us know.


Best Regards


Summer



Post11439.txt (2.5 KB)