diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-09-26 02:40:28 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-09-26 02:54:20 +0200 |
commit | 1f1e3a933857b7884bf671251e3fef866ea245fa (patch) | |
tree | c4835e9b39a690ae1a38fe45263532f68a993871 | |
parent | 256b69ea36959f84bde51279e4720f27daf54c4f (diff) |
webmap-import: Improve wording.
-rwxr-xr-x | webmap-import | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webmap-import b/webmap-import index 74b6ed5..00c4756 100755 --- a/webmap-import +++ b/webmap-import @@ -945,7 +945,7 @@ def importSource2(lyr_dst, path, args={}, basedir=None, extent=None): if count0 >= 0: if count1 >= 0: - logging.info('Source layer "%s" has %d features (of which %d within extent)', + logging.info('Source layer "%s" has %d features (%d of which intersecting extent)', layername, count0, count1) else: logging.info('Source layer "%s" has %d features', layername, count0) |