One thing I needed when designing the Meteoalarm mashup for Spincloud were the political boundaries for all European countries. With them at hand, I would use the polygon overlay from the Coogle API and fill the country polygons with the respective weather warning colors. This first part is a tutorial on how to import world political borders into a MySQL database table. The second part in these series will use this table to create a script that … read on »
All posts tagged as “tools”
libcurl.3.dylib and Google Earth
I just installed Google Earth on my mac. It went smooth, the software was installed under Applications but when I launched it I got this: The application Google Earth quit unexpectedly. Hit the Report button and got: Library not loaded: /usr/lib/libcurl.3.dylib Referenced from: /Applications/Google Earth.app/Contents/MacOS/libge_net.dylib Reason: image not found I actually upgraded libcurl a while ago and to 7.19.0 and I now only have /usr/lib/libcurl4.dylib libcurl.3.dylib version is gone. The solution I found was to create … read on »

