forked from openlab/OGDI-DataLab
-
Notifications
You must be signed in to change notification settings - Fork 0
DataLab v4 Updates and Improvements
nikg edited this page Apr 16, 2012
·
3 revisions
- By default DataBrowser now runs in the same Web Role as the DataService (1/3 Azure cost savings). DataService is on port :8080, but having a dedicated Web Role for DataService is still possible with minimal code to reconfigure
- Update to .NET 4
- Updated Charting Components (included in .NET 4)
- Removed Dependency to WPF Toolkit (Most of those features were added to WPF in .NET 4)
- Updated to Windows Azure SDK 1.3, Then again to SDK 1.6.
- http://ogdi.codeplex.com/workitem/14794
- http://ogdi.codeplex.com/workitem/13825
- Google Maps Code was improperly linked
- http://ogdi.codeplex.com/workitem/13690 (Confirmed: Implemented when project received.)
- Map Link after data query fixed.
- Added static variables for commonly used strings within the Core Processing
- Redundant code from “DataLoaderFactory.cs” which needed to be added for each new EntityProducer Implementation
- Used Generics to facilitate the calls in 3 simple methods (removed 144 lines of code)
- Removed Dependencies (more about this in the next section “Updating Runtimes”)
- Overloaded the Web Role to include both DataBrowser and DataService. (cost savings of 1/3)
- Existing Azure Role is still available for DataService, minimal code to reconfigure
- Migration to Git
- Created a number of Wiki Pages explaining DataLab including setup
- Started Reporting Bugs using the Issue tracker
- Added KML Support to CSV Files
- Added KML Import Functionality for Basic KML Documents
- Points
- Polygons