Diskussion:DesktopWMS: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(ToDos)
(Weblinks)
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)

Version vom 5. Februar 2009, 02:45 Uhr

Developper's DesktopWMS Trac

Plan

  • Start: 25.11.2008
  • First Release: 02.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

ToDos

  • Complete implementation of layers from local raster files
  • 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)