Skip to content

Commit

Permalink
Remove duplicate and inconsistent condition from water_lines_casing
Browse files Browse the repository at this point in the history
This resolves gravitystorm#939
  • Loading branch information
matthijsmelissen committed Sep 13, 2014
1 parent 82a8a76 commit 96016f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
],
"Datasource": {
"type": "postgis",
"table": " (select way,waterway,case when tunnel in ('yes','culvert') then 'yes' else 'no' end as int_tunnel \n from planet_osm_line\n where waterway in ('stream','drain','ditch')\n and (tunnel is null or tunnel != 'yes')\n ) as water_lines_casing",
"table": " (select way,waterway,case when tunnel in ('yes','culvert') then 'yes' else 'no' end as int_tunnel \n from planet_osm_line\n where waterway in ('stream','drain','ditch')\n ) as water_lines_casing",
"extent": "-20037508,-20037508,20037508,20037508",
"key_field": "",
"geometry_field": "way",
Expand Down

0 comments on commit 96016f9

Please sign in to comment.