Created
January 5, 2021 20:41
-
-
Save YuukiToriyama/ead9fc697ba2fd0eeaa134807add4048 to your computer and use it in GitHub Desktop.
気多・気多神社リスト
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "出雲国出雲郡気多嶋", | |
"_markerType": "Icon", | |
"_iconUrl": "https://maps.gsi.go.jp/portal/sys/v4/symbols/080.png", | |
"_iconSize": [ | |
20, | |
20 | |
], | |
"_iconAnchor": [ | |
10, | |
10 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
132.68343, | |
35.445708 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "因幡国気多郡", | |
"_markerType": "Icon", | |
"_iconUrl": "https://maps.gsi.go.jp/portal/sys/v4/symbols/080.png", | |
"_iconSize": [ | |
20, | |
20 | |
], | |
"_iconAnchor": [ | |
10, | |
10 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.115708, | |
35.526411 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "能登国羽咋郡気多神社", | |
"_markerType": "Icon", | |
"_iconUrl": "https://maps.gsi.go.jp/portal/sys/v4/symbols/080.png", | |
"_iconSize": [ | |
20, | |
20 | |
], | |
"_iconAnchor": [ | |
10, | |
10 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.767383, | |
36.928694 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "加賀国江沼郡気多御子神社", | |
"_markerType": "Icon", | |
"_iconUrl": "https://maps.gsi.go.jp/portal/sys/v4/symbols/080.png", | |
"_iconSize": [ | |
20, | |
20 | |
], | |
"_iconAnchor": [ | |
10, | |
10 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.407248, | |
36.357656 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "越中国射水郡気多神社", | |
"_markerType": "Icon", | |
"_iconUrl": "https://maps.gsi.go.jp/portal/sys/v4/symbols/080.png", | |
"_iconSize": [ | |
20, | |
20 | |
], | |
"_iconAnchor": [ | |
10, | |
10 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
137.077349, | |
36.779842 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "但馬国気多郡気多神社", | |
"_markerType": "Icon", | |
"_iconUrl": "https://maps.gsi.go.jp/portal/sys/v4/symbols/080.png", | |
"_iconSize": [ | |
20, | |
20 | |
], | |
"_iconAnchor": [ | |
10, | |
10 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.793191, | |
35.478425 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment