Diskussion:DesktopWMS: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Plan)
 
(12 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
Developper's [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]
 +
 
== Plan ==
 
== Plan ==
* Start: 25. Nov. 2008
+
* Start: 25.11.2008
* First Release: 12. Dez. 2008
+
* Next Release: 20.02.2009
 
* Milestones:
 
* Milestones:
** Erste Elaboration: Woche vom 8. Dez.
+
** 1. Open Street Map: 19.01.2009
** 1. Iteration OSM + Google
+
** 2. Google: 21.01.2009
** 2. Iteration + Lokale Dateien:  
+
** 3. Yahoo!: 30.01.2009
** 3. Iteration + Yahoo:  
+
** 4. local maps: 05.02.2009
 +
** 5. getCapabilities(): 19.02.2009
  
 
== ToDos ==
 
== ToDos ==
  
* Korrektes Map Tiling
+
* Implement getCapabilities()
 +
 
 +
== Ideas (not scheduled) ==
 +
* Tiled local image layer; requires tiled image file in local subdirectory.
 +
* Serving Shapefiles
  
 
== Weblinks ==
 
== Weblinks ==
 
* http://svn.openstreetmap.org/applications/editors/josm/plugins/
 
* http://svn.openstreetmap.org/applications/editors/josm/plugins/
 +
* http://wiki.openstreetmap.org/wiki/JMapViewer
 
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling
 
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling
 
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):
 
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):
 
   com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)
 
   com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)
 
   com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)
 
   com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)

Aktuelle Version vom 13. Februar 2009, 14:01 Uhr

Developper's DesktopWMS Trac

Plan

  • Start: 25.11.2008
  • Next Release: 20.02.2009
  • Milestones:
    • 1. Open Street Map: 19.01.2009
    • 2. Google: 21.01.2009
    • 3. Yahoo!: 30.01.2009
    • 4. local maps: 05.02.2009
    • 5. getCapabilities(): 19.02.2009

ToDos

  • Implement getCapabilities()

Ideas (not scheduled)

  • Tiled local image layer; requires tiled image file in local subdirectory.
  • Serving Shapefiles

Weblinks

 com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)
 com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)