2008-04-03から1日間の記事一覧

写真多すぎて重すぎ

4万枚kml出力は無理すぎ

flickrのgeotagついてる写真を収集してたので、kml出力するようにした

railsで。飛行機の中で暇だったので作った。dbのmigrate class CreatePhotos < ActiveRecord::Migration def self.up create_table :photos do |t| t.column :photo_id, :string, :limit => 20, :null => false t.column :title, :string, :limit => 30, :nu…