Fix marker anchors

This commit is contained in:
Lucas Verney 2018-09-13 16:04:01 +02:00
parent b168fe2b9e
commit 03a0e84f58
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export const VERSION = '0.2';
export const NORMAL_ICON_SCALE = 0.625;
export const LARGE_ICON_SCALE = 1.0;
export const ICON_ANCHOR = [0, 0.5];
export const ICON_ANCHOR = [0.5, 1.0];
export const REPORT_TYPES = {
accident: {
description: 'reportLabels.accidentDescription',