「GeoJson:見捨てられた道」の版間の差分
提供:メタファー リファンタジオ 攻略Wiki
ヘイグ運営用アカウント (トーク | 投稿記録) (ページの作成:「{ "type": "FeatureCollection", "features": [] }」) |
ヘイグ運営用アカウント (トーク | 投稿記録) 編集の要約なし |
||
1行目: | 1行目: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "", | |||
"content": "as", | |||
"iconType": "icon1", | |||
"tags": [ | |||
"ねこ" | |||
] | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-250.3125, | |||
76.163993 | |||
] | |||
} | |||
} | |||
] | |||
} | } |