forked from MapComplete/MapComplete
Fix local caching by hiding latlon2country import
This commit is contained in:
parent
a4da937033
commit
5bcb879dfe
5 changed files with 8 additions and 9 deletions
|
@ -177,7 +177,6 @@ export abstract class OsmObject {
|
|||
|
||||
private static constructPolygonFeatures(): Map<string, { values: Set<string>, blacklist: boolean }> {
|
||||
const result = new Map<string, { values: Set<string>, blacklist: boolean }>();
|
||||
|
||||
for (const polygonFeature of polygon_features) {
|
||||
const key = polygonFeature.key;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue