Commit graph

46 commits

Author SHA1 Message Date
ClemensF 643abeca1e Version 3.1.Added support for different map projections. 2017-06-25 23:05:48 +02:00
ClemensF e85f1472ed Version 2.14. Added ViewportChangedEventArgs, fixed default MapItem Style 2017-02-05 18:35:30 +01:00
ClemensF 4d2d6c1273 Version 2.12.0: Added a MapPath.Location property for adjusting the viewport position to the visible viewport area. The property replaces the behavior that was previously achieved by setting the MapPanel.Location attached properties on a MapPath. In addition, MapItem and Pushpin now also have a Location property that behaves like MapPanel.Location. 2016-08-08 20:36:02 +02:00
ClemensF c8161f2dce Version 2.10.0: Improved calculation of viewport positions. 2016-06-04 08:42:38 +02:00
ClemensF 2b66e89696 Version 2.9.0: Added WmsImageLayer, enabled optional setting of MapPanel.Location on MapPath elements 2016-04-19 19:36:03 +02:00
ClemensF de5576447d Version 2.8.0: Improved MapImageLayer. 2016-02-23 20:07:30 +01:00
ClemensF 98cdc95c5d Version 2.5.0:
- moved tile rect calculation from MapBase to TileLayer
- added TileLayer.ZoomLevelOffset property
- Windows Universal sample application in solution MapControl VS2015
2015-08-09 20:04:44 +02:00
ClemensF 575930dce8 Version 2.4.11: Fixed MapPolyline.Locations property on Windows Phone. Removed Panel.ZIndex handling from MapItemsControl.WPF. 2015-04-21 19:17:32 +02:00
ClemensF 9553799a8a Version 2.4.9: Implemented UseLayoutRounding during calculation of viewport positions in MapPanel. Added LogoImage property in BingMapsTileLayer. 2015-03-15 10:11:19 +01:00
ClemensF 9f9669ea00 Version 2.4.3: Some cleanup. 2015-01-20 17:52:02 +01:00
ClemensF 3b6545e738 Version 2.4.0.
- Added ImageFileCache and FileDbCache for WinRT
- Improved TileImageLoader
- Removed TileContainer, TileLayer can be added as MapBase child
- Removed attached property MapPanel.ViewportPosition
2014-11-19 21:11:14 +01:00
ClemensF 91ff46c506 Version 2.3.0:
- Added BingMapsTileLayer
- Added TileLayer.DescriptionInlines property
- Added global Settings class
- Added Phone Silverlight 8.1 build target
- Use expiration time of downloaded images for caching
2014-10-19 21:50:23 +02:00
ClemensF 8917e1d4cb Version 2.2.0:
- IMapElement interface with readonly ParentMap property and SetParentMap method that is explicitly implemented
- Removed MetersPerDegree from MapBase
- Set StrokeThickness instead of Stroke in MapGraticule ctor in SL/WinRT
2014-07-22 20:02:30 +02:00
ClemensF 10527c3f0d Version 2.0:
- Support for Windows Phone 8.1 by making MapControl.WinRT a portable library
- Unified TileContainer and MapOverlay implementations across platforms
2014-07-01 18:57:44 +02:00
ClemensF ed140c6d01 Version 1.12.1: Some cleanup and minor improvements. 2014-06-11 23:03:13 +02:00
ClemensF 4f37eaa914 Added MapImageLayer to Silverlight and WinRT. 2014-04-05 14:53:58 +02:00
ClemensF 37789eb96c Version 1.11.2: Fixed TileImageLoader and MapImageLayer. 2014-01-10 20:11:39 +01:00
ClemensF 34aa59a8c4 Version 1.11.1: Fixed MapImageLayer. 2013-12-20 17:05:10 +01:00
ClemensF e733e98443 Version 1.11.0: Fixed file URIs in TileImageLoader and MeasureOverride in MapPanel. Made properties Center, TargetCenter, ZoomLevel, TargetZoomLevel, Heading and TargetHeading bind two-way by default in WPF version. 2013-12-05 17:56:04 +01:00
ClemensF f11c71799f Version 1.10.0: Removed Location.TransformedLatitude, cleanup in MapBase and TileImageLoader. 2013-11-21 21:16:29 +01:00
ClemensF b3474a3025 Version 1.9.2: Improved transformation from Location to viewport position in MapPanel and MapGraticule. 2013-11-18 19:49:17 +01:00
ClemensF 5eafa751f8 Version 1.9.0:
- added MapBase.ZoomToBounds method
- fixed coercing property values in MapBase
- improved Location property handling in MapPanel to keep viewport positions near map center
- use common view model in sample applications
2013-11-17 16:52:03 +01:00
ClemensF 8c97d771ac Replaced Size.Empty with new Size() in MapPanel. 2013-10-31 21:16:15 +01:00
ClemensF da651e3e32 Version 1.3.6: Fixed removing of OnViewportChanged handler in MapPanel and MapOverlay. 2013-06-07 15:09:59 +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 5d6becbb50 Version 1.3.2: Replaced WebClient by WebRequest in MapImageLayer. 2013-05-13 23:49:48 +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 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 f45ca78ddd Removed all platforms configurations except "Any CPU". 2012-12-12 17:03:33 +01:00
ClemensF 4867b04fca Version 1.1.2: Improved update of child element RenderTransform in MapPanel.SetViewportPosition. 2012-12-12 01:44:37 +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 a1c519c7c4 Cleanup in MapPanel. 2012-12-07 17:04:44 +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 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 e8b29be79e Set AffectsRender flag on MapPanel.ViewportPosition property, fixed Map.ZoomMap method. 2012-09-29 15:03:59 +02:00
ClemensF d055d737ed Simplified layout in MapPanel, replaced ViewportPosition by Point?. 2012-08-26 21:54:00 +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 fbeb01fca3 Fixed default MapItem style, made ParentMap attached property read-only. 2012-08-10 09:41:59 +02:00
ClemensF 022e246ebe Improved MapPanel.ViewportPosition, added moving item to sample application. 2012-08-09 23:41:47 +02:00
ClemensF be3144af07 Some cleanup. 2012-08-08 20:42:06 +02:00
ClemensF 472658a6d9 Minor code improvements 2012-07-07 17:19:10 +02:00
ClemensF a98f59e1a9 Added Location 2012-05-04 12:52:20 +02:00
ClemensF caab7208a3 . 2012-04-25 22:02:53 +02:00