Fix latlon2country-URL

This commit is contained in:
pietervdvn 2021-12-13 20:53:12 +01:00
parent f77308dce0
commit b8719399e9

View file

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