forked from MapComplete/MapComplete
Re-enable local country detection
This commit is contained in:
parent
223f6191cd
commit
48ca24261f
158 changed files with 1714 additions and 8 deletions
|
@ -42,7 +42,7 @@ export class FilteredLayer {
|
|||
|
||||
private _showOnPopup: (tags: UIEventSource<any>, feature: any) => UIElement;
|
||||
|
||||
private static readonly grid = codegrid.CodeGrid();
|
||||
private static readonly grid = codegrid.CodeGrid("./tiles/");
|
||||
|
||||
constructor(
|
||||
layerDef: LayerDefinition,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue