mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed text rendering
This commit is contained in:
parent
3ca211b9bb
commit
97fe205e5f
2 changed files with 5 additions and 8 deletions
|
@ -118,7 +118,6 @@ function* getRenderData() {
|
|||
yield put(editorSetRenderer({ info: 'Загрузка тайлов', progress: 0.1 }));
|
||||
|
||||
const { route, stickers, provider }: ReturnType<typeof selectMap> = yield select(selectMap);
|
||||
const gpx: ReturnType<typeof selectEditorGpx> = yield select(selectEditorGpx);
|
||||
const { distance }: ReturnType<typeof selectEditor> = yield select(selectEditor);
|
||||
|
||||
const canvas = <HTMLCanvasElement>document.getElementById('renderer');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue