JP2004294598A - Map display device, and program and recording medium for map display device - Google Patents

Map display device, and program and recording medium for map display device Download PDF

Info

Publication number
JP2004294598A
JP2004294598A JP2003084421A JP2003084421A JP2004294598A JP 2004294598 A JP2004294598 A JP 2004294598A JP 2003084421 A JP2003084421 A JP 2003084421A JP 2003084421 A JP2003084421 A JP 2003084421A JP 2004294598 A JP2004294598 A JP 2004294598A
Authority
JP
Japan
Prior art keywords
map
display
map data
data
display device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003084421A
Other languages
Japanese (ja)
Inventor
Yasushi Shirai
甚司 白井
Naoki Okabe
直樹 岡部
Hitoshi Kumagai
仁 熊谷
Koichi Yamada
光一 山田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kokusai Kogyo Co Ltd
Original Assignee
Kokusai Kogyo Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kokusai Kogyo Co Ltd filed Critical Kokusai Kogyo Co Ltd
Priority to JP2003084421A priority Critical patent/JP2004294598A/en
Publication of JP2004294598A publication Critical patent/JP2004294598A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To speed up the drawing of map data and enable smooth scroll display and zoom-in/out display. <P>SOLUTION: A map display device is equipped with a map storage means 1 of storing map data consisting of a plurality of layers, a drawing memory 6 where the map data are drawn, a display means 3 of displaying the map drawn in the drawing memory 6, an operation means 4 for making an operation indication of a map to be displayed, a display level setting means 7 of allocating and setting one of a plurality of display levels corresponding to the respective layers of the map data, and a drawing processing means 5 of reading the map data out of the map storage means 1 according to a display level and drawing them in the drawing memory 6. According to the operation indication, map data of the layer of the top display level set in the display level setting means 7 are drawn in the drawing memory 6 according to the operation indication and then the map data of the respective layers are drawn one after another in the drawing memory 6 on condition that there is not an operation indication from the 2nd high display level. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、操作指示に従って地図の表示を制御する地図表示装置並びに地図表示装置用プログラム及び記録媒体に関する。
【0002】
【従来の技術】
図7は地図表示システムの概略ブロック構成図である。地図表示システムは、図7に示すように地図データを格納した地図データベース1と、地図データの画像処理を行う画像処理部2と、地図データを地図画像として表示する表示部3と、操作者からの指示を入力するための操作部4とを有する。このような地図表示システムは、例えば画像処理部2としてのコンピュータ本体と、操作部4としてのキーボード、マウスと、表示部3としてのモニタとから構成されるパーソナルコンピュータによって実現される。
【0003】
コンピュータ本体は、CPU、記憶部、メモリ(RAM)、描画メモリ(VRAM)などからなる。記憶部は、いわゆるハードディスクと呼ばれる記憶装置であって、地図データベース1に対応し、地図データ、さらには地図データの表示制御を実行するためのコンピュータプログラムも格納され、例えばCD−ROMのような光ディスク、磁気ディスク又は光磁気ディスクなどの記録媒体として提供されてもよい。そして、CPUは、このコンピュータプログラムに従って、地図データの表示制御を実行する。この場合、メモリは、記憶部から読み出された地図データが一旦保持される領域であって、CPUは、記憶部に対してよりもメモリに対して高速にアクセスすることが可能である。さらに、描画メモリは、モニタの一画面分の画像が記憶される領域である。
【0004】
上記のような地図表示システムにおいて、地図をスクロール表示する場合、スクロール指示にしたがってその都度描画メモリの全面書き替えを行うと、処理量が多くなって時間がかかり円滑なスクロール表示をすることができない。そのため、スクロール表示の際には、複数の層データからなる地図データを、例えば国道や行政界・行政界名称、河川・海岸線、鉄道などを上位層データとし、他を下位層データに分けて、上位層データのみを描画メモリに描画処理したり(例えば、特許文献1参照)、重複する矩形領域をコピーすることにより(例えば、特許文献2参照)、スクロール表示する地図データの描画メモリへの描画を高速化し、円滑なスクロール表示を実現している。
【0005】
【特許文献1】
特開2000−181344号公報
【0006】
【特許文献2】
特開平9−231045号公報
【0007】
【発明が解決しようとする課題】
しかし、上記従来の地図表示システムにおける地図スクロール表示では、国道や行政界・行政界名称、河川・海岸線、鉄道などの上位層データに限定した地図データを描画メモリに描画する方式の場合、ユーザの用途により、或いは表示縮尺により、スクロール表示で必要とする地図情報が得られず、一旦スクロール表示を止めて下位層データまで表示して見なければならない場合が生じる。また、重複する矩形領域をコピーする方式の場合、重複する矩形領域の大きさや表示する地図の内容によっては、やはりコピーした矩形領域外の領域の地図データでも量が多くなり、描画メモリへの描画を高速化できない場合が生じる。
【0008】
【課題を解決するための手段】
本発明は、上記課題を解決するものであって、ユーザの要求や縮尺に応じて柔軟に優先表示するレイヤを設定して地図データの描画を高速化でき、円滑なスクロール表示、ズームイン/アウト表示をできるようにするものである。
【0009】
そのために本発明は、操作指示に従って地図の表示を制御する地図表示装置であって、複数のレイヤからなる地図データを格納する地図記憶手段と、前記地図記憶手段に格納された地図データを描画する描画メモリと、前記描画メモリに描画された地図を表示する表示手段と、前記表示手段に表示する地図の操作指示を行う操作手段と、前記地図データの各レイヤと対応する複数の表示レベルのいずれかが割り当て設定される表示レベル設定手段と、前記表示レベル設定手段に設定された表示レベルに基づき前記地図記憶手段に格納された地図データを読み出して描画メモリに描画する描画処理手段とを備え、前記描画処理手段は、前記操作手段による操作指示に基づき前記表示レベル設定手段に設定された前記表示レベルの最も高いレイヤの地図データを前記描画メモリに描画した後、次に高い前記表示レベルから前記操作指示がないことを条件に各レイヤの地図データを順次前記描画メモリに描画することを特徴とするものである。
【0010】
前記描画処理手段は、前記操作手段による操作がスクロール操作である場合、該スクロール操作量を判定してスクロール速度や、前記地図データの倍率を制御することを特徴とし、前記地図データとして、地図上の地点やエリアに対応する各種情報からなる空間データを含むことを特徴とし、前記表示レベル設定手段は、前記各レイヤと対応する各縮尺毎に前記複数の表示レベルのいずれかが割り当て設定されることを特徴とするものである。
【0011】
操作指示に従って地図の表示を制御する地図表示装置用プログラムは、複数のレイヤからなる地図データと前記地図データの各レイヤと対応する複数の表示レベルのいずれかが割り当て設定される表示レベルテーブルと表示する地図の操作指示に基づき、前記表示レベルの最も高いレイヤの地図データを描画メモリに描画し、しかる後、次に高い前記表示レベルから前記操作指示がないことを条件に各レイヤの地図データを順次前記描画メモリに描画する処理を行うことを特徴とし、また、操作指示に従って地図の表示を制御する地図表示装置用記録媒体は、上記プログラムと、複数のレイヤからなる地図データと、前記地図データの各レイヤと対応する複数の表示レベルのいずれかが割り当て設定される表示レベルテーブルとを記録したことを特徴とするものである。
【0012】
【発明の実施の形態】
以下、本発明の実施の形態を図面を参照しつつ説明する。図1は本発明に係る地図表示装置の実施の形態を示す図、図2は表示レベルテーブルの構成例を示す図である。図中、1は地図データベース、2は画像処理部、3は表示部、4は操作部、5は描画処理部、6は描画メモリ、7は表示レベルテーブル、8は入力処理部を示す。
【0013】
図1において、地図データベース1は、空間データを含み所定範囲のメッシュ毎に区切られた地図データを格納するハードディスクであり、例えばCD−ROMのような光ディスク、磁気ディスク又は光磁気ディスクなどの記録媒体である。表示部3は、地図データベース1に格納されている地図データ及び空間データに基づき描画メモリ6に描画された地図を表示するティスプレイであり、操作部4は、表示部3に表示される地図のスクロール、縮尺の切り替え、ズームイン/ズームアウトなどの操作指示を行うマウス、ジョィスティックなどのポインティングデバイス、データ入力を行うキーボードである。画像処理部2は、操作部4の操作指示に基づき地図データベース1に格納された地図データ及び空間データを読み出し、描画メモリ6に描画された地図を表示部3に表示するための処理を行うものであり、描画処理部5、描画メモリ6、表示レベルテーブル7、入力処理部8などを備えている。
【0014】
画像処理部2における表示レベルテーブル7は、地図データの各レイヤと対応する複数の表示レベルのいずれかが割り当て設定される表示レベル設定手段であり、例えば図2に示すように表示レベル1、2、……と縮尺に対応して各レイヤが割り当て設定される。入力処理部8は、操作部4からの表示部3に表示される地図のスクロール、縮尺の切り替え、ズームイン/ズームアウトなどの操作指示の入力処理、表示レベルテーブルの設定処理などを行うものである。描画処理部5は、入力処理部8を通して入力される操作部4からの操作指示及び表示レベルテーブル7に基づいて地図データベース1に格納された地図データ及び空間データを各メッシュ、各レイヤ毎に読み出して、描画メモリ6に地図を描画するものであり、表示レベルの最も高いレイヤの地図データを描画メモリ6に描画した後、次に高い表示レベルから操作指示がないことを条件に各レイヤの地図データを順次描画メモリに描画する。
【0015】
したがって、画像処理部2では、地図のスクロール、縮尺の切り替え、ズームイン/ズームアウトなどの操作指示があると、入力処理部8の入力処理に従い描画処理部5がまず、図2に示す表示レベルテーブル7を参照することにより縮尺(1/1000、1/2500、……)に応じて表示レベル1で設定されたレイヤの地図データを地図データベース1から読み出して描画メモリ6に描画することにより表示部3に地図を表示する。その後、依然として操作指示があれば、さらにその操作指示に従って同様の地図データの読み出し、描画、表示を行うが、操作指示がなければ、次に高い表示レベル2から各レイヤの地図データの読み出し、描画、表示、引き続き順次表示レベル3、……の各レイヤの地図データの読み出し、描画、表示を行う。
【0016】
地図データベース1に格納される地図データは、データ種別が異なる複数の層データから構成され、各層データは、国道データ、一般道データ、鉄道データ、行政界・行政界名称データ、河川・海岸線データ、シンボルデータ、名称・文字列データなどである。ここで、国道データは、地図上の国道の情報を有するデータである。一般道データは、国道以外の道路、例えば、県道、市道などの道路の情報を有するデータである。鉄道データは、JRやその他の私鉄などの各鉄道路線、駅などの情報を有するデータである。行政界・行政界名称データは、行政界及びその名称の情報を有するデータである。河川・海岸線データは、河川や海岸線の形状などの情報を有するデータである。シンボルデータは、地図上の建物や田畑などの位置を示すシンボル(マーク)の情報を有するデータである。名称・文字列データは、上記各層データの各情報の名称などの文字情報を有するデータである。また、空間データは、ポイントデータ、ラインデータ、ポリゴンデータなどであり、人口統計データや顧客データなどの利用者データを含む地図上の地点やエリアに対応する各種情報からなる。
【0017】
表示部3に表示される地図画像は、これらの各層データを描画処理部5により描画メモリ6に描画処理した画像の重ね合わせである。各層データの集合が、1つの地図データとして、メッシュ単位ごとに地図データベース1に格納されている。そして、操作部4からの操作指示に基づくスクロール、縮尺の切り替え、ズームイン/ズームアウトのイベントの発生によって、新たなメッシュ範囲の地図データの読み出しが行われるとき、そのメッシュ範囲に対応する層データが読み出され、描画処理される。
【0018】
次に、具体的な表示処理の例及び表示レベルテーブルの例を説明する。図3はスクロール表示の操作指示に対する表示処理の例を説明するための図、図4は表示レベルテーブルの設定例を示す図、図5は表示レベルテーブルの他の設定例を示す図、図6はスクロール表示の操作指示に対する表示処理の他の例を説明するための図である。
【0019】
表示部の画面に地図を表示している場合におけるスクロール表示処理では、例えば図3に示すように移動イベント発生を監視し(ステップS11)、操作部よりスクロール表示の操作指示があり、移動イベント発生が認識されると、移動方向およびその移動する距離を取得して(ステップS12)、表示レベルのカウンタiを1とする(ステップS13)。
【0020】
次に、カウンタiの表示レベル、つまり表示レベル1のレイヤデータを地図データベースから取得し(ステップS14)、取得したレイヤデータを描画メモリに描画して(ステップS15)、カウンタiをインクリメントして「i+1」とする(ステップS16)。そして、カウンタの値が最大描画レベルの値Nを越えたか否かを判定し(ステップS17)、まだ、カウンタの値がN以下であれば、さらに同種のイベントが発生しているか否かを判定して(ステップS18)、同種のイベントが発生していなければステップS14に戻り、また、同種のイベントが発生していればステップS12に戻って同様の処理を繰り返し実行する。以上の処理をカウンタの値がNを越えるまで繰り返し実行する。
【0021】
表示レベルテーブルに、例えば図4に示すように表示レベル1〜4まで設定されている場合には、上記の処理により、操作部からスクロール表示の操作指示があれば、その間、操作指示がなくなるまで、表示レベル1に設定された都道府県界、都道府県名称、主要湖沼地界、市区町村界、市区町村名称、主要水涯線、主要鉄道駅、主要鉄道路線名、主要道路名、一般道路、一般道路名の各レイヤの地図データが読み出されて描画メモリに描画され表示部の画面に表示されることにより、逐次スクロール表示が行われる。そして、操作指示がなくなると、上記表示レベル1の次に、表示レベル2の町・大字界、町・大字名称、丁目・字(大字)界、丁目・字(大字)界名称、……の各レイヤの地図データの読み出し、描画、表示が行われ、順次表示レベル3、4の各レイヤの地図データの読み出し、描画、表示が行われる。
【0022】
このように本実施形態においては、スクロールイベントあるいはズームイベントが発生した場合に、全てのレイヤを一度に表示するのではなく、まず表示レベル1のレイヤを表示させ、続けて同種のイベントが発生している場合には残りのレイヤ表示を省略して、再度新しい領域での表示レベル1のレイヤを表示させる。同種のイベントが発生していない場合には表示レベル2のレイヤを表示させる、というように、最大4レベルのレイヤ制御を行う。これにより、ユーザにとっては好みの速度でストレス無くスクロールあるいはズームイン/アウトを行うことができる。表示されるレイヤは速度に応じて詳細化されていくことになる。スクロールイベントが絶え間なく発生している場合には高速スクロールが可能となる。
【0023】
更にこれらの仕組みを発展させ、地図の縮尺により表示レベルが設定される表示レベルテーブルの例を示したのが図5である。一般に、小縮尺の広域地図では都道府県界、新幹線や高速道路、海岸線や河川などが重要なレイヤとなるが、大縮尺の詳細地図、特に住宅地図においては丁目堺やその名称、交差点名、目標物が重要なレイヤとなってくる。これらの違いに着目して、縮尺の大きさに従った表示レベル毎のレイヤを設定する。これにより、縮尺に対応した精緻なスムーズスクロールが可能となる。また、縮尺レベルによっては表示する意味のないレイヤも存在する。例えば、小縮尺の建物情報等、不必要なレイヤの表示を省略して高速化を図ることも可能である。図5では、不必要な表示レイヤを〔−〕で表している。このような表示レベルテーブルを適用して実行するスクロール表示処理の例を示したのが図6である。
【0024】
図6に示すスクロール表示処理では、図3で説明したスクロール表示処理において、ステップS18の同種イベント発生の判断処理までは同じであるが、同種のイベントが発生している場合に、さらにイベントの判定処理を行って(ステップS19)、描画条件を変更するか否かを判定し(ステップS20)、描画条件を変更して(ステップS21)、ステップS12の処理に戻るようにしている。ここで、イベントの判定処理としては、例えばジョィスティックによるスクロール表示の操作指示では、所定時間以上継続して倒している場合、マウスなどのボールによるスクロール表示の操作指示では、操作量が大きい場合などがあり、その場合に、移動量を大きくする、つまりスクロール速度を低速から中速、高速に上げるようにする。また、スクロール速度を変える場合に、それに応じて地図の縮尺を変える、つまり詳細地図から広域地図、広域地図から詳細地図に変えるようにしてもよい。このようにすることにより、画面上では、移動速度の変化を小さくしあるいは移動速度の変化をなくすことができ、また、操作を間欠的に繰り返すことにより、中間の表示レベルでのスクロール表示を実現することもできる。
【0025】
ユーザ要求により画面スクロールあるいはズームイン/アウトを行う際、例えば高速にスクロールを繰り返している場合などは、全てのレイヤを表示させなくとも、ユーザにとって最重要のレイヤのみを表示させ、現在位置や倍率を素早く表示させることが求められる。上記実施の形態によれば、ユーザは自分の見たい位置や倍率を高速に得ることができる。あるいは高速ではなくとも、中速でのスクロール要求やズーム要求であれば最重要なレイヤといくつかの重要なレイヤのみを表示させ、高速と比べると、より細部の地図データや空間データを得ることも可能である。同様に低速スクロール要求であれば全てのレイヤを表示させることもできる。これらの仕組みにより、スクロールあるいはズーム表示を全てのレイヤ処理が終わるのを待つことなく、ユーザが望む速度で画面を更新することが可能となる。
【0026】
なお、本発明は、上記実施の形態に限定されるものではなく、種々の変形が可能である。例えば上記実施の形態では、表示レベル1、2、……で示したが、この表示レベルに設定されないレイヤがあってもよいし、さらにその場合、その設定されないレイヤは最も低い表示レベルとして最後に描画するようにしても、描画しない表示レベルを持ち、その表示レベルに設定されたレイヤは、描画しないようにしてもよい。
【0027】
【発明の効果】
以上の説明から明らかなように、本発明によれば、複数のレイヤからなる地図データを格納する地図記憶手段と、地図記憶手段に格納された地図データを描画する描画メモリと、描画メモリに描画された地図を表示する表示手段と、表示手段に表示する地図の操作指示を行う操作手段と、地図データの各レイヤと対応する複数の表示レベルのいずれかが割り当て設定される表示レベル設定手段と、表示レベル設定手段に設定された表示レベルに基づき地図記憶手段に格納された地図データを読み出して描画メモリに描画する描画処理手段とを備え、描画処理手段は、操作手段による操作指示に基づき表示レベル設定手段に設定された表示レベルの最も高いレイヤの地図データを描画メモリに描画した後、次に高い表示レベルから操作指示がないことを条件に各レイヤの地図データを順次描画メモリに描画するので、表示レベル設定手段により、ユーザの要求や縮尺に応じて柔軟に優先表示するレイヤを設定して地図データの描画を高速化でき、円滑なスクロール表示、ズームイン/アウト表示をできる。したがって、データ量が多くても、必要な情報のみの描画処理で高速かつ円滑な表示が可能になる。
【図面の簡単な説明】
【図1】本発明に係る地図表示装置の実施の形態を示す図である。
【図2】表示レベルテーブルの構成例を示す図である。
【図3】スクロール表示の操作指示に対する表示処理の例を説明するための図である。
【図4】表示レベルテーブルの設定例を示す図である。
【図5】表示レベルテーブルの他の設定例を示す図である。
【図6】スクロール表示の操作指示に対する表示処理の他の例を説明するための図である。
【図7】地図表示システムの概略ブロック構成図である。
【符号の説明】
1…地図データベース、2…画像処理部、3…表示部、4…操作部、5…描画処理部、6…描画メモリ、7…表示レベルテーブル、8…入力処理部
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a map display device that controls the display of a map according to an operation instruction, a program for the map display device, and a recording medium.
[0002]
[Prior art]
FIG. 7 is a schematic block diagram of the map display system. The map display system includes a map database 1 storing map data as shown in FIG. 7, an image processing unit 2 for performing image processing of the map data, a display unit 3 for displaying the map data as a map image, And an operation unit 4 for inputting the instruction of Such a map display system is realized by, for example, a personal computer including a computer main body as the image processing unit 2, a keyboard and mouse as the operation unit 4, and a monitor as the display unit 3.
[0003]
The computer main body includes a CPU, a storage unit, a memory (RAM), a drawing memory (VRAM), and the like. The storage unit is a storage device called a hard disk, and corresponds to the map database 1 and stores map data and a computer program for executing display control of the map data. For example, an optical disk such as a CD-ROM May be provided as a recording medium such as a magnetic disk or a magneto-optical disk. Then, the CPU executes the display control of the map data according to the computer program. In this case, the memory is an area in which the map data read from the storage unit is temporarily stored, and the CPU can access the memory faster than the storage unit. Further, the drawing memory is an area in which an image for one screen of the monitor is stored.
[0004]
In the map display system as described above, when the map is scroll-displayed, if the entire drawing memory is rewritten each time in accordance with the scroll instruction, the processing amount increases, it takes time, and the smooth scroll display cannot be performed. . Therefore, at the time of scroll display, map data consisting of multiple layer data, for example, national roads and administrative boundaries / administrative boundaries names, rivers and coastlines, railways and the like as upper layer data, the other is divided into lower layer data, By drawing only upper layer data in a drawing memory (for example, refer to Patent Document 1) or by copying overlapping rectangular areas (for example, refer to Patent Document 2), map data to be scroll-displayed is drawn in a drawing memory. And smooth scroll display.
[0005]
[Patent Document 1]
JP 2000-181344 A
[Patent Document 2]
Japanese Patent Application Laid-Open No. 9-231045
[Problems to be solved by the invention]
However, in the map scrolling display in the above-described conventional map display system, in the case of a method of drawing map data limited to upper layer data such as national roads, administrative boundaries / administrative boundaries, rivers / coastlines, railways, etc. in a rendering memory, a user's Depending on the application or the display scale, the map information required for the scroll display cannot be obtained, and the scroll display may need to be stopped and the lower layer data must be displayed and viewed. Also, in the case of a method of copying overlapping rectangular areas, the amount of map data in an area outside the copied rectangular area also increases, depending on the size of the overlapping rectangular areas and the contents of the map to be displayed, and drawing to the drawing memory. Cannot be speeded up.
[0008]
[Means for Solving the Problems]
The present invention solves the above-described problems, and can set a layer to be preferentially displayed flexibly according to a user's request or a scale, thereby speeding up drawing of map data, smooth scroll display, zoom-in / out display. Is to be able to
[0009]
For this purpose, the present invention is a map display device that controls the display of a map in accordance with an operation instruction, wherein the map storage means stores map data composed of a plurality of layers, and the map data stored in the map storage means is drawn. A drawing memory, display means for displaying a map drawn on the drawing memory, operation means for instructing operation of the map to be displayed on the display means, and a plurality of display levels corresponding to each layer of the map data. A display level setting means to which is assigned and set; and drawing processing means for reading map data stored in the map storage means based on the display level set in the display level setting means and drawing the map data in a drawing memory, The drawing processing means includes a layer having the highest display level set in the display level setting means based on an operation instruction from the operation means. After drawing the map data in the drawing memory is from the next higher the display level which is characterized in that for drawing in sequence the drawing memory map data in each layer on the condition that there is no said operation instruction.
[0010]
When the operation by the operation unit is a scroll operation, the drawing processing unit determines the scroll operation amount and controls a scroll speed and a magnification of the map data. Wherein the display level setting means assigns and sets one of the plurality of display levels for each scale corresponding to each of the layers. It is characterized by the following.
[0011]
A map display device program that controls the display of a map according to an operation instruction includes a display level table in which map data including a plurality of layers and any one of a plurality of display levels corresponding to each layer of the map data are assigned and set. The map data of the layer having the highest display level is drawn in the drawing memory based on the operation instruction of the map to be made, and then the map data of each layer is provided on condition that there is no operation instruction from the next higher display level. The storage medium for a map display device, which sequentially performs a process of drawing in the drawing memory and controls display of a map in accordance with an operation instruction, includes the program, map data including a plurality of layers, and the map data. And a display level table to which any one of a plurality of display levels is assigned and set. The one in which the features.
[0012]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a diagram showing an embodiment of a map display device according to the present invention, and FIG. 2 is a diagram showing a configuration example of a display level table. In the figure, 1 is a map database, 2 is an image processing unit, 3 is a display unit, 4 is an operation unit, 5 is a drawing processing unit, 6 is a drawing memory, 7 is a display level table, and 8 is an input processing unit.
[0013]
In FIG. 1, a map database 1 is a hard disk that stores spatial data and stores map data divided into meshes within a predetermined range, and is a recording medium such as an optical disk such as a CD-ROM, a magnetic disk, or a magneto-optical disk. It is. The display unit 3 is a display that displays a map drawn in the drawing memory 6 based on the map data and the space data stored in the map database 1. A mouse, a pointing device such as a joystick, and a keyboard for inputting data for operating instructions such as scrolling, switching of scale, zooming in / out, and the like. The image processing unit 2 reads out map data and spatial data stored in the map database 1 based on an operation instruction from the operation unit 4 and performs processing for displaying a map drawn in the drawing memory 6 on the display unit 3. And a drawing processing unit 5, a drawing memory 6, a display level table 7, an input processing unit 8, and the like.
[0014]
The display level table 7 in the image processing unit 2 is a display level setting unit to which one of a plurality of display levels corresponding to each layer of the map data is assigned and set. For example, as shown in FIG. Each layer is assigned and set in accordance with the scale. The input processing unit 8 performs a process of scrolling a map displayed on the display unit 3 from the operation unit 4, switching a scale, inputting operation instructions such as zooming in / zooming out, setting a display level table, and the like. . The drawing processing unit 5 reads out map data and spatial data stored in the map database 1 for each mesh and each layer based on an operation instruction from the operation unit 4 input through the input processing unit 8 and the display level table 7. And draws a map in the drawing memory 6. After drawing the map data of the layer having the highest display level in the drawing memory 6, the map of each layer is provided on condition that there is no operation instruction from the next higher display level. The data is sequentially drawn in the drawing memory.
[0015]
Therefore, in the image processing unit 2, when there is an operation instruction such as scrolling of a map, switching of a scale, zoom-in / zoom-out, etc., the drawing processing unit 5 first executes the display level table shown in FIG. 7, the map data of the layer set at the display level 1 according to the scale (1/1000, 1/2500,...) Is read from the map database 1 and drawn in the drawing memory 6 to display the display unit. The map is displayed on 3. Thereafter, if there is still an operation instruction, the same map data is read, drawn, and displayed in accordance with the operation instruction. If there is no operation instruction, the map data of each layer is read and drawn from the next higher display level 2. , Display, and successively, reading, drawing, and display of map data of each layer of display levels 3,...
[0016]
The map data stored in the map database 1 is composed of a plurality of layer data having different data types, and each layer data includes national road data, general road data, railway data, administrative / administrative name data, river / coastline data, Symbol data, name / character string data, etc. Here, the national road data is data having information on national roads on a map. The general road data is data having information on roads other than national roads, for example, roads such as prefectural roads and city roads. The railway data is data having information on railway lines such as JR and other private railways, stations, and the like. The administrative boundary / administrative boundary name data is data having information on the administrative boundary and its name. River / coastline data is data having information such as the shape of rivers and coastlines. The symbol data is data having information of a symbol (mark) indicating a position of a building or a field on a map. The name / character string data is data having character information such as a name of each information of each layer data. The spatial data is point data, line data, polygon data, and the like, and includes various information corresponding to points and areas on a map including user data such as demographic data and customer data.
[0017]
The map image displayed on the display unit 3 is a superposition of images obtained by drawing the respective layer data in the drawing memory 6 by the drawing processing unit 5. A set of each layer data is stored in the map database 1 as one map data for each mesh unit. Then, when reading of map data of a new mesh range is performed by the occurrence of scroll, scale switching, and zoom-in / zoom-out events based on an operation instruction from the operation unit 4, layer data corresponding to the new mesh range is displayed. It is read and rendered.
[0018]
Next, an example of a specific display process and an example of a display level table will be described. 3 is a diagram for explaining an example of a display process in response to an operation instruction for scroll display, FIG. 4 is a diagram showing a setting example of a display level table, FIG. 5 is a diagram showing another setting example of a display level table, and FIG. FIG. 9 is a diagram for explaining another example of the display process in response to the operation instruction of the scroll display.
[0019]
In the scroll display processing when the map is displayed on the screen of the display unit, for example, as shown in FIG. 3, the occurrence of the movement event is monitored (step S11), and the operation unit issues an operation instruction for the scroll display, and the movement event is generated. Is recognized, the moving direction and the moving distance are acquired (step S12), and the display level counter i is set to 1 (step S13).
[0020]
Next, the display level of the counter i, that is, the layer data of the display level 1 is obtained from the map database (step S14), the obtained layer data is drawn in the drawing memory (step S15), and the counter i is incremented by " i + 1 "(step S16). Then, it is determined whether or not the value of the counter has exceeded the value N of the maximum drawing level (step S17). If the value of the counter is still not more than N, it is further determined whether or not the same type of event has occurred. Then, if the same type of event has not occurred (NO in step S18), the process returns to step S14. If the same type of event has occurred, the process returns to step S12 and repeats the same processing. The above processing is repeated until the value of the counter exceeds N.
[0021]
When the display level table is set to display levels 1 to 4 as shown in FIG. 4, for example, if there is an operation instruction for scroll display from the operation unit by the above processing, until the operation instruction disappears during that time. , Prefectural boundaries, prefectural names, major lakes, municipalities, municipalities, municipal names, major water stations, major railway stations, major railway lines, major railway names, major roads, The map data of each layer of the general road name is read, drawn in the drawing memory, and displayed on the screen of the display unit, so that the scroll display is sequentially performed. Then, when there is no operation instruction, the display level 1 is followed by the display level 2 of the town / large character field, the town / large character name, the chome / character (large character) field, the chome / character (large character) field name,. Reading, drawing, and display of map data of each layer are performed, and reading, drawing, and display of map data of each layer of display levels 3 and 4 are sequentially performed.
[0022]
As described above, in the present embodiment, when a scroll event or a zoom event occurs, instead of displaying all the layers at once, the layer of the display level 1 is displayed first, and subsequently, the same type of event occurs. If so, the display of the remaining layers is omitted, and the display level 1 layer is displayed again in the new area. If the same type of event has not occurred, a layer of display level 2 is displayed, so that a maximum of four levels of layer control are performed. This allows the user to scroll or zoom in / out at a desired speed without stress. The displayed layer will be detailed according to the speed. If scroll events occur continuously, high-speed scrolling becomes possible.
[0023]
FIG. 5 shows an example of a display level table in which the display level is set according to the scale of the map by further developing these mechanisms. In general, on a small-scale wide area map, the prefectural boundaries, Shinkansen and expressways, coastlines and rivers are important layers, but on a large-scale detailed map, especially a residential map, Chome Sakai and its name, intersection name, target Things become an important layer. Focusing on these differences, a layer is set for each display level according to the size of the scale. This enables precise smooth scrolling corresponding to the scale. Further, there is a layer that is meaningless to be displayed depending on the scale level. For example, it is possible to omit the display of unnecessary layers such as small-scale building information or the like to increase the speed. In FIG. 5, unnecessary display layers are represented by [-]. FIG. 6 shows an example of a scroll display process executed by applying such a display level table.
[0024]
In the scroll display process shown in FIG. 6, in the scroll display process described with reference to FIG. 3, the process up to the determination process of the occurrence of the same type of event in step S18 is the same, but when the same type of event has occurred, the event determination is further performed. The process is performed (step S19), and it is determined whether or not to change the drawing condition (step S20). The drawing condition is changed (step S21), and the process returns to step S12. Here, as the event determination processing, for example, in the case of a scroll display operation instruction using a joystick, when the player continuously depresses for a predetermined time or more, in the case of a scroll display operation instruction using a ball such as a mouse, the operation amount is large. In such a case, the moving amount is increased, that is, the scroll speed is increased from a low speed to a middle speed and a high speed. When the scroll speed is changed, the scale of the map may be changed accordingly, that is, a detailed map may be changed to a wide area map, or a wide area map may be changed to a detailed map. By doing so, on the screen, the change in the moving speed can be reduced or the change in the moving speed can be eliminated, and by intermittently repeating the operation, the scroll display at the intermediate display level is realized You can also.
[0025]
When scrolling the screen or zooming in / out at the request of the user, for example, when scrolling is repeated at a high speed, only the layer most important to the user is displayed without displaying all the layers, and the current position and the magnification are changed. It needs to be displayed quickly. According to the above-described embodiment, the user can quickly obtain his / her desired position and magnification. Or, even if it is not high speed, if it is a scroll request or zoom request at medium speed, only the most important layer and some important layers are displayed, and more detailed map data and spatial data are obtained compared to high speed Is also possible. Similarly, if a low-speed scroll request is made, all layers can be displayed. With these mechanisms, it is possible to update the screen at a speed desired by the user without having to wait for the completion of all layer processing for scrolling or zoom display.
[0026]
Note that the present invention is not limited to the above embodiment, and various modifications are possible. For example, in the above embodiment, the display levels are indicated by display levels 1, 2,..., But there may be a layer that is not set to this display level, and in that case, the layer that is not set is finally set as the lowest display level. Even when drawing is performed, a layer having a display level at which drawing is not performed may be set so as not to be drawn.
[0027]
【The invention's effect】
As is apparent from the above description, according to the present invention, a map storage means for storing map data comprising a plurality of layers, a drawing memory for drawing map data stored in the map storage means, and a drawing memory for drawing data Display means for displaying the displayed map, operation means for instructing the operation of the map to be displayed on the display means, and display level setting means for assigning and setting one of a plurality of display levels corresponding to each layer of the map data. Drawing processing means for reading map data stored in the map storage means based on the display level set in the display level setting means and drawing the map data in a drawing memory, wherein the drawing processing means displays the image data based on an operation instruction from the operation means. After drawing the map data of the layer having the highest display level set in the level setting means in the drawing memory, no operation instruction is given from the next highest display level. Since the map data of each layer is sequentially drawn on the drawing memory on the condition that the conditions are satisfied, the display level setting means can flexibly set the layer to be preferentially displayed according to the user's request and the scale, thereby speeding up drawing of the map data. , Smooth scroll display, zoom-in / out display. Therefore, even if the data amount is large, high-speed and smooth display can be achieved by drawing processing of only necessary information.
[Brief description of the drawings]
FIG. 1 is a diagram showing an embodiment of a map display device according to the present invention.
FIG. 2 is a diagram illustrating a configuration example of a display level table.
FIG. 3 is a diagram for describing an example of a display process in response to an operation instruction for scroll display.
FIG. 4 is a diagram showing a setting example of a display level table.
FIG. 5 is a diagram showing another setting example of the display level table.
FIG. 6 is a diagram for explaining another example of a display process in response to an operation instruction for scroll display.
FIG. 7 is a schematic block diagram of a map display system.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... Map database, 2 ... Image processing part, 3 ... Display part, 4 ... Operation part, 5 ... Drawing processing part, 6 ... Drawing memory, 7 ... Display level table, 8 ... Input processing part

Claims (7)

操作指示に従って地図の表示を制御する地図表示装置であって、
複数のレイヤからなる地図データを格納する地図記憶手段と、
前記地図記憶手段に格納された地図データを描画する描画メモリと、
前記描画メモリに描画された地図を表示する表示手段と、
前記表示手段に表示する地図の操作指示を行う操作手段と、
前記地図データの各レイヤと対応する複数の表示レベルのいずれかが割り当て設定される表示レベル設定手段と、
前記表示レベル設定手段に設定された表示レベルに基づき前記地図記憶手段に格納された地図データを読み出して描画メモリに描画する描画処理手段と
を備え、前記描画処理手段は、前記操作手段による操作指示に基づき前記表示レベル設定手段に設定された前記表示レベルの最も高いレイヤの地図データを前記描画メモリに描画した後、次に高い前記表示レベルから前記操作指示がないことを条件に各レイヤの地図データを順次前記描画メモリに描画することを特徴とする地図表示装置。
A map display device that controls display of a map according to an operation instruction,
Map storage means for storing map data comprising a plurality of layers;
A drawing memory for drawing map data stored in the map storage means;
Display means for displaying a map drawn in the drawing memory;
Operating means for instructing the operation of the map to be displayed on the display means;
A display level setting unit to which one of a plurality of display levels corresponding to each layer of the map data is assigned and set;
Drawing processing means for reading map data stored in the map storage means based on the display level set in the display level setting means and drawing the map data in a drawing memory, wherein the drawing processing means performs an operation instruction by the operation means. After the map data of the layer having the highest display level set in the display level setting means is drawn in the drawing memory, the map of each layer is provided on condition that there is no operation instruction from the next highest display level. A map display device which sequentially draws data in the drawing memory.
前記描画処理手段は、前記操作手段による操作がスクロール操作である場合、該スクロール操作量を判定してスクロール速度を制御することを特徴とする請求項1記載の地図表示装置。2. The map display device according to claim 1, wherein, when the operation by the operation unit is a scroll operation, the drawing processing unit determines a scroll operation amount and controls a scroll speed. 前記描画処理手段は、前記操作手段による操作がスクロール操作である場合、該スクロール操作量を判定して前記地図データの倍率を制御することを特徴とする請求項1又は2記載の地図表示装置。3. The map display device according to claim 1, wherein, when the operation by the operation unit is a scroll operation, the drawing processing unit determines a scroll operation amount and controls a magnification of the map data. 4. 前記地図データとして、地図上の地点やエリアに対応する各種情報からなる空間データを含むことを特徴とする請求項1乃至3のいずれかに記載の地図表示装置。The map display device according to any one of claims 1 to 3, wherein the map data includes spatial data including various information corresponding to points and areas on a map. 前記表示レベル設定手段は、前記各レイヤと対応する各縮尺毎に前記複数の表示レベルのいずれかが割り当て設定されることを特徴とする請求項1乃至4のいずれかに記載の地図表示装置。5. The map display device according to claim 1, wherein the display level setting unit assigns and sets one of the plurality of display levels for each scale corresponding to each of the layers. 6. 操作指示に従って地図の表示を制御する地図表示装置用プログラムであって、
複数のレイヤからなる地図データと前記地図データの各レイヤと対応する複数の表示レベルのいずれかが割り当て設定される表示レベルテーブルと表示する地図の操作指示に基づき、前記表示レベルの最も高いレイヤの地図データを描画メモリに描画し、
しかる後、次に高い前記表示レベルから前記操作指示がないことを条件に各レイヤの地図データを順次前記描画メモリに描画する
処理を行うことを特徴とする地図表示装置用プログラム。
A program for a map display device that controls display of a map according to an operation instruction,
Based on map data consisting of a plurality of layers and a display level table to which any one of a plurality of display levels corresponding to each layer of the map data is assigned and an operation instruction of a map to be displayed, Draw the map data in the drawing memory,
A program for a map display device, which then performs a process of sequentially drawing map data of each layer in the drawing memory on condition that there is no operation instruction from the next higher display level.
操作指示に従って地図の表示を制御する地図表示装置用記録媒体であって、
複数のレイヤからなる地図データと、
前記地図データの各レイヤと対応する複数の表示レベルのいずれかが割り当て設定される表示レベルテーブルと、
請求項5に記載された地図表示装置用プログラムと
を記録したことを特徴とする地図表示装置用記録媒体。
A recording medium for a map display device that controls display of a map according to an operation instruction,
Map data consisting of multiple layers,
A display level table to which one of a plurality of display levels corresponding to each layer of the map data is assigned and set;
A recording medium for a map display device, which records the program for a map display device according to claim 5.
JP2003084421A 2003-03-26 2003-03-26 Map display device, and program and recording medium for map display device Pending JP2004294598A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003084421A JP2004294598A (en) 2003-03-26 2003-03-26 Map display device, and program and recording medium for map display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003084421A JP2004294598A (en) 2003-03-26 2003-03-26 Map display device, and program and recording medium for map display device

Publications (1)

Publication Number Publication Date
JP2004294598A true JP2004294598A (en) 2004-10-21

Family

ID=33399596

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003084421A Pending JP2004294598A (en) 2003-03-26 2003-03-26 Map display device, and program and recording medium for map display device

Country Status (1)

Country Link
JP (1) JP2004294598A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009034634A1 (en) * 2007-09-13 2009-03-19 Mitsubishi Electric Corporation Map drawing device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009034634A1 (en) * 2007-09-13 2009-03-19 Mitsubishi Electric Corporation Map drawing device
JPWO2009034634A1 (en) * 2007-09-13 2010-12-16 三菱電機株式会社 Map drawing device
CN101802887B (en) * 2007-09-13 2012-07-11 三菱电机株式会社 Map drawing device

Similar Documents

Publication Publication Date Title
EP1105819B1 (en) Methods and devices for mapping data files
RU2393525C2 (en) Improved key-based navigation facilities
US20170186206A1 (en) Representation of overlapping visual entities
US7750825B2 (en) System and method for navigation of display data
JP2005316955A (en) Advanced navigation technique for portable device
JP2671393B2 (en) Map information display device
JP2000512787A (en) Method and apparatus for visualizing a hierarchical information structure on a two-dimensional screen based on nodes interconnected at an edge through fish-eye representation of nodes
JP2857490B2 (en) Map system with learning function
Setlur et al. Towards designing better map interfaces for the mobile: experiences from example
JP5556526B2 (en) Map display device, map display method and program
JP2004294598A (en) Map display device, and program and recording medium for map display device
JPS6398780A (en) Drawing display system
JP2577397B2 (en) Graphic display device
CA2341463C (en) Methods and devices for mapping data files
JP2010237393A (en) Map display device, map display method, and program
JP4345985B2 (en) Image display processing device
JP3602291B2 (en) Multi-screen display device
JP2009192799A (en) Method and device for scrolling list
JPH10254355A (en) Vector map displaying device
KR100222664B1 (en) Scale adaptive raster map display method
JP3666972B2 (en) Image drawing device
JP2005084539A (en) Hierarchical node display device
JP2000181344A (en) Map display system and scroll processing method therein
JP2000122770A (en) Graphic display method for sorted file group
JPH11272381A (en) Geographic information system and storage medium recording program for its system

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050907

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060104