|
|
(389 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| == Shizugatake Fortification Phases ==
| | function p.getJSONLD() |
| {{#display_map:
| | return '{"@context": "https://schema.org", "name": "Test Castle"}' |
| service=googlemaps
| | end |
| |zoom=13
| |
| |width=800
| |
| |height=500
| |
| |center=35.511,136.235
| |
| |controls=pan, zoom, type | |
| |markers=
| |
| 35.5135,136.2228~今市上砦;
| |
| 35.5148,136.2301~天神山砦;
| |
| 35.5112,136.2403~土器山砦;
| |
| 35.5105,136.2467~東野山砦;
| |
| 35.5080,136.2505~菖蒲谷山砦
| |
| |lines=
| |
| 35.5135,136.2228 : 35.5148,136.2301~#FF0000;stroke-width:2;stroke-opacity:0.8;stroke-dasharray:5,5;
| |
| 35.5148,136.2301 : 35.5112,136.2403 : 35.5105,136.2467 : 35.5080,136.2505~#0000FF;stroke-width:2;stroke-opacity:0.9
| |
| }}
| |