forked from MapComplete/MapComplete
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
|
// 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()
|
MinimapImplementation.initialize()
|
||||||
AvailableBaseLayers.implement(new AvailableBaseLayersImplementation())
|
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();
|
ShowOverlayLayerImplementation.Implement();
|
||||||
// Miscelleanous
|
// Miscelleanous
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue