Commit graph

35 commits

Author SHA1 Message Date
ClemensF 644005c03e Version 4.12.1 Added User-Agent HTTP header 2019-06-04 22:03:25 +02:00
ClemensF 56d376c4d0 Version 4.9.0: Reworked MapPanel child arrangement. 2018-04-30 23:13:50 +02:00
ClemensF 156ebfe177 Added WorldMercatorProjection, fixed bounding box problems when changing projection. 2017-10-27 17:15:18 +02:00
ClemensF 6efad6df0f Version 4.1.0 2017-10-07 17:43:28 +02:00
ClemensF ef6d1ed959 Version 4.1.0 2017-08-23 23:33:27 +02:00
ClemensF 643abeca1e Version 3.1.Added support for different map projections. 2017-06-25 23:05:48 +02: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 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 bc30e1d9ca Version 2.6.0: -replaced static fields by static properties and dependency properties
- improved class TileLayer
- MapGraticule with arc seconds
2015-11-11 19:48:50 +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 ba45aa5901 Version 2.4.8: Fixed issue when MapPath.Data is frozen. 2015-02-18 19:20:59 +01:00
ClemensF e9868a993d Version 2.4.7: Added work-around for missing PropertyChangedCallback for the MapPath.Data property. 2015-02-10 21:59:39 +01:00
ClemensF f6a881c674 Version 2.4.2.:
- added HyperlinkText.InlinesSource attached property
- simplified TileLayerCollection, removed it from MapBase
- simplified MapRectangle and MapImage
2014-12-17 21:38:28 +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 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 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 68d9351044 Version 1.9.1: Fixed WpfApplication/MainWindow.xaml 2013-11-17 22:37:58 +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 aa04fd0551 Version 1.3.10: Minor improvements in TileImageLoader. Removed SurfaceApplication from VS Solution. 2013-08-29 15:49:48 +02:00
ClemensF 09eeb11269 Version 1.3.9: Removed IsCurrent property and Current/NotCurrent visual states from MapItem. Fixed visual states in sample Store Application. 2013-08-17 08:41:11 +02: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 0f4e7d643e Version 1.3.1: Added Map.ManipulationMode property. 2013-05-08 17:05:17 +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 c37149aafb Version 1.2.2: Added AnimateOpacity property to MapImage, TMS support to TileSource, Background and Foreground properties to TileLayer. 2013-04-21 23:56:08 +02:00
ClemensF 9b218ef376 Version 1.2.0: Added classes MapShape, MapRectangle and MapImage. 2013-04-12 19:59:16 +02:00
ClemensF ec27d16119 Version 1.1.10: Fixed Center property coercion in MapBase. 2013-04-04 18:01:13 +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 452e039349 Version 1.1.4: changed accessibility of classes Tile and TileLayer to allow for derived TileLayers. 2013-01-03 15:33:46 +01:00
ClemensF d0d949c9be Removed LocationPath property from MapItem and PushPin. 2012-12-06 23:28:12 +01:00
ClemensF ac6f9d5647 Added MapItemsControl.SelectionGeometry property for WPF. 2012-11-23 23:00:50 +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
Renamed from SampleApps/SampleApplication/MainWindow.xaml (Browse further)