as way
This commit is contained in:
parent
ac825fb4cf
commit
4393cc513d
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ def xml_layer(type="postgis", geom="point", interesting_tags = "*", sql = "true"
|
|||
%s
|
||||
<Datasource>
|
||||
<Parameter name="table">
|
||||
(select %s, ST_Simplify(way, %s)
|
||||
(select %s, ST_Simplify(way, %s) as way
|
||||
from %s%s
|
||||
where %s
|
||||
) as text
|
||||
|
|
Loading…
Add table
Reference in a new issue