@defra/wls-eps-web-service
Version:
The web service for wildlife licencing of European Protected Species
288 lines (287 loc) • 3.62 kB
JavaScript
export const gridReferencePrefixes = [
{
prefix: 'HO',
easting: 300,
northing: 1200
},
{
prefix: 'HP',
easting: 400,
northing: 1200
},
{
prefix: 'HT',
easting: 300,
northing: 1100
},
{
prefix: 'HU',
easting: 400,
northing: 1100
},
{
prefix: 'HW',
easting: 100,
northing: 1000
},
{
prefix: 'HX',
easting: 200,
northing: 1000
},
{
prefix: 'HY',
easting: 300,
northing: 1000
},
{
prefix: 'HZ',
easting: 400,
northing: 1000
},
{
prefix: 'NA',
easting: 0,
northing: 900
},
{
prefix: 'NB',
easting: 100,
northing: 900
},
{
prefix: 'NC',
easting: 200,
northing: 900
},
{
prefix: 'ND',
easting: 300,
northing: 900
},
{
prefix: 'NE',
easting: 400,
northing: 900
},
{
prefix: 'NF',
easting: 0,
northing: 800
},
{
prefix: 'NG',
easting: 100,
northing: 800
},
{
prefix: 'NH',
easting: 200,
northing: 800
},
{
prefix: 'NJ',
easting: 300,
northing: 800
},
{
prefix: 'NK',
easting: 400,
northing: 800
},
{
prefix: 'NL',
easting: 0,
northing: 700
},
{
prefix: 'NM',
easting: 100,
northing: 700
},
{
prefix: 'NN',
easting: 200,
northing: 700
},
{
prefix: 'NO',
easting: 300,
northing: 700
},
{
prefix: 'NP',
easting: 400,
northing: 700
},
{
prefix: 'NR',
easting: 100,
northing: 600
},
{
prefix: 'NS',
easting: 200,
northing: 600
},
{
prefix: 'NT',
easting: 300,
northing: 600
},
{
prefix: 'NU',
easting: 400,
northing: 600
},
{
prefix: 'NW',
easting: 100,
northing: 500
},
{
prefix: 'NX',
easting: 200,
northing: 500
},
{
prefix: 'NY',
easting: 300,
northing: 500
},
{
prefix: 'NZ',
easting: 400,
northing: 500
},
{
prefix: 'OV',
easting: 500,
northing: 500
},
{
prefix: 'SC',
easting: 200,
northing: 400
},
{
prefix: 'SD',
easting: 300,
northing: 400
},
{
prefix: 'SE',
easting: 400,
northing: 400
},
{
prefix: 'TA',
easting: 500,
northing: 400
},
{
prefix: 'SH',
easting: 200,
northing: 300
},
{
prefix: 'SJ',
easting: 300,
northing: 300
},
{
prefix: 'SK',
easting: 400,
northing: 300
},
{
prefix: 'TF',
easting: 500,
northing: 300
},
{
prefix: 'TG',
easting: 600,
northing: 300
},
{
prefix: 'SM',
easting: 100,
northing: 200
},
{
prefix: 'SN',
easting: 200,
northing: 200
},
{
prefix: 'SO',
easting: 300,
northing: 200
},
{
prefix: 'SP',
easting: 400,
northing: 200
},
{
prefix: 'TL',
easting: 500,
northing: 200
},
{
prefix: 'TM',
easting: 600,
northing: 200
},
{
prefix: 'SR',
easting: 100,
northing: 100
},
{
prefix: 'SS',
easting: 200,
northing: 100
},
{
prefix: 'ST',
easting: 300,
northing: 100
},
{
prefix: 'SU',
easting: 400,
northing: 100
},
{
prefix: 'TQ',
easting: 500,
northing: 100
},
{
prefix: 'TR',
easting: 600,
northing: 100
},
{
prefix: 'SV',
easting: 0,
northing: 0
},
{
prefix: 'SW',
easting: 100,
northing: 0
},
{
prefix: 'SX',
easting: 200,
northing: 0
},
{
prefix: 'SY',
easting: 300,
northing: 0
}
]