This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_wpf_desktop_edition_layers_featuresources_samples [2015/12/18 02:24] tgwikiupdate |
map_suite_wpf_desktop_edition_layers_featuresources_samples [2017/03/17 02:12] (current) tgwikiupdate |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Map Suite Wpf Desktop Edition Layers & FeatureSources Samples ====== | ====== Map Suite Wpf Desktop Edition Layers & FeatureSources Samples ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
+ | <div sampleitem> | ||
+ | ==== Raster Image Color Replacement ==== | ||
+ | <div screenshot> | ||
+ | {{wpfedition:map_suite_wpf_desktop_editon_colorreplacement.png?300x180}} | ||
+ | </div> | ||
+ | <div content> | ||
+ | <div download_viewsource_buttons> | ||
+ | [[Source_Code_WpfDesktopEditionSample_ColorReplacement.zip|View Source]] | ||
+ | {{wpfedition:wpfdesktopeditionsample_colorreplacement.zip|C# Download}} | ||
+ | </div> | ||
+ | <div sample_otherlinks> | ||
+ | [[Map Suite Samples Applies To|Applies To: Desktop \ Web \ Silverlight \ Wpf ]] | ||
+ | \\ | ||
+ | [[Map Suite Samples Alternate Languages | Need it in another language?]] | ||
+ | </div> | ||
+ | In today’s WPF project, we show you how to replace a specific color in a raster image, with the advantage of new added API Color Mapping. For the example, in this project, the lake in Green can be replaced with blue. | ||
+ | |||
+ | To make sure this sample work, you will need to use the latest Development daily build of “MapSuiteCore.dll” and “WpfDesktopEdition.dll”, version 9.0.477.0 or higher. | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | ---- | ||
<div sampleitem> | <div sampleitem> | ||
Line 16: | Line 41: | ||
[[Map Suite Samples Alternate Languages | Need it in another language?]] | [[Map Suite Samples Alternate Languages | Need it in another language?]] | ||
</div> | </div> | ||
- | In today's WPF project, we show you how to display marker in different colors in real time and interact with mouse click event, which allows you to determine the color based on the value and show more information when mouse clicks the marker. | + | In today’s WPF project, we show you how to retrieve data from a REST service and display them as markers with different styles based on its attributes. You can click on any marker to call a WCF service which returns data from the server. A popup displays a chart with information. All the markers and related information are updated dynamically after a specific time interval. |
</div> | </div> | ||
</div> | </div> |