Fix marker anchors
This commit is contained in:
parent
b168fe2b9e
commit
03a0e84f58
@ -15,7 +15,7 @@ export const VERSION = '0.2';
|
|||||||
|
|
||||||
export const NORMAL_ICON_SCALE = 0.625;
|
export const NORMAL_ICON_SCALE = 0.625;
|
||||||
export const LARGE_ICON_SCALE = 1.0;
|
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 = {
|
export const REPORT_TYPES = {
|
||||||
accident: {
|
accident: {
|
||||||
description: 'reportLabels.accidentDescription',
|
description: 'reportLabels.accidentDescription',
|
||||||
|
Loading…
Reference in New Issue
Block a user