Popup doesn't hide the icon anymore

This commit is contained in:
Pieter Vander Vennet 2020-07-26 23:28:31 +02:00
parent 8abe46b658
commit 5f0243384c
3 changed files with 27 additions and 12 deletions

View file

@ -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"
};