|
181 | 181 | where type in (\'forest\',\'wood\',\'pedestrian\',\'cemetery\',\'industrial\',\'commercial\',\ |
182 | 182 | \'brownfield\',\'residential\',\'school\',\'college\',\'university\',\ |
183 | 183 | \'military\',\'park\',\'golf_course\',\'hospital\',\'parking\',\'stadium\',\'sports_center\',\ |
184 | | - \'pitch\') order by area desc) as foo using unique osm_id using srid=OSM_SRID"', |
| 184 | + \'pitch\',\'pier\') order by area desc) as foo using unique osm_id using srid=OSM_SRID"', |
185 | 185 | 12:'"geometry from (select geometry ,osm_id, type, OSM_NAME_COLUMN as name from OSM_SCHEMA.OSM_PREFIX_landusages \ |
186 | 186 | where type in (\'forest\',\'wood\',\'pedestrian\',\'cemetery\',\'industrial\',\'commercial\',\ |
187 | 187 | \'brownfield\',\'residential\',\'school\',\'college\',\'university\',\ |
188 | 188 | \'military\',\'park\',\'golf_course\',\'hospital\',\'parking\',\'stadium\',\'sports_center\',\ |
189 | | - \'pitch\') order by area desc) as foo using unique osm_id using srid=OSM_SRID"' |
| 189 | + \'pitch\',\'pier\') order by area desc) as foo using unique osm_id using srid=OSM_SRID"' |
190 | 190 | }, |
191 | 191 |
|
192 | 192 | 'display_industrial': 1, |
|
0 commit comments