mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
refactor: apply new eslint rules
This commit is contained in:
@@ -46,9 +46,7 @@ export class MapProvider {
|
||||
static getPointMarker(point: Point) {
|
||||
return marker(geoJSON(point).getBounds().getCenter(), {
|
||||
icon: icon({
|
||||
// tslint:disable-next-line:no-magic-numbers
|
||||
iconAnchor: [13, 41],
|
||||
// tslint:disable-next-line:no-magic-numbers
|
||||
iconSize: [25, 41],
|
||||
iconUrl: '../assets/marker-icon.png',
|
||||
shadowUrl: '../assets/marker-shadow.png',
|
||||
|
||||
Reference in New Issue
Block a user