Fix SQL error. (someday we'll get it right...)
This commit is contained in:
parent
58ce31b809
commit
cbe2ef41c4
@ -37,7 +37,8 @@ SELECT osm_id,
|
||||
leisure,
|
||||
tourism,
|
||||
place,
|
||||
waterway
|
||||
waterway,
|
||||
man_made
|
||||
FROM osm_landuse_polygon_gen7
|
||||
);
|
||||
|
||||
@ -51,7 +52,8 @@ SELECT osm_id,
|
||||
leisure,
|
||||
tourism,
|
||||
place,
|
||||
waterway
|
||||
waterway,
|
||||
man_made
|
||||
FROM osm_landuse_polygon_gen6
|
||||
);
|
||||
|
||||
@ -65,7 +67,8 @@ SELECT osm_id,
|
||||
leisure,
|
||||
tourism,
|
||||
place,
|
||||
waterway
|
||||
waterway,
|
||||
man_made
|
||||
FROM osm_landuse_polygon_gen5
|
||||
);
|
||||
|
||||
@ -79,7 +82,8 @@ SELECT osm_id,
|
||||
leisure,
|
||||
tourism,
|
||||
place,
|
||||
waterway
|
||||
waterway,
|
||||
man_made
|
||||
FROM osm_landuse_polygon_gen4
|
||||
);
|
||||
|
||||
@ -93,7 +97,8 @@ SELECT osm_id,
|
||||
leisure,
|
||||
tourism,
|
||||
place,
|
||||
waterway
|
||||
waterway,
|
||||
man_made
|
||||
FROM osm_landuse_polygon_gen3
|
||||
);
|
||||
|
||||
@ -107,7 +112,8 @@ SELECT osm_id,
|
||||
leisure,
|
||||
tourism,
|
||||
place,
|
||||
waterway
|
||||
waterway,
|
||||
man_made
|
||||
FROM osm_landuse_polygon_gen2
|
||||
);
|
||||
|
||||
@ -121,7 +127,8 @@ SELECT osm_id,
|
||||
leisure,
|
||||
tourism,
|
||||
place,
|
||||
waterway
|
||||
waterway,
|
||||
man_made
|
||||
FROM osm_landuse_polygon_gen1
|
||||
);
|
||||
|
||||
@ -135,7 +142,8 @@ SELECT osm_id,
|
||||
leisure,
|
||||
tourism,
|
||||
place,
|
||||
waterway
|
||||
waterway,
|
||||
man_made
|
||||
FROM osm_landuse_polygon
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user