Diskussion:DesktopWMS: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Stefan (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Stefan (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
== ToDos == | == ToDos == | ||
Korrektes Map Tiling: | * Korrektes Map Tiling | ||
== Weblinks == | |||
* http://svn.openstreetmap.org/applications/editors/josm/plugins/ | |||
* 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 6. November 2008, 09:10 Uhr
Hinweis: Esgibt z.Zt. nur ein SVN auf Trac aber kein Trac/Repository.
ToDos
- Korrektes Map Tiling
Weblinks
- http://svn.openstreetmap.org/applications/editors/josm/plugins/
- Korrektes Map Tiling: http://delicious.com/sfkeller/tiling
- Hint: calculation of map tiles projection, you can find the code in (see [1]):
com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps) com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)