Difference between revisions of "GvSIG GSoC 2009 Ideas"

From OSGeo
Jump to navigation Jump to search
m (added gvSIG category)
Line 4: Line 4:
 
==Client for remote symbology definitions==
 
==Client for remote symbology definitions==
  
TBD
+
Develop a GUI that connects to a remote server and queries for symbol definitions (probably using SLD). On the server side, a user-friendly interface with symbols previsualization, categories and some social-web capabilities would be great.
 +
The work would be achieved by:
 +
 
 +
* Define a symbol metadata schema
 +
*Create a web application that:
 +
**manages symbol definitions (CRUD)
 +
**accepts queries for symbols, probably using a RESTful interface
 +
* Integrate a search GUI on gvSIG style editor
 +
 
 +
The server part could be used not only for gvSIG but also for any SLD enabled application (i.e. GeoServer)
  
 
==Port gvSIG libLocation to Android platform==
 
==Port gvSIG libLocation to Android platform==

Revision as of 00:11, 3 April 2009

Ideas

Client for remote symbology definitions

Develop a GUI that connects to a remote server and queries for symbol definitions (probably using SLD). On the server side, a user-friendly interface with symbols previsualization, categories and some social-web capabilities would be great. The work would be achieved by:

  • Define a symbol metadata schema
  • Create a web application that:
    • manages symbol definitions (CRUD)
    • accepts queries for symbols, probably using a RESTful interface
  • Integrate a search GUI on gvSIG style editor

The server part could be used not only for gvSIG but also for any SLD enabled application (i.e. GeoServer)

Port gvSIG libLocation to Android platform

TBD

WMS Tiling Cache support in gvSIG

WMS_Tile_Caching has been defined within OSGeo, with a WMS_Tiling_Client_Recommendation. The aim of the proposal is to add WMS Tiling Cache support to gvSIG, in order to allow the loading of this kind of layers (WMS-Cache).

The work may be achieved by:

  1. First designing raster tile support in gvSIG core.
  2. Adding a new renderer on the same Map Control.
  3. It should be defined the way a tile layer is going to be integrated with the rest of layers, attending to discrete zoom levels.
  4. Management of multiple tile layers with possibly different zoom levels.


Mentors available