add import latitude and longitude
parent
125f1e0949
commit
880a6fd23a
|
|
@ -38,8 +38,8 @@ const cemeteryKeyToCemetery = {
|
|||
cemeteryDescription: 'At Holy Sepulchre Cemetery',
|
||||
cemeteryKey: 'HC',
|
||||
cemeterySvg: '',
|
||||
cemeteryLatitude: '',
|
||||
cemeteryLongitude: '',
|
||||
cemeteryLatitude: '46.56861214',
|
||||
cemeteryLongitude: '-84.34559226',
|
||||
cemeteryAddress1: 'Fourth Line East',
|
||||
cemeteryAddress2: '',
|
||||
cemeteryCity: 'Sault Ste. Marie',
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@ const cemeteryKeyToCemetery: Record<string, AddCemeteryForm> = {
|
|||
cemeteryKey: 'HC',
|
||||
cemeterySvg: '',
|
||||
|
||||
cemeteryLatitude: '',
|
||||
cemeteryLongitude: '',
|
||||
cemeteryLatitude: '46.56861214',
|
||||
cemeteryLongitude: '-84.34559226',
|
||||
|
||||
cemeteryAddress1: 'Fourth Line East',
|
||||
cemeteryAddress2: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue