Skip to content

Commit

Permalink
Update reverse zoom level descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia authored and mtmail committed Mar 21, 2023
1 parent 3e76cfc commit b52bdfd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ export function zoomLevels() {
/* 9 */ '',
/* 10 */ 'City',
/* 11 */ '',
/* 12 */ 'Town / Village',
/* 13 */ '',
/* 14 */ 'Suburb',
/* 15 */ '',
/* 16 */ 'Street',
/* 17 */ '',
/* 12 */ 'Town / Borough',
/* 13 */ 'Village / Suburb',
/* 14 */ 'Neighbourhood',
/* 15 */ 'Locality',
/* 16 */ 'Major Street',
/* 17 */ 'Minor Street',
/* 18 */ 'Building'
];
return aZoomLevels;
Expand Down

0 comments on commit b52bdfd

Please sign in to comment.