replace marker-asset to match color-theme

This commit is contained in:
Tim Herbst 2020-12-27 14:20:14 +01:00
parent 4503274a2e
commit cff34ac31d
2 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ import {BikePointStatus, IMapBikePoint} from './domain/map-bike-point';
const createIcon = L.icon({
iconUrl: '../../assets/bike-point.png',
iconSize: [40, 40],
iconAnchor: [18, 40],
popupAnchor: [0, -39]
iconSize: [45, 45],
iconAnchor: [21, 40],
popupAnchor: [1, -35]
});
@Injectable({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 10 KiB