diff --git a/sedentarybird.geojson b/sedentarybird.geojson index b96ef3f..7c7fc82 100644 --- a/sedentarybird.geojson +++ b/sedentarybird.geojson @@ -10,7 +10,8 @@ "_umap_options": { "iconClass": "Ball" }, - "season": "留鳥・漂鳥" + "season": "留鳥・漂鳥", + "image": "https://www.yatex.org/gitbucket/koeki-Map/maptest-2021/raw/master/DAISUKE%20Kaoka/aosagi20210713.jpg" }, "geometry": { "type": "Point", diff --git a/unus.js b/unus.js index d9315be..0afd892 100644 --- a/unus.js +++ b/unus.js @@ -61,7 +61,8 @@ onEachFeature: function(feature, layer){ layer.bindPopup( "

" + feature.properties.name + "

" + - "

" + feature.properties.season + "

" + "

" + feature.properties.season + "

" + + "

" ) } }).addTo(map);