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/10/10 07:31] 127.0.0.1 external edit |
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> | ||
+ | ==== DynamicMarkerOverlay ==== | ||
+ | <div screenshot> | ||
+ | {{wpfedition:codesamples:map_suite_wpf_desktop_editon_dynamicmarkeroverlay.png?300x180}} | ||
+ | </div> | ||
+ | <div content> | ||
+ | <div download_viewsource_buttons> | ||
+ | [[Source_Code_WpfDesktopEditionSample_DynamicMarkerOverlay.zip|View Source]] | ||
+ | {{filehistory:WpfDesktopEditionSample_DynamicMarkerOverlay.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 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 sampleitem> | <div sampleitem> | ||
==== Native KML(Keyhole Markup Language) Support ==== | ==== Native KML(Keyhole Markup Language) Support ==== |