diff options
| -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) | 
