GeoJson:MiyoshiCastles: Difference between revisions
From Jcastle.info
(Created GeoJSON page) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Akutagawasan Castle (芥川山城)", | |||
"description": "Miyoshi stronghold on the Tōkaidō; shift of base c.1553." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.6007, | |||
34.856 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Iimoriyama Castle (飯盛山城)", | |||
"description": "Key fortress in Kawachi; later Ichizoku power base." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.651, | |||
34.7206 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Koshimizu Castle (越水城・西宮)", | |||
"description": "Settsu beachhead near Nishinomiya; early Miyoshi pivot toward Kyoto." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.339, | |||
34.74 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Eguchi Castle (江口城)", | |||
"description": "Site tied to 1549 fighting along the Yodo/Kizu river routes." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.498, | |||
34.721 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Wakae Castle (若江城)", | |||
"description": "Kawachi plain node guarding approaches between Osaka and Nara." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.604, | |||
34.666 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Saiin Castle (西院城)", | |||
"description": "Miyoshi’s Kyoto base; recent excavations suggest a towered gate line." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.728, | |||
35.0038 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Shōgunyama Castle (将軍山城・北白川)", | |||
"description": "Ashikaga/Yoshiteru’s foothold; clashes in 1550 \u0026 1558." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.798, | |||
35.032 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Nakao Castle (中尾城・白川)", | |||
"description": "Built 1550; burned in retreat during Miyoshi counter." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.7985, | |||
35.0295 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Funaokayama Castle (船岡山城)", | |||
"description": "Northern Kyoto outwork used in the 1553 attempt to retake the capital." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.7483, | |||
35.043 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Tamonyama Castle (多聞城・奈良)", | |||
"description": "Matsunaga Hisahide’s revolutionary hilltop residence‑castle." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.835, | |||
34.682 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Yagi Castle (八木城・丹波)", | |||
"description": "Early Miyoshi pressure point toward Tanba; later on Mitsuhide’s path." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
135.576, | |||
35.105 | |||
] | |||
} | |||
} | |||
] | |||
} | } |