From b20d088379c15719b1738dcbe1dcbf0e9d13d262 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 7 Aug 2013 20:50:08 +0100 Subject: Initial commit --- project.mml | 715 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 715 insertions(+) create mode 100755 project.mml (limited to 'project.mml') diff --git a/project.mml b/project.mml new file mode 100755 index 0000000..233b477 --- /dev/null +++ b/project.mml @@ -0,0 +1,715 @@ +{ + "bounds": [ + -1.4967, + 50.8733, + -1.3151, + 51.0061 + ], + "center": [ + -1.3953, + 50.91, + 7 + ], + "format": "png", + "interactivity": false, + "minzoom": 0, + "maxzoom": 22, + "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", + "Stylesheet": [ + "style.mss", + "shapefiles.mss", + "roads.mss", + "placenames.mss", + "landcover.mss", + "buildings.mss", + "amenities.mss", + "bicycle-parking.mss", + "public_transport.mss", + "water.mss", + "sites.mss", + "soton-uni-campus.mss" + ], + "Layer": [ + { + "geometry": "polygon", + "extent": [ + -179.99999692067183, + -85.051, + 179.99999692067183, + 83.66601999999999 + ], + "id": "world", + "class": "", + "Datasource": { + "file": "data/shoreline_300/shoreline_300.shp" + }, + "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": "world" + }, + { + "geometry": "polygon", + "extent": [ + -179.99999692067183, + -85.051, + 179.99999692067183, + 83.66601999999999 + ], + "id": "coast-poly", + "class": "", + "Datasource": { + "file": "data/processed_p/processed_p.shp" + }, + "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": "coast-poly" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": "(select way, religion,\ncoalesce (aeroway, amenity, landuse, leisure, military, \"natural\", power, tourism, highway) as feature from (\nselect way,\n('aeroway_' || (case when aeroway in ('apron', 'aerodrome') then aeroway else null end)) as aeroway,\n('amenity_' || (case when amenity in ('parking', 'university', 'college', 'school', 'hospital', 'kindergarten', 'grave_yard') then amenity else null end)) as amenity,\n('landuse_' || (case when landuse in ('quarry', 'vineyard', 'orchard', 'cemetery', 'grave_yard', 'residential', 'garages', 'field', 'meadow', 'grass', 'allotments', 'forest', 'farmyard', 'farm', 'farmyard', 'recreation_ground', 'conservation', 'village_green', 'retail', 'industrial', 'railway', 'commercial', 'brownfield', 'landfill', 'greenfield', 'construction', 'wood', 'tree') then landuse else null end)) as landuse,\n('leisure_' || (case when leisure in ('swimming_pool', 'playground', 'park', 'recreation_ground', 'common', 'garden', 'golf_course') then leisure else null end)) as leisure,\n('military_' || (case when military in ('barracks', 'danger_area') then military else null end)) as military,\n('natural_' || (case when \"natural\" in ('field','beach','desert','heath','mud','grassland','wood','sand','scrub') then \"natural\" else null end)) as \"natural\",\n('power_' || (case when power in ('station','sub_station','generator') then power else null end)) as power,\n('tourism_' || (case when tourism in ('attraction', 'camp_site', 'caravan_site', 'picnic_site', 'zoo') then tourism else null end)) as tourism,\n('highway_' || (case when highway in ('services', 'rest_area') then highway else null end)) as highway,\ncase when religion in ('christian','jewish') then religion else 'INT-generic'::text end as religion\n from planet_osm_polygon\n where (landuse is not null\n or leisure is not null\n or aeroway in ('apron','aerodrome')\n or amenity in ('parking','university','college','school','hospital','kindergarten','grave_yard')\n or military in ('barracks','danger_area')\n or \"natural\" in ('field','beach','desert','heath','mud','grassland','wood','sand','scrub')\n or power in ('station','sub_station','generator')\n or tourism in ('attraction','camp_site','caravan_site','picnic_site','zoo')\n or highway in ('services','rest_area'))\n order by z_order,way_area desc\n ) as landcover\n) as features", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire", + "id": "landcover", + "project": "soton-uni-map-v2", + "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" + }, + "id": "landcover", + "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": "landcover" + }, + { + "geometry": "point", + "extent": [ + -2.148912099700868, + 50.70650619479751, + -0.23519839996726025, + 51.59034609477434 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,\"natural\" from planet_osm_point where \"natural\"='tree') 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": [ + -2.0673152415633007, + 50.70574037868477, + -0.4185891407510427, + 51.441095470863466 + ], + "Datasource": { + "type": "postgis", + "table": " (select way,coalesce(('highway_' || (case when highway is not null then highway else null end)), ('railway_' || (case when railway='preserved' and service in ('spur','siding','yard') then 'INT-preserved-ssy'::text when railway in ('rail','tram','light_rail','narrow_gauge','preserved','monorail') then railway else null end))) as feature,\n case when tunnel in ('yes','true','1') then 'yes'::text else tunnel end as tunnel\n from planet_osm_roads\n where highway is not null\n or (railway is not null and railway!='preserved' and (service is null or service not in ('spur','siding','yard')))\n or railway='preserved'\n order by z_order\n ) as roads", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-230132.48,6569406.74,-46597.13,6699692.44", + "dbname": "hampshire", + "user": "mapbox", + "id": "roads", + "project": "soton", + "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" + }, + "id": "roads", + "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": "roads" + }, + { + "geometry": "linestring", + "extent": [ + -2.1489120934287858, + 50.69367727897435, + -0.2351983449926277, + 51.6468541642394 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,highway,\n case when tunnel in ('yes','true','1') then 'yes'::text else 'no'::text end as tunnel,\n case when service in ('parking_aisle','drive-through','driveway') then 'INT-minor'::text else 'INT-normal'::text end as service\n from planet_osm_line\n where highway in ('motorway','motorway_link','trunk','trunk_link','primary','primary_link','secondary','secondary_link','tertiary','tertiary_link','residential','unclassified','road','service','pedestrian','raceway','living_street')\n order by z_order) as roads", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-239215.8,6567286.61,-26182.16,6736522.31", + "dbname": "hampshire" + }, + "id": "minor-roads-casing", + "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": "minor-roads-casing" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,coalesce(('highway_' || (case when highway in ('residential','unclassified','pedestrian','service','footway','track','path','platform','cycleway') then highway else null end)), ('railway_' || (case when railway in ('platform') then railway else null end))) as feature from planet_osm_polygon\n where highway in ('residential','unclassified','pedestrian','service','footway','track','path','platform','cycleway')\n or railway in ('platform')\n order by z_order,way_area desc) as roads", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire" + }, + "id": "highway-area-casing", + "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": "highway-area-casing" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,coalesce(('highway_' || (case when highway in ('residential','unclassified','pedestrian','service','footway','living_street','track','path','platform','services','cycleway') then highway else null end)), ('railway_' || (case when railway in ('platform') then railway else null end)), (('aeroway_' || case when aeroway in ('runway','taxiway','helipad') then aeroway else null end))) as feature from planet_osm_polygon\n where highway in ('residential','unclassified','pedestrian','service','footway','living_street','track','path','platform','services','cycleway')\n or railway in ('platform')\n or aeroway in ('runway','taxiway','helipad')\n order by z_order,way_area desc) as roads", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire", + "id": "highway-area-fill", + "project": "soton-uni-map-v2", + "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" + }, + "id": "highway-area-fill", + "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": "highway-area-fill" + }, + { + "geometry": "linestring", + "extent": [ + -2.1489120934287858, + 50.69367727897435, + -0.2351983449926277, + 51.6468541642394 + ], + "Datasource": { + "type": "postgis", + "table": " (select way,\n coalesce(('highway_' || (case when highway is not null then highway else null end)), ('railway_' ||(case when railway in ('spur','siding')\n or (railway='rail' and service in ('spur','siding','yard'))\n then 'spur-siding-yard'\n when railway in ('light_rail','narrow_gauge','funicular','rail','subway','tram','spur','siding','platform','disused','abandoned','construction','miniature','turntable')\n then railway else null end)), ('aeroway_' || (case when aeroway in ('runway', 'taxiway') then aeroway else null end))) as feature,\n horse,bicycle,foot,construction,\n case when tunnel in ('yes','true','1') then 'yes'::text else 'no'::text end as tunnel,\n case when bridge in ('yes','true','1','viaduct') then 'yes'::text else 'no'::text end as bridge,\n case when service in ('parking_aisle','drive-through','driveway') then 'INT-minor'::text else 'INT-normal'::text end as service\n from planet_osm_line\n where highway is not null\n or aeroway in ('runway','taxiway')\n or railway in ('light_rail','narrow_gauge','funicular','rail','subway','tram','spur','siding','platform','disused','abandoned','construction','miniature','turntable')\n order by z_order) as roads\n", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-239215.8,6567286.61,-26182.16,6736522.31", + "dbname": "hampshire" + }, + "id": "minor-roads-fill", + "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": "minor-roads-fill" + }, + { + "geometry": "point", + "extent": [ + -2.148912099700868, + 50.70650619479751, + -0.23519839996726025, + 51.59034609477434 + ], + "Datasource": { + "type": "postgis", + "table": " (select distinct on (p.way) p.way as way,l.highway as int_tc_type\n from planet_osm_point p\n join planet_osm_line l\n on ST_DWithin(p.way,l.way,0.1)\n join (values\n ('tertiary',1),\n ('unclassified',2),\n ('residential',3),\n ('living_street',4),\n ('service',5)\n ) as v (highway,prio)\n on v.highway=l.highway\n where p.highway='turning_circle'\n order by p.way,v.prio\n ) as turning_circle", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-239215.800698205,6569541.35314762,-26182.1661197481,6726391.01974815", + "dbname": "hampshire" + }, + "id": "turning-circle-fill", + "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": "turning-circle-fill" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,leisure,\ncase when leisure='pitch' then 2\n when leisure='track' then 1\n else 0 end as prio\n from planet_osm_polygon\n where leisure in ('sports_centre','stadium','pitch','track')\n order by z_order,prio,way_area desc\n) as sports_grounds", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire" + }, + "id": "sports-grounds", + "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": "sports-grounds" + }, + { + "geometry": "linestring", + "extent": [ + -2.1489120934287858, + 50.69367727897435, + -0.2351983449926277, + 51.6468541642394 + ], + "Datasource": { + "type": "postgis", + "table": "(select way\nfrom planet_osm_line\nwhere man_made='cutline'\n) as leisure", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-239215.8,6567286.61,-26182.16,6736522.31", + "dbname": "hampshire" + }, + "id": "landcover-line", + "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": "landcover-line" + }, + { + "geometry": "linestring", + "extent": [ + -2.1489120934287858, + 50.69367727897435, + -0.2351983449926277, + 51.6468541642394 + ], + "Datasource": { + "type": "postgis", + "table": " (select way,waterway,disused,lock,name,\n case when tunnel in ('yes','true','1') then 'yes'::text else tunnel end as tunnel\n from planet_osm_line\n where waterway in ('weir','river','canal','derelict_canal','stream','drain','ditch','wadi')\n and (bridge is null or bridge not in ('yes','true','1','aqueduct'))\n order by z_order\n ) as water_lines", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-239215.8,6567286.61,-26182.16,6736522.31", + "dbname": "hampshire" + }, + "id": "water-lines", + "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": "water-lines" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": " (select way,\"natural\"\n from planet_osm_polygon\n where \"natural\" in ('marsh','wetland') and building is null\n order by z_order,way_area desc\n ) as water_areas", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire", + "id": "water-areas-overlay", + "project": "soton", + "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" + }, + "id": "water-areas-overlay", + "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": "water-areas-overlay" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": " (select way,\"natural\",waterway,landuse,name\n from planet_osm_polygon\n where (waterway in ('dock','mill_pond','riverbank','canal')\n or landuse in ('reservoir','water','basin')\n or \"natural\" in ('lake','water','land','glacier','mud','bay'))\n and building is null\n order by z_order,way_area desc\n ) as water_areas", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire" + }, + "id": "water-areas", + "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": "water-areas" + }, + { + "geometry": "linestring", + "extent": [ + -2.1489120934287858, + 50.69367727897435, + -0.2351983449926277, + 51.6468541642394 + ], + "Datasource": { + "type": "postgis", + "table": " (select way,waterway\n from planet_osm_line\n where waterway in ('stream','drain','ditch')\n and (tunnel is null or tunnel != 'yes')\n ) as water_lines", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-239215.8,6567286.61,-26182.16,6736522.31", + "dbname": "hampshire" + }, + "id": "water-lines-casing", + "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": "water-lines-casing" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,coalesce(\"addr:housename\", name, '') as name,loc_ref\nfrom planet_osm_polygon\nwhere (building is not null\nand building not in ('no','station','supermarket','planned')\nand (railway is null or railway != 'station')\nand (amenity is null or amenity != 'place_of_worship'))\norder by z_order,way_area desc) as buildings", + "key_field": "", + "geometry_field": "", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire" + }, + "id": "building", + "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": "building" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": "uni_building", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire", + "user": "mapbox" + }, + "id": "uni-building", + "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": "uni-building", + "geometry": "polygon" + }, + { + "geometry": "polygon", + "extent": [ + -1.4266305825537977, + 50.8916244736958, + -1.3632339576706876, + 50.96323486023075 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,name,loc_ref from uni_building) as names", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-158811.79,6602145.69,-151754.51,6614792.97", + "dbname": "hampshire" + }, + "id": "uni-building-names", + "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": "uni-building-names" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": "(select\nway,name,amenity,shop,tourism,highway,man_made,access,religion,waterway,lock,historic,leisure\n from planet_osm_polygon\n where amenity is not null\n or shop is not null\n or tourism in ('alpine_hut','camp_site','caravan_site','guest_house','hostel','hotel','motel','museum','viewpoint','bed_and_breakfast','information','chalet')\n or highway in ('bus_stop','traffic_signals')\n or man_made in ('mast','water_tower')\n or historic in ('memorial','archaeological_site')\n or leisure='playground'\n ) as points", + "key_field": "", + "geometry_field": "", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire" + }, + "id": "amenity-poly", + "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": "amenity-poly" + }, + { + "geometry": "point", + "extent": [ + -2.148912099700868, + 50.70650619479751, + -0.23519839996726025, + 51.59034609477434 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,amenity,shop,tourism,highway,man_made,access,religion,waterway,lock,historic,leisure,name\n from planet_osm_point\n where amenity is not null\n or shop is not null\n or tourism in ('alpine_hut','camp_site','caravan_site','guest_house','hostel','hotel','motel','museum','viewpoint','bed_and_breakfast','information','chalet')\n or highway in ('bus_stop','traffic_signals','ford')\n or man_made in ('mast','water_tower')\n or historic in ('memorial','archaeological_site')\n or waterway='lock'\n or lock='yes'\n or leisure in ('playground','slipway')\n ) as points", + "key_field": "", + "geometry_field": "", + "extent_cache": "auto", + "extent": "-239215.800698205,6569541.35314762,-26182.1661197481,6726391.01974815", + "dbname": "hampshire" + }, + "id": "amenity-points", + "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": "amenity-points" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,aeroway,shop,access,amenity,leisure,landuse,man_made,\"natural\",place,tourism,NULL as ele,name,ref,military,waterway,historic,'no'::text as point\n from planet_osm_polygon\n where amenity is not null\n or shop in ('supermarket','bakery','clothes','fashion','convenience','doityourself','hairdresser','department_store', 'butcher','car','car_repair','bicycle')\n or leisure is not null\n or landuse is not null\n or tourism is not null\n or \"natural\" is not null\n or man_made in ('lighthouse','windmill')\n or place='island'\n or military='danger_area'\n or historic in ('memorial','archaeological_site')\n ) as text", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire", + "id": "text-poly", + "project": "soton-uni-map-v2", + "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" + }, + "id": "text-poly", + "class": "text", + "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": "text-poly" + }, + { + "geometry": "point", + "extent": [ + -2.148912099700868, + 50.70650619479751, + -0.23519839996726025, + 51.59034609477434 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,place,name\n from planet_osm_point\n where place in ('city','metropolis','town','large_town','small_town')\n and (capital is null or capital != 'yes')\n ) as placenames", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-239215.800698205,6569541.35314762,-26182.1661197481,6726391.01974815", + "dbname": "hampshire" + }, + "id": "placenames-medium", + "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": "placenames-medium" + }, + { + "geometry": "polygon", + "extent": [ + -2.148912099700868, + 50.70650619479751, + -0.23519839996726025, + 51.59034609477434 + ], + "Datasource": { + "type": "postgis", + "table": "uni_bicycle_parking", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-239215.800698205,6569541.35314762,-26182.1661197481,6726391.01974815", + "dbname": "hampshire", + "id": "bicycle-parking-points", + "project": "soton-uni-map-v2", + "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" + }, + "id": "bicycle-parking-points", + "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": "bicycle-parking-points" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": "uni_bicycle_parking", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire" + }, + "id": "bicycle-parking-areas", + "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": "bicycle-parking-areas", + "geometry": "polygon" + }, + { + "extent": [ + -1.9589729385752532, + 50.70574037868477, + -0.6960007582489013, + 51.40589368825156 + ], + "Datasource": { + "type": "postgis", + "table": "uni_site", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-218071.87,6569406.74,-77478.45,6693408.12", + "dbname": "hampshire", + "user": "mapbox", + "id": "site-name", + "project": "soton-uni-map-v2", + "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" + }, + "id": "site-name", + "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": "site-name", + "geometry": "polygon" + }, + { + "geometry": "linestring", + "extent": [ + -2.1489120934287858, + 50.69367727897435, + -0.2351983449926277, + 51.6468541642394 + ], + "Datasource": { + "type": "postgis", + "table": " (select way,highway,name\n from planet_osm_line\n where waterway IS NULL\n and leisure IS NULL\n and landuse IS NULL\n and name is not null\n ) as roads", + "key_field": "", + "geometry_field": "way", + "extent_cache": "auto", + "extent": "-239215.8,6567286.61,-26182.16,6736522.31", + "dbname": "hampshire" + }, + "id": "roads-text-name", + "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": "roads-text-name" + }, + { + "geometry": "point", + "extent": [ + -2.148912099700868, + 50.70650619479751, + -0.23519839996726025, + 51.51142889477624 + ], + "Datasource": { + "type": "postgis", + "table": "(select way,public_transport from planet_osm_point where public_transport='platform') as stops", + "key_field": "", + "geometry_field": "", + "extent_cache": "auto", + "extent": "-239215.800698205,6569541.35314762,-26182.1661197481,6712263.08062982", + "dbname": "hampshire" + }, + "id": "public_transport", + "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": "public_transport" + } + ], + "scale": 1, + "metatile": 9, + "name": "Southampton University Map", + "description": "", + "attribution": "Christopher Baines", + "version": "0.0.1" +} \ No newline at end of file -- cgit v1.2.3