--- dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Database.java 2015/09/27 13:21:45 2707 +++ dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Database.java 2015/09/27 18:20:41 2708 @@ -100,8 +100,8 @@ "LEFT JOIN bogleveringer.postnummerdistributor p on (a.postnr=p.postnr) " + "WHERE rute IS NULL " + //Ingen dækning //"AND a.postnr BETWEEN ? AND ? " + - //"AND a.postnr BETWEEN 8000 and 8600 " + - "AND a.postnr BETWEEN 9000 AND 9300 " + + "AND a.postnr BETWEEN 8000 and 8600 " + + //"AND a.postnr BETWEEN 9000 AND 9300 " + "AND latitude IS NOT NULL " + "AND longitude IS NOT NULL " + "AND gadeid IS NOT NULL " +