From ad38438a0b980ee816e1573bf18362e72345fa4d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 22 Apr 2025 21:33:42 +0200 Subject: webmap-import: Fingerprint destination layers to detect changes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comparing modification times is not enough since some sources (for instance Naturvårdsverket's SCI_Rikstackande) are updated on the server even though no objects are being added; the source layer remains unchanged but the file differs because of OBJECTID changes we are not interested in. --- .pylintrc | 1 + 1 file changed, 1 insertion(+) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 54b0100..b87e779 100644 --- a/.pylintrc +++ b/.pylintrc @@ -5,3 +5,4 @@ max-locals = 50 max-branches = 25 max-statements = 100 max-nested-blocks = 10 +max-module-lines = 1250 -- cgit v1.2.3