kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
ebbbe0a576
commit
dce231cb60
|
@ -100,7 +100,7 @@ def merge_geojson_shots(geojson_shots_files, output_geojson_file):
|
||||||
with open(shot_file, "r") as f:
|
with open(shot_file, "r") as f:
|
||||||
shots = json.loads(f.read())
|
shots = json.loads(f.read())
|
||||||
|
|
||||||
if result is None:
|
if len(result) == 0:
|
||||||
for feat in shots.get('features', []):
|
for feat in shots.get('features', []):
|
||||||
added_files[feat['properties']['filename']] = True
|
added_files[feat['properties']['filename']] = True
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue