Add 'place=isolated_dwelling' into index of villages

stable
David MENTRE 2012-01-08 08:27:28 +01:00
rodzic 98680e9106
commit 6d25c4913d
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -366,7 +366,9 @@ from (
st_intersection(%(wkb_limits)s, way) as village_contour
from planet_osm_point
where trim(name) != ''
and (place = 'locality' or place = 'hamlet')
and (place = 'locality'
or place = 'hamlet'
or place = 'isolated_dwelling')
and ST_intersects(way, %(wkb_limits)s)
) as foo
order by village_name""" \