Skip to content

Commit

Permalink
use correct value for TILE_MAP_RENDER
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 13, 2021
1 parent f935259 commit 09d7ee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import type { CreateTileMapLayerDescriptorParams } from '../../classes/layers/create_tile_map_layer_descriptor';

export const TILE_MAP_RENDER = 'region_map_vis';
export const TILE_MAP_RENDER = 'tile_map_vis';
export const TILE_MAP_VIS_TYPE = 'tile_map';

export enum MapTypes {
Expand Down

0 comments on commit 09d7ee2

Please sign in to comment.