Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
office-shirado authored Oct 9, 2024
1 parent eb23b01 commit cd5df85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/0.03/Sticky_Note_Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function set_Sticky_Note_Map_Source_Layer() {
},
paint: {
"fill-color": "#00ff00",
"fill-opacity": 0.2 // 透明(見えない)
"fill-opacity": 0.0 // 透明(見えない)
},
'minzoom': 0,
'maxzoom': 24,
Expand Down Expand Up @@ -633,7 +633,6 @@ function Popup_Post_Menu(e){


function set_Language() {
console.log(Sticky_Note_Map_Language);
if( Sticky_Note_Map_Language =="en"){
Popup_Text_User ="from";
Popup_Text_PostDateTime ="at";
Expand Down Expand Up @@ -732,7 +731,6 @@ function add_Sticky_Note_Map() {
Sticky_Note_Map_Language = "en";
}
set_Language();
console.log(Sticky_Note_Map_Language);
});

// クリック属性表示(Sticky_Note_Map)【Point】
Expand Down

0 comments on commit cd5df85

Please sign in to comment.