Popup doesn't hide the icon anymore
This commit is contained in:
parent
8abe46b658
commit
5f0243384c
3 changed files with 27 additions and 12 deletions
|
@ -162,7 +162,8 @@ export class Bookcases extends LayerDefinition {
|
|||
icon: {
|
||||
iconUrl: "assets/bookcase.svg",
|
||||
iconSize: [40, 40],
|
||||
iconAnchor: [20,20]
|
||||
iconAnchor: [20,20],
|
||||
popupAnchor: [0, -15]
|
||||
},
|
||||
color: "#0000ff"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue