commits

date

comment

65938
by jsum
(180 downloads)
Mar 6
8:13 AM

DeepEarth 2011: Missing files!

65937
by jsum
(3 downloads)
Mar 6
7:50 AM

DeepEarth 2011 Branch: Resolves (some) memory issues.
Adds a test deploy (staging) build configuration (used internally)

64593
by jsum
(154 downloads)
Dec 29 2011
1:12 AM

DeepEarth 2011 Branch:
Fixes a bug where small vectors were being clipped + various updates

62387
by jsum
(224 downloads)
Sep 21 2011
12:44 PM

DeepEarth 2011:
Adds chunked data binding example. Currently used for perf experimentation.

62140
by jsum
(32 downloads)
Sep 10 2011
6:35 AM

DeepEarth 2011:
Minor changes to example applications

62079
by jsum
(15 downloads)
Sep 7 2011
8:33 AM

DeepDeepEarth 2011:
Resolves rendering bug of very small polygons.
Animates Day night overlay example.

61694
by jsum
(95 downloads)
Aug 24 2011
8:53 AM

DeepEarth 2011:
Adds load then edit vectors example page.

61537
by jsum
(17 downloads)
Aug 19 2011
8:00 AM

DeepEarth 2011:
Fixed Digitizer sample

61422
by jsum
(10 downloads)
Aug 16 2011
6:48 AM

DeepEarth 2011:
Adds a bitmap layer example (uses WriteableBitmapEx). This is possibly suffering from precision errors; clip detection is adversely affecting performance.
Bugfix: Polygon Clipping algorithm returns a closed set of points

61416
by jsum
(4 downloads)
Aug 16 2011
12:19 AM

DeepEarth 2011:
Bugfix - Vector clipping bounds now correctly set up (Lines and polygons shouldn't unexpectedly disappear)
Bugfix - LocationPath renderer clears Path when its Locations are cleared

61361
by jsum
(9 downloads)
Aug 13 2011
12:19 PM

DeepEarth 2011:
Updates databinding sample

61343
by jsum
(14 downloads)
Aug 12 2011
8:07 AM

Bundles WriteableBitmapEx http://writeablebitmapex.codeplex.com/

61342
by jsum
(15 downloads)
Aug 12 2011
7:28 AM

WP7 project targets WP7.1
Overhauls Vector Rendering
Adds Example Project
Uses NuGet where possible

56454
by jsum
(420 downloads)
Mar 12 2011
4:26 AM

Updated for Jan WP7 sdk

53270
by jsum
(895 downloads)
Nov 30 2010
5:57 AM

DeepEarth2011:
Label positioning in the "Static" layer.

53269
by jsum
(7 downloads)
Nov 30 2010
4:24 AM

DeepEarth2011:
Bugfix: Resolves issue with secondary map modes not being hidden/removed

53268
by jsum
(3 downloads)
Nov 30 2010
1:12 AM

DeepEarth2011 Branch:
Adds missing files ...

53267
by jsum
(3 downloads)
Nov 30 2010
12:51 AM

DeepEarth2011 Branch:
Merge.
Initial clustering implementation

52706
by Patrol
(134 downloads)
Nov 18 2010
3:06 AM

DeepEarth 2011 Branch:
- A new DrawingTool control (possible replacement for Digitizer);
- SilverlightApplication1 example is updated to use DrawingTool and MapModeSelector controls;

52628
by Patrol
(17 downloads)
Nov 17 2010
2:12 AM

DeepEarth 2011 Branch:
- Toolkit.Controls.MapModeSelector: OverlayModesSelector control, displays a checkbox list (but can be restyled) of all the overlay modes. Useful in combination with the MapModeSelector control;
- Seems that the "ShowStreet" property on the BaseTileOverlay is redundant;
- Some bugs fixed;

There is still a bug: adding a tile source works correctly, removing it doesn't.

52611
by dsbenghe
(1 download)
Nov 16 2010
10:01 PM

DeepEarth 2011 Branch:
FloatingPanel fix

52569
by dsbenghe
(14 downloads)
Nov 16 2010
5:12 AM

DeepEarth 2011 Branch:
FloatingPanel fixes; SetLocation rectangle fix

52565
by Patrol
(5 downloads)
Nov 16 2010
4:23 AM

DeepEarth 2011 Branch:
- Relationships between TileOverlays and TileSources are simplified a lot;
- AtomicObservableCollection added: the ability to add/remove to the collection multiple times and have only ONE CollectionChanged notification in the end;
- The ability to retrieve a timeline dates for the tile providers (the concrete request is commented out for the NearMap provider, asking the NearMap guys about the ability to have "clientaccesspolicy.xml" to be able to do a "pure" Silverlight request;
- A new toolkit library: MapModeSelector, contains a set of controls to manipulate with a map mode (mode selector and show street selector, a timeline selector is coming).

52496
by Patrol
(16 downloads)
Nov 15 2010
1:56 AM

DeepEarth2011 Branch:
- Map Tile providers changed: a map mode is not just a string now. The MapMode class contains all the information about the mode, used by tile overlays, etc.
- Tile overlays self-creating issue resolved; TileSource doesn't need to know about the TileOverlay, knowing about the MapMode is enough;
- BaseTileOverlay.Clone bug is fixed;
- GeoItemViewModel is fixed to correctly use IMultiLocations interface;
- BaseTileOverlay now contains the "AvailableModes" and "AvailableNonServiceModes" properties.
- Chanhing the BaseTileOverlay.Mode value actually changes the map (bug fixed).

There is still a bug with adding/removing overlay modes to be fixed.

52340
by jsum
(21 downloads)
Nov 11 2010
11:28 PM

DeepEarth2011 Branch:
Revised architecture.
Uses latest Rx build (included)
Linestring and polygon geometries disabled in WP7 version. (Refactored geometries inherit from Path which is sealed in this version of the WP7 sdk.)