ClemensF
e85f1472ed
Version 2.14. Added ViewportChangedEventArgs, fixed default MapItem Style
2017-02-05 18:35:30 +01: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
3717081f18
Version 2.7.2: Improved TileImageLoader.WinRT.
2016-01-14 17:56:25 +01:00
ClemensF
5adcd6568e
Version 2.7.0.
...
- WPF TileImageLoader reverted to caching byte arrays instead of BitmapFrames.
- Uses FileDb version 6.1.
2015-11-28 21:09:25 +01: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
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
6c4dc65bd4
Version 2.4.4: Fixed image swapping in MapImageLayer
2015-01-26 19:45:05 +01:00
ClemensF
9f9669ea00
Version 2.4.3: Some cleanup.
2015-01-20 17:52:02 +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
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
aa04fd0551
Version 1.3.10: Minor improvements in TileImageLoader. Removed SurfaceApplication from VS Solution.
2013-08-29 15:49:48 +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
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
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
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
e7f78df179
Fully implemented SelectionMode.Extended in MapItemsControl, observe maximum number of download threads in TileImageLoader.
2012-08-24 18:10:12 +02:00
ClemensF
be3144af07
Some cleanup.
2012-08-08 20:42:06 +02:00
ClemensF
2fd3f5f8f6
Simplified TileImageLoader and TileSource, added ImageTileSource, fixed FileDbCache
2012-07-20 21:57:29 +02:00
ClemensF
300c22a2e7
Fixed method accessibility in TileLayer.
2012-07-11 19:56:22 +02:00
ClemensF
472658a6d9
Minor code improvements
2012-07-07 17:19:10 +02:00
ClemensF
6b25260536
Added Surface sample application
2012-07-04 17:19:48 +02:00
ClemensF
9652fc2f56
Replaced local file caching by persistent ObjectCache based on FileDb.
...
Removed IsCached and ImageType properties from TileLayer.
2012-07-03 18:03:56 +02:00
ClemensF
38e6c23114
Use System.Runtime.Caching.MemoryCache
2012-06-24 23:42:11 +02:00
ClemensF
de8e9840b5
Improved tile rendering
2012-06-18 20:12:35 +02:00
ClemensF
bb3a9cf8c3
Changed map tile download order, added Pushpin class, changed default MapItem style.
2012-06-13 17:33:23 +02:00
ClemensF
a0e0403c90
Removed default TileLayer
2012-06-12 20:30:05 +02:00
ClemensF
a98f59e1a9
Added Location
2012-05-04 12:52:20 +02:00
ClemensF
caab7208a3
.
2012-04-25 22:02:53 +02:00