This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_services_edition_styles_samples [2016/11/10 12:52] tgwikiupdate [PointStyle For Friends' Network Sample] |
map_suite_services_edition_styles_samples [2017/03/17 03:06] (current) tgwikiupdate |
||
---|---|---|---|
Line 501: | Line 501: | ||
---- | ---- | ||
<div sampleitem> | <div sampleitem> | ||
- | ==== PointStyle For Friends' Network Sample ==== | + | ==== Label Point with Circle Symbol and Mask Description ==== |
<div screenshot> | <div screenshot> | ||
{{wpfedition:codesamples:friendsnetwork.png?300x180}} | {{wpfedition:codesamples:friendsnetwork.png?300x180}} | ||
Line 507: | Line 507: | ||
<div content> | <div content> | ||
<div download_viewsource_buttons> | <div download_viewsource_buttons> | ||
- | [[Source_Code_WpfEditionSample_PointStyle_For_Friends' Network_CS_161110.zip|View Source]] | + | [[Source_Code_WpfEditionSample_CircleWithMaskLable_CS_161102.zip|View Source]] |
- | {{filehistory:wpf_friendsnetworksample11102016.zip|C# Download}} | + | {{filehistory:wpf_circlewithmasklable11022016.zip|C# Download}} |
</div> | </div> | ||
<div sample_otherlinks> | <div sample_otherlinks> | ||
Line 515: | Line 515: | ||
[[Map Suite Samples Alternate Languages | Need it in another language?]] | [[Map Suite Samples Alternate Languages | Need it in another language?]] | ||
</div> | </div> | ||
- | Are you looking for a sample on how to plot the points with different symbols to make sure it stand out or just identify different features width different symbols on the map? For example, you want to plot friends’ network on facebook with a map using their geo locations, putting the user at hisr location, plots all other friends around it, joins them using a line. The distance of the line is the distance between current maker and the friend’s marker. | + | In this WPF project we show how you can create a friends network using a point with a circle symbol. It’s a combination of PointStyle and TextStyle, including a description with a mask that keeps the labels in the same layer. |
+ | It was originally required by a customer at http://community.thinkgeo.com/t/label-on-a-circle-with-lot-of-points/8193/6, it’s a solution with many applications. | ||
</div> | </div> | ||
</div> | </div> | ||
- |