Problem statement:
Which of our strings are not translated yet in our Ruby on Rails app?
Unfortunately there’s no easy way to know for sure. One solution is to log untranslated strings as soon as they appear - the following solution applies to the spree-i18n extension but should be easily adaptable to other contexts.
What we do here is monkey patching I18n#t, to check whether the original I18n#t told us that there’s no translation and log it in that case.
Read on
Here are the slides from Matthias’ presentation in Barcelona:
Comparison of Open Source Virtual Globes
Demos:
NASA World Wind Java SDK
ossimPlanet
gvSIG 3D
osgEarth
osgEarth QGIS plugin
Norkart Virtual Globe
Earth3D
Google Earth
Read on
Kurz nach dem Release von QGIS 1.5, das mit vielen neuen Funktionen aufwartet, ist auch der QGIS Mapserver in der Version 1.0 verfügbar.
Der QGIS Mapserver ist ein WMS Server, der ursprünglich am Institut für Kartographie der ETH Zürich entwickelt wurde. In der Version 1.0 können neben der Symbolisierierung mit SLD auch QGIS-Projekte direkt als WMS publiziert werden. Dank der von Sourcepole entwickelten nativen Unterstützung von QGIS-Projekten, können mit QGIS erstellte Karten ohne Konvertierungverluste direkt als WMS-Dienst publiziert werden.
Read on