replace marker-asset to match color-theme
This commit is contained in:
parent
4503274a2e
commit
cff34ac31d
@ -10,9 +10,9 @@ import {BikePointStatus, IMapBikePoint} from './domain/map-bike-point';
|
|||||||
|
|
||||||
const createIcon = L.icon({
|
const createIcon = L.icon({
|
||||||
iconUrl: '../../assets/bike-point.png',
|
iconUrl: '../../assets/bike-point.png',
|
||||||
iconSize: [40, 40],
|
iconSize: [45, 45],
|
||||||
iconAnchor: [18, 40],
|
iconAnchor: [21, 40],
|
||||||
popupAnchor: [0, -39]
|
popupAnchor: [1, -35]
|
||||||
});
|
});
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user