ダッシュボード設定:地理情報のプロット

索引に戻る

地理データ設定

位置情報は、グラフィックマーカーとして地図上にプロットされます。評定者は次のように定義できます。

   A quadruplet: Title, Latitude, Longitude, Marker Class
   A sextuplet: Title, Address, Post code, City, Region Code, Marker Class 

情報フィールドには以下の指定があります。


   Title: Textual label of the marker
   Latitude: floating point latitude
   Longitude: floating point longitude
   Address: road information
   Post code: Official post or zip code
   City: City name
   Marker Class: A classname, that will bind to a graphical icon 


フィールドを設定すると、必要な情報を要求出力フィールドにバインドできます。設定出力は通常、セミコロン( ";")で区切られた1つ以上のフィールド(または別名)名を受け入れます。


   Title input: Query output fieldname providing the textual label
   Location input:
       Case 1: THE output column name providing the geolocation couple as a comma pair of floating point values : "lat,lng" (ex : 47.098456,1.4534456)
       Case 2: A semicolon separated list of query output fieldnames (or aliases) that provide in order : address, post code, city, and region code (*) 
   Marker type input: The query output fieldname that provides a class label 

(*)フィールド名の代わりに引用符で囲まれた値を使用して、市、郵便番号、地域コードに一定の値を指定できます。

 address;cp;city;"GB"

リージョンコードとして常に値 "GB"を提供します。