update country location script

This commit is contained in:
HF 2020-01-02 19:07:00 +01:00
parent f7599569a4
commit d7ef9c25d0

View File

@ -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);
/*