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
9f4ab0f3e3
Version 1.8.0: Fixed MapImage, added ImageTileSource to Silverlight and WinRT versions, modified TileImageLoader.
2013-11-12 21:14:53 +01:00
ClemensF
8eedb82a9d
Version 1.7.0. Signed assemblies, marked Location as serializable, simplified LocationCollection.
2013-11-05 18:00:03 +01:00
ClemensF
690c2071b1
Version 1.6.1: Fixed internal ZoomLevel, Center and Heading animation in MapBase.
2013-10-30 18:23:13 +01:00
ClemensF
99e218580d
Version 1.6.0: Retargeted WinRT version to 8.1. Improved MapGraticule performance for WPF.
2013-10-22 18:18:47 +02:00
ClemensF
1501df5030
Version 1.5.0: Finally fixed the RenderTransform issue in MapRectangle.
2013-10-13 16:32:51 +02:00
ClemensF
2d64d9aa78
Version 1.4.2.
2013-10-11 21:15:56 +02:00
ClemensF
f3f4b4c0fc
Version 1.4.1: Fixed MapRectangle/MapImage transform.
2013-10-10 22:26:43 +02:00
ClemensF
14cc7bcea2
Version 1.4.0: Fixed RenderTransform issue in MapRectangle, removed ManipulationModes.Rotate from default ManipulationMode in Map.WinRT, added setting of FileSystemAccessRule in ImageFileCache to enable cache write access for multiple users.
2013-10-10 00:46:47 +02: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
c427345896
Version 1.3.8: Fixed NuGet package for WinRT, plus minor changes.
2013-07-19 15:11:48 +02:00
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
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
e2ef560e36
Version 1.3.4. Fixed empty TileLayers collection.
2013-05-17 08:00:56 +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
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
050f1acb38
Version 1.2.1: Fixed calculation of active tile set and added property LoadLowerZoomLevels in class TileLayer.
2013-04-15 19:20:46 +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
35fc959034
Version 1.1.9: Support for mouse wheel events with delta values less than the default of 120. Added static field Tile.AnimationDuration. Fixed tile grid calculation with x values less than zero.
2013-03-15 18:08:51 +01:00
ClemensF
b1bfccd321
Version 1.1.8: Fixed MapPolyline.MeasureOverride also for WPF.
2013-03-01 16:27:22 +01:00
ClemensF
2b5ef99999
Version 1.1.7: Fixed MapPolyline.MeasureOverride.
2013-02-21 20:58:57 +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
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
3f5e3d752b
Fixed MapPolyline.
2012-12-15 18:54:40 +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
1eb6e43b25
Version 1.1.0
2012-12-07 17:20:56 +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
db1201ad47
Added ImageFileCache, removed TileImageLoader.CreateCache.
2012-08-15 21:31:10 +02:00