diff --git a/utils/country-locations/convert.js b/utils/country-locations/convert.js index b001f7ef..f37764eb 100644 --- a/utils/country-locations/convert.js +++ b/utils/country-locations/convert.js @@ -5,7 +5,9 @@ import fs from 'fs'; import countryCodeLatLong from './countrycode-latlong-array.json'; -import { CANVAS_SIZE, CANVAS_MIN_XY } from '../../src/core/constants'; + +const CANVAS_SIZE = 256 * 256; +const CANVAS_MIN_XY = -(CANVAS_SIZE / 2); /*