Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mayer
CircularGreenSimCity
Commits
f8a53b6f
Commit
f8a53b6f
authored
1 year ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Clearer warning
parent
79bd3336
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python_scripts/add_trees_to_open_street_map/import_existing_trees.py
+1
-1
...pts/add_trees_to_open_street_map/import_existing_trees.py
with
1 addition
and
1 deletion
+1
-1
python_scripts/add_trees_to_open_street_map/import_existing_trees.py
+
1
-
1
View file @
f8a53b6f
...
...
@@ -17,7 +17,7 @@ def get_existing_forest(shp_input):
source
=
Path
(
shp_input
).
name
)
if
not
added
:
print
(
f
"W
arning,
tree seems to be too close to others! Is it a duplicate?
\n\t
{
tree_row
}
"
)
print
(
f
"W
ARNING!
tree seems to be too close to others! Is it a duplicate?
\n\t
{
tree_row
}
"
)
return
forest
if
__name__
==
"__main__"
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment