forked from MapComplete/MapComplete
Attempt to fix loading
This commit is contained in:
parent
a03313fb3d
commit
555dbf3478
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export class Overpass {
|
||||||
}
|
}
|
||||||
|
|
||||||
self._relationTracker.RegisterRelations(json)
|
self._relationTracker.RegisterRelations(json)
|
||||||
const geojson = osmtogeojson(json);
|
const geojson = osmtogeojson.toGeoJSON(json);
|
||||||
const osmTime = new Date(json.osm3s.timestamp_osm_base);
|
const osmTime = new Date(json.osm3s.timestamp_osm_base);
|
||||||
return [geojson, osmTime];
|
return [geojson, osmTime];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue