libopenlr.org anyone?

Slashgeo forwarded an interesting news about OpenLR initiative by TomTom. A part of it is an open industry standard. Another part of it is an open source code library which is coming soon.

In the meantime, as it seems the complete stack of PDFs has been published, would anyone be after libopenlr.org project, before TomTom will put its red hands on it? And the domain is still available, by the way :-)

PostGIS SVN moved

Paul just announced that Subversion repository of PostGIS source code has moved to OSGeo server. The new URL of SVN is: http://svn.osgeo.org/postgis/.

Only base location of the repository has changed, so the cheapest way to switch existing working copy that points to old location of SVN is to switch & relocate:

mloskot@dog:~/dev/postgis/_svn/trunk$ svn switch --relocate \
   http://svn.refractions.net/postgis/trunk/  \

https://svn.osgeo.org/postgis/trunk

For the sake of security, I would recommend committers to use https scheme which is well supported on OSGeo server.