Skip to content

Instantly share code, notes, and snippets.

@mapconcierge
Created July 30, 2020 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mapconcierge/2bdc57a2db6a5d1a7e42b5e995f3e202 to your computer and use it in GitHub Desktop.
Save mapconcierge/2bdc57a2db6a5d1a7e42b5e995f3e202 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "多聞寺",
"description": "毘沙門天",
"_markerType": "Icon",
"_iconUrl": "https://maps.gsi.go.jp/portal/sys/v4/symbols/080.png",
"_iconSize": [
20,
20
],
"_iconAnchor": [
10,
10
]
},
"geometry": {
"type": "Point",
"coordinates": [
139.819333,
35.738483
]
}
},
{
"type": "Feature",
"properties": {
"name": "白髭神社",
"description": "寿老人",
"_markerType": "Icon",
"_iconUrl": "https://maps.gsi.go.jp/portal/sys/v4/symbols/080.png",
"_iconSize": [
20,
20
],
"_iconAnchor": [
10,
10
]
},
"geometry": {
"type": "Point",
"coordinates": [
139.813135,
35.72526
]
}
},
{
"type": "Feature",
"properties": {
"name": "向島百花園",
"description": "福禄寿",
"_markerType": "Icon",
"_iconUrl": "https://maps.gsi.go.jp/portal/sys/v4/symbols/080.png",
"_iconSize": [
20,
20
],
"_iconAnchor": [
10,
10
]
},
"geometry": {
"type": "Point",
"coordinates": [
139.815697,
35.724594
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment