Re-enable local country detection

This commit is contained in:
Pieter Vander Vennet 2020-09-26 01:11:17 +02:00
parent 223f6191cd
commit 48ca24261f
158 changed files with 1714 additions and 8 deletions

View file

@ -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,