UI: Fixed incorrect URL for default marker icon in maps widget
This commit is contained in:
parent
45d4a8b453
commit
bdb7d0905d
@ -91,6 +91,7 @@ export default abstract class LeafletMap {
|
||||
options: UnitedMapSettings) {
|
||||
this.options = options;
|
||||
this.editPolygons = options.showPolygon && options.editablePolygon;
|
||||
L.Icon.Default.imagePath = '/';
|
||||
}
|
||||
|
||||
public initSettings(options: MapSettings) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user