Newer
Older
2021-Kaoka-gamedesign / map / layers / kanmuri.geojson
@KAOKA Daisuke KAOKA Daisuke on 17 Dec 2021 1 KB add
var kanmuri = {
"type": "FeatureCollection",
"name": "kanmuri",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": 1, "name": "カンムリカイツブリ", "popupContent": "<p>カンムリカイツブリ</p>"}, "geometry": { "type": "MultiPoint", "coordinates": [ [ 139.83132929853798, 38.903638791175304 ] ] } },
{ "type": "Feature", "properties": { "id": 2, "name": "カンムリカイツブリ", "popupContent": "<p>Great Crested Grebe</p>"}, "geometry": { "type": "MultiPoint", "coordinates": [ [ 139.83309462279621, 38.90076500749911 ] ] } },
{ "type": "Feature", "properties": { "id": 3, "name": "カンムリカイツブリ", "popupContent": "<p>Podiceps cristatus</p>"}, "geometry": { "type": "MultiPoint", "coordinates": [ [ 139.847011946599508, 38.915236561011348 ] ] } },
{ "type": "Feature", "properties": { "id": 4, "name": "カンムリカイツブリ", "popupContent": "<p>冠鳰</p>"}, "geometry": { "type": "MultiPoint", "coordinates": [ [ 139.825335406870494, 38.900333939947664 ] ] } }
]
}