From 077ca0f92b19481804ddb059333d2d72061865b9 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 11 Jan 2014 10:54:30 +0000 Subject: Move the trees --- project.mml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/project.mml b/project.mml index d8a8e5d..1b7a04e 100755 --- a/project.mml +++ b/project.mml @@ -74,30 +74,6 @@ "advanced": {}, "name": "landcover" }, - { - "geometry": "point", - "extent": [ - -2.148912099700868, - 50.70650619479751, - -0.23519839996726025, - 51.59034609477434 - ], - "Datasource": { - "type": "postgis", - "table": "(select st_buffer(st_collect(way),3) as way, 'poly' as type from planet_osm_point where \"natural\"='tree' AND way && !bbox! UNION select way, 'point' as type from planet_osm_point where \"natural\"='tree' AND way && !bbox! union select st_buffer(st_collect(way),3) as way, 'poly' as type from planet_osm_line where \"natural\"='tree_row' and way && !bbox! ) as trees", - "key_field": "", - "geometry_field": "", - "extent_cache": "auto", - "extent": "-239215.800698205,6569541.35314762,-26182.1661197481,6726391.01974815", - "dbname": "hampshire" - }, - "id": "trees", - "class": "", - "srs-name": "900913", - "srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over", - "advanced": {}, - "name": "trees" - }, { "geometry": "linestring", "extent": [ @@ -390,6 +366,30 @@ "advanced": {}, "name": "water-lines-casing" }, + { + "geometry": "point", + "extent": [ + -2.148912099700868, + 50.70650619479751, + -0.23519839996726025, + 51.59034609477434 + ], + "Datasource": { + "type": "postgis", + "table": "(select st_buffer(st_collect(way),3) as way, 'poly' as type from planet_osm_point where \"natural\"='tree' AND way && !bbox! UNION select way, 'point' as type from planet_osm_point where \"natural\"='tree' AND way && !bbox! union select st_buffer(st_collect(way),3) as way, 'poly' as type from planet_osm_line where \"natural\"='tree_row' and way && !bbox! ) as trees", + "key_field": "", + "geometry_field": "", + "extent_cache": "auto", + "extent": "-239215.800698205,6569541.35314762,-26182.1661197481,6726391.01974815", + "dbname": "hampshire" + }, + "id": "trees", + "class": "", + "srs-name": "900913", + "srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over", + "advanced": {}, + "name": "trees" + }, { "extent": [ -1.9589729385752532, -- cgit v1.2.3