Commit graph

23 commits

Author SHA1 Message Date
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 4e0253aa70 Version 2.1.0:
- TileImageLoader with local file caching in WinRT
- Location implements IEquatable
- Removed Surface sample application
2014-07-09 21:27:28 +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 37789eb96c Version 1.11.2: Fixed TileImageLoader and MapImageLayer. 2014-01-10 20:11:39 +01:00
ClemensF 11934a121a Version 1.10.1: Fixed MapBase.TranslateMap and TileContainer.SetViewportTransform. 2013-11-22 18:46:45 +01:00
ClemensF a94668e08c Just a detail. 2013-11-17 21:26:57 +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 1501df5030 Version 1.5.0: Finally fixed the RenderTransform issue in MapRectangle. 2013-10-13 16:32:51 +02:00
ClemensF d668ed20ea Fixed zoomLevelSwitchDelta value. 2013-05-16 21:29:43 +02:00
ClemensF 9264cf819a Version 1.3.3: Fixed MapImageLayer. 2013-05-15 15:58:07 +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 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 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 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 1d5703d382 Fixed flicker when map center moves across the date line. 2012-11-06 19:49:29 +01:00
ClemensF 02b9cb4354 Renamed TileLayer.Name property to TileLayer.SourceName, removed TileLayerCollection.Name property. 2012-11-04 10:16:39 +01: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 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