View 4.13 - Release Notes
file info- category(Tag)
- root
- file name
- Map_4.13_-_Notes
- last update
- 2006-10-01 16:10
- type
- Plain Text
- editor
- Zenjiro
- description
- 4.13 - Release Notes
- language
- English
- translate
- SVGファイルを出力できるようになりました。(svgout.{SVGOut,Paintable}、map.{MainFrame,MapPanel})
-- SVGの出力にはBatik SVG Toolkit(http://xmlgraphics.apache.org/batik/)を利用しています。
- 以下のホームページから緯度経度を抽出して地図中に表示するようにしました。(shop.Shop)
-- タイムズ(shop.LatLongTimes)
-- ツタヤ(shop.LatLongTsutaya)
-- ブックオフ(shop.LatLongBookOff)
-- 三菱東京UFJ銀行(shop.LatLongMUFJ)
-- みずほ銀行(shop.LatLongMizuho)
-- りそな銀行(shop.LatLongResona)
-- 日産レンタカー(shop.LatLongNissan)
- 2006年8月3日にユニクロのURLが変わって、店舗の位置が取得できなくなっていた不具合を修正しました。(shop.LatLongUniqlo)
- 店舗の座標をキャッシュするファイル名の接頭語に「_」をつけました。(shop.LatLong{AmPm,Famima,Lawson,SUnks,Teng,Uniqlo,YellowHat})
- マピオンから座標を抽出する抽象クラスを作りました。(shop.LatLongMapion)
- メソッドの未使用引数を削除しました。(map.MapPanel#drawMap)
- 店舗の座標をマルチスレッドで取得するようにしました。(shop.{Shop,LatLongCallable})
-- Java 5.0のjava.util.concurrent.Callableなどを使ってみました。
- 通信にタイムアウトを設けました。(shop.LatLong{Mapion,AmPm,BookOff,Famima,Lawson,Sunks,Teng,Times,Tsutaya,Uniqlo,YellowHat}、map.Const)
| 
|