diff --git a/2020-yoshino/skip.geojson b/2020-yoshino/skip.geojson new file mode 100644 index 0000000..4826df3 --- /dev/null +++ b/2020-yoshino/skip.geojson @@ -0,0 +1,47 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "description": "{{{https://www.yatex.org/gitbucket/SKIP/reroad-test/pages/2020-fuga/m-1.html}}}", + "name": "パノラマ1" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 139.885156, + 38.700076 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "パノラマ2", + "description": "{{{https://www.yatex.org/gitbucket/SKIP/reroad-test/pages/2020-fuga/m-2.html}}}" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 139.886121, + 38.70016 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "パノラマ3", + "description": "{{{https://www.yatex.org/gitbucket/SKIP/reroad-test/pages/2020-fuga/m-3.html}}}" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 139.88714, + 38.700269 + ] + } + } + ] +} \ No newline at end of file