forked from MapComplete/MapComplete
Extract tree_nodes layer, add heritage tags & img
This commit is contained in:
parent
e333119a17
commit
b8075a6a55
7 changed files with 432 additions and 278 deletions
|
@ -63,7 +63,7 @@ export default class MetaTagging {
|
|||
["_country"], "The country code of the property (with latlon2country)",
|
||||
(feature, index) => {
|
||||
|
||||
const coder = new CountryCoder("https://pietervdvn.github.io/latlon2country/");
|
||||
const coder = new CountryCoder("/latlon2country");
|
||||
|
||||
let centerPoint: any = GeoOperations.centerpoint(feature);
|
||||
const lat = centerPoint.geometry.coordinates[1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue