From 1f1e3a933857b7884bf671251e3fef866ea245fa Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 26 Sep 2024 02:40:28 +0200 Subject: webmap-import: Improve wording. --- webmap-import | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webmap-import') 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) -- cgit v1.2.3