Diskussion:DesktopWMS: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(ToDos)
(Plan)
 
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 3: Zeile 3:
 
== Plan ==
 
== Plan ==
 
* Start: 25.11.2008
 
* Start: 25.11.2008
* First Release: 02.02.2009
+
* Next Release: 20.02.2009
 
* Milestones:
 
* Milestones:
 
** 1. Open Street Map: 19.01.2009
 
** 1. Open Street Map: 19.01.2009
Zeile 9: Zeile 9:
 
** 3. Yahoo!: 30.01.2009
 
** 3. Yahoo!: 30.01.2009
 
** 4. local maps: 05.02.2009
 
** 4. local maps: 05.02.2009
 +
** 5. getCapabilities(): 19.02.2009
  
 
== ToDos ==
 
== ToDos ==
  
* Complete implementation of layers from local raster files
 
 
* Implement getCapabilities()
 
* Implement getCapabilities()
  
Zeile 21: Zeile 21:
 
== 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)