Planet OSM.fr
There is now a French version of planet OSM.
A blog about things that interest me.
There is now a French version of planet OSM.
Posted by Shaun McDonald at 4:18 pm 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: OpenStreetMap
Posted by Shaun McDonald at 5:21 pm 3 comments go to http://blog.shaunmcdonald.me.uk/
With a change in the way that X11 works on Leopard, the X11 version of OpenOffice.org has been giving an error message on startup saying "command timed out". With previous versions of Mac OS X, OpenOffice.org had to make sure that X11 was running first be trying to start OpenOffice.org.
on openSoffice(aFile)"...."end openSoffice" with the following:Please comment on how this works for you.
on openSoffice(aFile)
if (atLeastOSXVersion(10, 5, 0)) then
-- if we have leopard, we don't need to manually start the X server first
set theCmd to "sh " & (quoted form of (POSIX path of getOOProgramPath() & "soffice")) & " "
do shell script theCmd & aFile & shellTerminator()
else
set theDisplay to startXServer()
if (theDisplay is equal to "error") then
return
end if
set theEnv to "DISPLAY=" & theDisplay & " ; export DISPLAY; "
set theCmd to "sh " & (quoted form of (POSIX path of getOOProgramPath() & "soffice")) & " "
do shell script theEnv & theCmd & aFile & shellTerminator()
-- logEvent("open CMD: " & theEnv & theCmd & aFile)
end if
end openSoffice
Posted by Shaun McDonald at 8:58 pm 72 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Apple, AppleScript, bug, Mac OS X, OpenOffice
The release of OpenOffice.org 2.4 (X11 version) is a little behind the other platforms due to a lack of resources in the QA process, as many of the resources have been placed on the upcoming aqua version. It will be another few days to week before they are available on the mirrors and the Mac Port download pages will be updated at that point.
Posted by Shaun McDonald at 2:49 pm 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Aqua, Download, Mac OS X, OpenOffice
Head over to the OpenOffice.org Mac Porting web site for the latest development build.
Posted by Shaun McDonald at 7:23 pm 5 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Aqua, Mac OS X, OpenOffice
With the news that Apple has released the SDK for the iPhone, their developer site is currently unavailable. It seems to be have exceeded Apple's expectations in terms of demand.
Posted by Shaun McDonald at 8:58 pm 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Apple, gps, OpenStreetMap
I've noticed that a number of tables in the Wikipedia are sortable. Further research found that it is implemented through client side javascript, when a table has the class="sortable". It is available in MediaWiki 1.9 or later.
Posted by Shaun McDonald at 12:07 am 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Mac Port, MediaWiki, OpenOffice, Wikipedia

Posted by Shaun McDonald at 5:07 pm 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Council, Cycling, Edinburgh, OpenStreetMap, Trams, Transport
Someone pointed out what some of the German mappers have been doing in Berlin. The buildings have outline, and the football pitch has the markings on it too.
