GISの検索用インデックスを作成する権限を持つグループ(ロール)のコードを入力してください。
Saveボタンで保存後は、必ず設定画面の保存を行ってください。
設定画面で入力したグループに所属するユーザーには、インデックス更新ボタンが表示されます。更新ボタンの押下で検索用サイトのステータスが公開中のもののインデックスが更新されます。
プロセスを進めると地図が公開されます。
作業者の設定は任意ですが、ステータス名やアクション名の変更は禁止です。
現状のアクション名、ステータス名は↓図のとおりです。
フィールドは以下の通りで変更してはいけません。テーブルの列追加を除き、追加は可能です。
{
"index_title": {
"type": "SINGLE_LINE_TEXT",
"code": "index_title",
"label": "公開用タイトル(公開中)",
"noLabel": false,
"required": false,
"minLength": "",
"maxLength": "64",
"expression": "",
"hideExpression": false,
"unique": true,
"defaultValue": ""
},
"レコード番号": {
"type": "RECORD_NUMBER",
"code": "レコード番号",
"label": "レコード番号",
"noLabel": false
},
"作業者": {
"type": "STATUS_ASSIGNEE",
"code": "作業者",
"label": "作業者",
"enabled": true
},
"agreement": {
"type": "MULTI_LINE_TEXT",
"code": "agreement",
"label": "公開用地図利用規約",
"noLabel": false,
"required": false,
"defaultValue": ""
},
"更新者": {
"type": "MODIFIER",
"code": "更新者",
"label": "更新者",
"noLabel": false
},
"pointtable": {
"type": "SUBTABLE",
"code": "pointtable",
"noLabel": false,
"label": "ポイント",
"fields": {
"pointgeojson": {
"type": "MULTI_LINE_TEXT",
"code": "pointgeojson",
"label": "geojson",
"noLabel": false,
"required": false,
"defaultValue": ""
},
"pointlegend": {
"type": "MULTI_LINE_TEXT",
"code": "pointlegend",
"label": "legend",
"noLabel": false,
"required": false,
"defaultValue": ""
},
"pointlookup": {
"type": "SINGLE_LINE_TEXT",
"code": "pointlookup",
"label": "ルックアップ",
"noLabel": false,
"required": false,
"lookup": {
"relatedApp": {
"app": "118",
"code": ""
},
"relatedKeyField": "layer_title",
"fieldMappings": [
{
"field": "pointgeojson",
"relatedField": "geojson"
},
{
"field": "pointlegend",
"relatedField": "legend"
}
],
"lookupPickerFields": [
"layer_title"
],
"filterCond": "legend is not empty",
"sort": "レコード番号 desc"
}
}
}
},
"作成者": {
"type": "CREATOR",
"code": "作成者",
"label": "作成者",
"noLabel": false
},
"ステータス": {
"type": "STATUS",
"code": "ステータス",
"label": "ステータス",
"enabled": true
},
"description": {
"type": "MULTI_LINE_TEXT",
"code": "description",
"label": "公開用説明",
"noLabel": false,
"required": false,
"defaultValue": ""
},
"zoom": {
"type": "NUMBER",
"code": "zoom",
"label": "公開用地図ズーム値",
"noLabel": false,
"required": false,
"minValue": "10",
"maxValue": "18",
"digit": false,
"unique": false,
"defaultValue": "",
"displayScale": "",
"unit": "",
"unitPosition": "BEFORE"
},
"title": {
"type": "SINGLE_LINE_TEXT",
"code": "title",
"label": "公開用タイトル",
"noLabel": false,
"required": false,
"minLength": "",
"maxLength": "64",
"expression": "",
"hideExpression": false,
"unique": true,
"defaultValue": ""
},
"更新日時": {
"type": "UPDATED_TIME",
"code": "更新日時",
"label": "更新日時",
"noLabel": false
},
"カテゴリー": {
"type": "CATEGORY",
"code": "カテゴリー",
"label": "カテゴリー",
"enabled": false
},
"index_description": {
"type": "MULTI_LINE_TEXT",
"code": "index_description",
"label": "公開用説明(公開中)",
"noLabel": false,
"required": false,
"defaultValue": ""
},
"mapid": {
"type": "SINGLE_LINE_TEXT",
"code": "mapid",
"label": "mapid",
"noLabel": false,
"required": false,
"minLength": "",
"maxLength": "",
"expression": "",
"hideExpression": false,
"unique": false,
"defaultValue": ""
},
"polygontable": {
"type": "SUBTABLE",
"code": "polygontable",
"noLabel": false,
"label": "ライン・ポリゴン",
"fields": {
"polygonlegend": {
"type": "MULTI_LINE_TEXT",
"code": "polygonlegend",
"label": "legend",
"noLabel": false,
"required": false,
"defaultValue": ""
},
"polygongeojson": {
"type": "MULTI_LINE_TEXT",
"code": "polygongeojson",
"label": "geojson",
"noLabel": false,
"required": false,
"defaultValue": ""
},
"polygonlookup": {
"type": "SINGLE_LINE_TEXT",
"code": "polygonlookup",
"label": "ルックアップ",
"noLabel": false,
"required": false,
"lookup": {
"relatedApp": {
"app": "120",
"code": ""
},
"relatedKeyField": "文字列__1行_",
"fieldMappings": [
{
"field": "polygongeojson",
"relatedField": "geojson"
},
{
"field": "polygonlegend",
"relatedField": "legend"
}
],
"lookupPickerFields": [
"文字列__1行_",
"作成者",
"更新日時"
],
"filterCond": "legend is not empty",
"sort": "更新日時 desc"
}
}
}
},
"geojson1": {
"type": "LINK",
"code": "geojson1",
"label": "追加geojsonファイル",
"noLabel": false,
"required": false,
"protocol": "WEB",
"minLength": "",
"maxLength": "",
"unique": false,
"defaultValue": ""
},
"作成日時": {
"type": "CREATED_TIME",
"code": "作成日時",
"label": "作成日時",
"noLabel": false
}
}