發表文章

目前顯示的是 9月, 2012的文章

Geoserver發佈Raster效能考量

最好先看一下這篇文件 http://docs.geoserver.org/latest/en/user/production/data.html 就知道要選擇甚麼樣的檔案 通常我都是使用GeoTiff再用Gdal downsample

pgRouting 設定topology

執行 SELECT assign_vertex_id(your_table, 0.00001, geom_column, 'gid')

IOS ZXing QR code 筆記

按照 http://yannickloriot.com/2011/04/how-to-install-zxing-in-xcode-4/ 的操作 Compile的時候竟然出現了問題 後來把 ZXingWidget.xcodeproj 的location 設定成 Absolute Path就可以成功compile了