Home Home Archive Archive



SEP 29TH, 2010
Offline editing plugin for QGIS

For data collection, it is a common situation to work with a laptop or a phone offline in the field. Upon returning to the network, the changes need to be synchronized with the master data source, e.g. a PostGIS database. If several persons are working simultaneously on the same datasets, it is difficult to merge the edits by hand, even if people don’t change the same features. Therefore, Mathias Walker implemented an offline plugin for QGIS. Read on


SEP 28TH, 2010
Understanding what's going on in ExtJS

Recently I had to pre-select a Node inside a TreePanel ExtJS widget. I tried many ways but failed because most of the time when I tried to: node.select(); that node would not yet be rendered into the browser’s DOM and so the select would fail somewhere inside the extjs.js blob with something like "this ... undefined ...". What I needed was a "rendered" event, but there doesn’t seem to be such an event for neither TreePanel not TreeNode or any of their superclasses. Read on


SEP 11TH, 2010
Logging un-translated strings in rails

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


SEP 10TH, 2010
FOSS4G 2010: Comparison of Open Source Virtual Globes

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


SEP 10TH, 2010
FOSS4G 2010: Performance and statistical analysis of WMS servers

Here are the slides from our presentation at FOSS4G 2010 in Barcelona: Performance and statistical analysis of WMS servers Read on
← Older Blog Archives Newer →

    Recent Posts

  • How to configure unattended-upgrades of packages from third party deb package repos
  • Updating company-wide and your own hosts with apt-dater
  • Executing Tasks in docker-compose Containers From ansible
  • Creating a quick PDF report from a DuckDB query

    Archive

  • 2025 4
  • 2024 5
  • 2023 7
  • 2022 6
  • 2021 8
  • 2020 6
  • 2019 10
  • 2018 3
  • 2017 3
  • 2016 4
  • 2015 7
  • 2014 9
  • 2013 17
  • 2012 13
  • 2011 29
  • 2010 26
  • 2009 17
  • 2008 9
  • 2007 4
  • 2006 18
  • 2005 2
  • 2004 8
  • 2003 22
  • 2002 5
  • 2001 6

    Categories

  • geo 105
  • linux 74
  • postgis 2
  • programming 36
  • qgis 69
  • qgiscloud 14

Copyright © 2001-2025 Sourcepole AG