Documentation ¶
Index ¶
- Variables
- func ConvertBorder(fc *geojson.FeatureCollection, id string) (any, error)
- func ConvertLandmark(fc *geojson.FeatureCollection, id string) (any, error)
- func GenerateLandmarkImage(name string) ([]byte, error)
- func Handler(conf Config) (http.Handler, error)
- func WebhookHandler(conf Config) (cmswebhook.Handler, error)
- type Config
- type Item
- type Service
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSkip = errors.New("skip")
Functions ¶
func ConvertBorder ¶
func ConvertBorder(fc *geojson.FeatureCollection, id string) (any, error)
ConvertBorder は国土数値情報を基に作成された行政界GeoJSONデータをPLATEAU VIEW用のCZMLに変換します。
func ConvertLandmark ¶
func ConvertLandmark(fc *geojson.FeatureCollection, id string) (any, error)
ConvertLandmark は国土基本情報を基に作成されたランドマーク・鉄道駅GeoJSONデータをPLATEAU VIEW用のCZMLに変換します。
func GenerateLandmarkImage ¶
GenerateLandmarkImage はランドマーク用の画像を生成します。
func WebhookHandler ¶
func WebhookHandler(conf Config) (cmswebhook.Handler, error)
Types ¶
type Item ¶
type Item struct { ID string `json:"id" cms:"id"` Type string `json:"type" cms:"type"` DataFormat string `json:"data_format" cms:"data_format,select"` Data string `json:"data" cms:"data,asset"` DataConv string `json:"data_conv" cms:"data_conv,select"` DataOrig []string `json:"data_orig" cms:"data_orig,asset"` }
Click to show internal directories.
Click to hide internal directories.