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/02 08:40] tgwikiupdate [World Sized Text Style] |
map_suite_services_edition_styles_samples [2017/03/17 03:06] (current) tgwikiupdate |
||
---|---|---|---|
Line 501: | Line 501: | ||
---- | ---- | ||
<div sampleitem> | <div sampleitem> | ||
- | ==== Circle With Mask Label ==== | + | ==== Label Point with Circle Symbol and Mask Description ==== |
<div screenshot> | <div screenshot> | ||
- | {{wpfedition:codesamples:circkewithmasklable.png?300x180}} | + | {{wpfedition:codesamples:friendsnetwork.png?300x180}} |
</div> | </div> | ||
<div content> | <div content> | ||
<div download_viewsource_buttons> | <div download_viewsource_buttons> | ||
- | [[Source_Code_ServicesEditionSample_WorldSizedTextStyle_CS_090924.zip|View Source]] | + | [[Source_Code_WpfEditionSample_CircleWithMaskLable_CS_161102.zip|View Source]] |
- | {{filehistory:wpf_circlewithmasklable11022016:wpf_circlewithmasklable11022016.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> | ||
- | In our Discussion Forum, we have a user asking for how to label text at world coordinates. For example, how to display a label at a size of 50 kilometers? Now, you can find in this project a custom TextStyle called WorldSizedTextStyle that does that. Whether your map is in Meters, Feet or Decimal Degrees, you can have the labels displayed at the desired size in any real world distance unit such as kilometers, meters, miles, feet etc. | + | 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> | ||
- |