Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterqliu committed May 2, 2019
1 parent 10dfcfd commit 2405a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert.js
Expand Up @@ -3,7 +3,7 @@ import simplify from './simplify';
import createFeature from './feature';

const maxMercatorLatitude = 85.05;
const minVectorLatitude = -maxMercatorLatitude * 8191/8192;
const minVectorLatitude = -maxMercatorLatitude * 8191 / 8192;

// converts GeoJSON feature into an intermediate projected JSON vector format with simplification data

Expand Down

0 comments on commit 2405a96

Please sign in to comment.