diff --git a/gis/gccview/gcc_puller_functions.py b/gis/gccview/gcc_puller_functions.py index da890efd1..0e7ef24fc 100644 --- a/gis/gccview/gcc_puller_functions.py +++ b/gis/gccview/gcc_puller_functions.py @@ -313,6 +313,8 @@ def get_data(mapserver, layer_id, max_number = None, record_max = None): # Exception if the data we want to get is centreline if mapserver == 'cot_geospatial' and layer_id == 2: where = "\"FEATURE_CODE_DESC\" IN ('Collector','Collector Ramp','Expressway','Expressway Ramp','Local','Major Arterial','Major Arterial Ramp','Minor Arterial','Minor Arterial Ramp','Pending', 'Other')" + elif mapserver == 'cot_geospatial27' and layer_id == 41: + where = "OBJECTID>0" else: where = "1=1"