Commit graph

19 commits

Author SHA1 Message Date
ClemensF 8e917e9397 Version 1.3.7. Fixed z index behavior in MapBase and setting of MapPolyline.Locations property in XAML. 2013-06-19 18:57:54 +02:00
ClemensF abfdd89efb Version 1.3.5. Fixed rendering issue with MapPath (formerly MapShape) and re-arranging of MapPanel child elements when Location is set initially. 2013-05-25 08:53:50 +02:00
ClemensF ba9edb14cc Version 1.3.0: Added class MapImageLayer for WMS based map overlays. Plus plenty of cleanup. 2013-05-07 18:12:25 +02:00
ClemensF 9b218ef376 Version 1.2.0: Added classes MapShape, MapRectangle and MapImage. 2013-04-12 19:59:16 +02:00
ClemensF b1bfccd321 Version 1.1.8: Fixed MapPolyline.MeasureOverride also for WPF. 2013-03-01 16:27:22 +01:00
ClemensF 66f254e861 Version 1.1.6: Use StreamGeometry instead of PathGeometry in WPF MapPolyline. 2013-02-12 19:30:58 +01:00
ClemensF fab8530770 Version 1.1.5: Added support for file:// URIs to access map tile sets in local files. 2013-01-17 18:48:38 +01:00
ClemensF 8e85aa8e17 Workaround for Locations property type in MapPolyline. 2013-01-03 17:07:59 +01:00
ClemensF 2f1020ffc6 Version 1.1.3. 2012-12-15 19:11:54 +01:00
ClemensF 3f5e3d752b Fixed MapPolyline. 2012-12-15 18:54:40 +01:00
ClemensF 1da0376e05 Use default compiler directive NETFX_CORE instead of proprietary WINRT. Build WinRT projects for "Any CPU" by default. 2012-12-09 22:18:31 +01:00
ClemensF b0ecd850a2 Added properties MapPanel.ViewportPosition and MapPolyline.IsClosed, removed MapPolygon class. 2012-11-26 19:17:12 +01:00
ClemensF 4fbc5bc00c Re-enabled WPF dependency property value inheritance for MapPanel.ParentMap. 2012-11-23 16:16:09 +01:00
ClemensF 27a302a5b8 First commit of the new XAML Map Control that replaces WPF Map Control, and now supports all three XAML platforms, WPF, Silverlight and WinRT. 2012-11-22 21:42:29 +01:00
ClemensF e52698586b Added classes MapOverlay and MapScale. 2012-10-25 08:42:51 +02:00
ClemensF 27cdfe77ae Moved basic map functionality to class MapBase, input event handling to class Map. Fixed method names in class MapItemsControl. 2012-10-12 19:22:49 +02:00
ClemensF 35c561d8aa Support for standard SelectionModes Single, Multiple and Extended in MapItemsControl, made IsCurrent a read-only attached property in MapItemsControl, cleaned dependencies between MapItemsControl and MapItems. 2012-08-22 20:21:31 +02:00
ClemensF be3144af07 Some cleanup. 2012-08-08 20:42:06 +02:00
ClemensF a98f59e1a9 Added Location 2012-05-04 12:52:20 +02:00
Renamed from MapControl/MapPath.cs (Browse further)