Fix latlon2country-URL
This commit is contained in:
parent
f77308dce0
commit
b8719399e9
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
@ -19,7 +19,7 @@ import {Browser} from "leaflet";
|
|||
// Workaround for a stupid crash: inject some functions which would give stupid circular dependencies or crash the other nodejs scripts running from console
|
||||
MinimapImplementation.initialize()
|
||||
AvailableBaseLayers.implement(new AvailableBaseLayersImplementation())
|
||||
SimpleMetaTagger.coder = new CountryCoder("https://pietervdvn.github.io/latlon2country/");
|
||||
SimpleMetaTagger.coder = new CountryCoder("https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/latlon2country");
|
||||
ShowOverlayLayerImplementation.Implement();
|
||||
// Miscelleanous
|
||||
|
||||
|
|
Loading…
Reference in a new issue