「GeoJson:浮遊城」の版間の差分
提供:ロマサガ2リメイク 攻略Wiki(ロマンシング サガ2 リベンジオブザセブン)
H1G_yusaku@ヘイグ (トーク | 投稿記録) (内容を「{ "type": "FeatureCollection", "features": [] }」で置換) タグ: 置換 |
H1G_yusaku@ヘイグ (トーク | 投稿記録) 編集の要約なし |
||
1行目: | 1行目: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[魔獣の爪]]", | |||
"content": "", | |||
"iconType": "icon2", | |||
"tags": [ | |||
"キラキラ" | |||
] | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
3259.25, | |||
2589.59375 | |||
] | |||
} | |||
} | |||
] | |||
} | } |