Changes between Version 10 and Version 11 of GoogleSoC2007
- Timestamp:
- 03/08/07 10:20:15 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSoC2007
v10 v11 15 15 Develop !MapGuide Java AJAX viewer using Google Web Toolkit framework. 16 16 17 === !MapGuide Web 2.0 Enhancements===17 === TileMapService Publishing === 18 18 19 19 [Mentor: Jason Birch] 20 21 While !MapGuide's support for enterprise standards (OGC), and KML is well established, there are several areas where we could take a leading edge stance. These enhancements all around Web 2.0 data interchange techniques: Tile Map Service (TMS), and GeoRSS. These could be initially written as PHP scripts and then brought into the core code base if desired at a later point.22 23 ==== TMS ====24 20 25 21 The [http://wiki.osgeo.org/index.php/Tile_Map_Service_Specification TMS Specification] provides a well documented method for sharing pyramid-based map tile caches between multiple mapping applications. This scales to public use much better than WMS, and allows extension of !MapGuide's internal tile caching service to external applications. … … 27 23 This component of the project would involve the development of a PHP "gateway" script that exposes a !MapGuide tile cache as a TMS service. 28 24 29 ==== GeoRSS ==== 25 ==== GeoRSS Publishing ==== 26 27 [Mentor: Jason Birch] 30 28 31 29 Adoption of [http://www.georss.org/ GeoRSS] as a simple method of sharing spatial information is growing rapidly. There are several compelling use cases for this. At the municipal level, it would be desirable to generate feeds of spatially related information such as recent fire calls, approved building permits, and road closures.