「GeoJson:見捨てられた道」の版間の差分
提供:メタファー リファンタジオ 攻略Wiki
ヘイグ運営用アカウント (トーク | 投稿記録) (ページの作成:「{ "type": "FeatureCollection", "features": [] }」) |
ヘイグ運営用アカウント (トーク | 投稿記録) 編集の要約なし タグ: 手動差し戻し |
||
(同じ利用者による、間の8版が非表示) | |||
1行目: | 1行目: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[魔晶華]]", | |||
"content": "", | |||
"iconType": "icon3", | |||
"tags": [ | |||
"キラキラ" | |||
] | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
505.75, | |||
446.3203125 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[神仙の耳飾り]]", | |||
"content": "", | |||
"iconType": "icon3", | |||
"tags": [ | |||
"キラキラ" | |||
] | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
568.25, | |||
433.3203125 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[トケイ花]]", | |||
"content": "", | |||
"iconType": "icon3", | |||
"tags": [ | |||
"キラキラ" | |||
] | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
512.75, | |||
560.8203125 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[白のモノクル]]", | |||
"content": "", | |||
"iconType": "icon3", | |||
"tags": [ | |||
"キラキラ" | |||
] | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
668.75, | |||
671.3203125 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[凶鳥の札]]", | |||
"content": "", | |||
"iconType": "icon3", | |||
"tags": [ | |||
"キラキラ" | |||
] | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
971.25, | |||
638.3203125 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[女教皇の白面]]", | |||
"content": "", | |||
"iconType": "icon3", | |||
"tags": [ | |||
"キラキラ" | |||
] | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
919.75, | |||
781.8203125 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[黄金蟲]]", | |||
"content": "", | |||
"iconType": "icon3", | |||
"tags": [ | |||
"キラキラ" | |||
] | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
666.25, | |||
866.3203125 | |||
] | |||
} | |||
} | |||
] | |||
} | } |