chore: rename files

Signed-off-by: acalcutt <acalcutt@techidiots.net>
This commit is contained in:
acalcutt 2023-04-02 23:14:51 -04:00 committed by Andrew Calcutt
parent e1c46d4ef6
commit 8ef047eb8f
3 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,7 @@ import { getFontsPbf, getTileUrls, fixTileJSONCenter } from './utils.js';
import Os from 'os'; import Os from 'os';
const ostype = Os.platform() == 'win32' ? 'windows' : 'unix'; const ostype = Os.platform() == 'win32' ? 'windows' : 'unix';
const { sharp, createCanvas, Image } = await import( const { sharp, createCanvas, Image } = await import(
`./render_import_${ostype}.js` `./serve_rendered_${ostype}.js`
); );
const FLOAT_PATTERN = '[+-]?(?:\\d+|\\d+.?\\d+)'; const FLOAT_PATTERN = '[+-]?(?:\\d+|\\d+.?\\d+)';