Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- renderd[31304]: An error occurred while loading the map layer 'ajt': Postgis Plugin: ERROR: column reference "surface" is ambiguous
- LINE 13: WHEN surface IN ('unpaved', 'compacted', 'dirt', 'ea...
- ^
- in executeQuery Full sql was: 'SELECT * FROM (SELECT
- way,
- feature,
- int_tc_type,
- int_surface,
- int_tc_service
- FROM
- (SELECT DISTINCT on (p.way)
- p.way AS way,
- NULL::TEXT AS feature,
- l.highway AS int_tc_type,
- CASE
- WHEN surface IN ('unpaved', 'compacted', 'dirt', 'earth', 'fine_gravel', 'grass', 'grass_paver', 'gravel', 'ground', 'mud', 'pebblestone', 'salt', 'sand', 'woodchips', 'clay') THEN 'unpaved'
- WHEN surface IN ('paved', 'asphalt', 'cobblestone', 'cobblestone:flattened', 'sett', 'concrete', 'concrete:lanes', 'concrete:plates', 'paving_stones', 'metal', 'wood') THEN 'paved'
- ELSE NULL
- END AS int_surface,
- CASE
- WHEN l.service IN ('parking_aisle', 'drive-through', 'driveway') THEN 'INT-minor'::text
- ELSE 'INT-normal'::text
- END AS int_tc_service
- FROM planet_osm_point p
- JOIN planet_osm_line l
- ON ST_DWithin(p.way, l.way, 0.1)
- JOIN (VALUES
- ('tertiary', 1),
- ('unclassified', 2),
- ('residential', 3),
- ('living_street', 4),
- ('service', 5),
- ('track', 6)
- ) AS v (highway, prio)
- ON v.highway=l.highway
- WHERE p.highway = 'turning_circle' OR p.highway = 'turning_loop'
- ORDER BY p.way, v.prio
- ) AS turning_circle_fill_inner_query
- UNION ALL
- (SELECT
- ST_MakeEnvelope(-20037508.342789244, -20037508.342789244, 20037508.342789244, 20037508.342789244, 900913) AS way,
- 'globalboundingbox' AS feature,
- NULL AS int_tc_type,
- NULL AS int_surface,
- NULL AS int_tc_service
- )
- ) AS turning_circle_fill_outer_query LIMIT 0'
- encountered during parsing of layer 'turning-circle-fill' in Layer at line 22178 of '/home/tileserver/src/openstreetmap-carto/mapnik.xml'
- renderd[31304]: An error occurred while loading the map layer 'ajt': Postgis Plugin: ERROR: column reference "surface" is ambiguous
- LINE 13: WHEN surface IN ('unpaved', 'compacted', 'dirt', 'ea...
- ^
- in executeQuery Full sql was: 'SELECT * FROM (SELECT
- way,
- feature,
- int_tc_type,
- int_surface,
- int_tc_service
- FROM
- (SELECT DISTINCT on (p.way)
- p.way AS way,
- NULL::TEXT AS feature,
- l.highway AS int_tc_type,
- CASE
- WHEN surface IN ('unpaved', 'compacted', 'dirt', 'earth', 'fine_gravel', 'grass', 'grass_paver', 'gravel', 'ground', 'mud', 'pebblestone', 'salt', 'sand', 'woodchips', 'clay') THEN 'unpaved'
- WHEN surface IN ('paved', 'asphalt', 'cobblestone', 'cobblestone:flattened', 'sett', 'concrete', 'concrete:lanes', 'concrete:plates', 'paving_stones', 'metal', 'wood') THEN 'paved'
- ELSE NULL
- END AS int_surface,
- CASE
- WHEN l.service IN ('parking_aisle', 'drive-through', 'driveway') THEN 'INT-minor'::text
- ELSE 'INT-normal'::text
- END AS int_tc_service
- FROM planet_osm_point p
- JOIN planet_osm_line l
- ON ST_DWithin(p.way, l.way, 0.1)
- JOIN (VALUES
- ('tertiary', 1),
- ('unclassified', 2),
- ('residential', 3),
- ('living_street', 4),
- ('service', 5),
- ('track', 6)
- ) AS v (highway, prio)
- ON v.highway=l.highway
- WHERE p.highway = 'turning_circle' OR p.highway = 'turning_loop'
- ORDER BY p.way, v.prio
- ) AS turning_circle_fill_inner_query
- UNION ALL
- (SELECT
- ST_MakeEnvelope(-20037508.342789244, -20037508.342789244, 20037508.342789244, 20037508.342789244, 900913) AS way,
- 'globalboundingbox' AS feature,
- NULL AS int_tc_type,
- NULL AS int_surface,
- NULL AS int_tc_service
- )
- ) AS turning_circle_fill_outer_query LIMIT 0'
- encountered during parsing of layer 'turning-circle-fill' in Layer at line 22178 of '/home/tileserver/src/openstreetmap-carto/mapnik.xml'
- renderd[31304]: An error occurred while loading the map layer 'ajt': Postgis Plugin: ERROR: column reference "surface" is ambiguous
- LINE 13: WHEN surface IN ('unpaved', 'compacted', 'dirt', 'ea...
- ^
- in executeQuery Full sql was: 'SELECT * FROM (SELECT
- way,
- feature,
- int_tc_type,
- int_surface,
- int_tc_service
- FROM
- (SELECT DISTINCT on (p.way)
- p.way AS way,
- NULL::TEXT AS feature,
- l.highway AS int_tc_type,
- CASE
- WHEN surface IN ('unpaved', 'compacted', 'dirt', 'earth', 'fine_gravel', 'grass', 'grass_paver', 'gravel', 'ground', 'mud', 'pebblestone', 'salt', 'sand', 'woodchips', 'clay') THEN 'unpaved'
- WHEN surface IN ('paved', 'asphalt', 'cobblestone', 'cobblestone:flattened', 'sett', 'concrete', 'concrete:lanes', 'concrete:plates', 'paving_stones', 'metal', 'wood') THEN 'paved'
- ELSE NULL
- END AS int_surface,
- CASE
- WHEN l.service IN ('parking_aisle', 'drive-through', 'driveway') THEN 'INT-minor'::text
- ELSE 'INT-normal'::text
- END AS int_tc_service
- FROM planet_osm_point p
- JOIN planet_osm_line l
- ON ST_DWithin(p.way, l.way, 0.1)
- JOIN (VALUES
- ('tertiary', 1),
- ('unclassified', 2),
- ('residential', 3),
- ('living_street', 4),
- ('service', 5),
- ('track', 6)
- ) AS v (highway, prio)
- ON v.highway=l.highway
- WHERE p.highway = 'turning_circle' OR p.highway = 'turning_loop'
- ORDER BY p.way, v.prio
- ) AS turning_circle_fill_inner_query
- UNION ALL
- (SELECT
- ST_MakeEnvelope(-20037508.342789244, -20037508.342789244, 20037508.342789244, 20037508.342789244, 900913) AS way,
- 'globalboundingbox' AS feature,
- NULL AS int_tc_type,
- NULL AS int_surface,
- NULL AS int_tc_service
- )
- ) AS turning_circle_fill_outer_query LIMIT 0'
- encountered during parsing of layer 'turning-circle-fill' in Layer at line 22178 of '/home/tileserver/src/openstreetmap-carto/mapnik.xml'
- renderd[31304]: An error occurred while loading the map layer 'ajt': Postgis Plugin: ERROR: column reference "surface" is ambiguous
- LINE 13: WHEN surface IN ('unpaved', 'compacted', 'dirt', 'ea...
- ^
- in executeQuery Full sql was: 'SELECT * FROM (SELECT
- way,
- feature,
- int_tc_type,
- int_surface,
- int_tc_service
- FROM
- (SELECT DISTINCT on (p.way)
- p.way AS way,
- NULL::TEXT AS feature,
- l.highway AS int_tc_type,
- CASE
- WHEN surface IN ('unpaved', 'compacted', 'dirt', 'earth', 'fine_gravel', 'grass', 'grass_paver', 'gravel', 'ground', 'mud', 'pebblestone', 'salt', 'sand', 'woodchips', 'clay') THEN 'unpaved'
- WHEN surface IN ('paved', 'asphalt', 'cobblestone', 'cobblestone:flattened', 'sett', 'concrete', 'concrete:lanes', 'concrete:plates', 'paving_stones', 'metal', 'wood') THEN 'paved'
- ELSE NULL
- END AS int_surface,
- CASE
- WHEN l.service IN ('parking_aisle', 'drive-through', 'driveway') THEN 'INT-minor'::text
- ELSE 'INT-normal'::text
- END AS int_tc_service
- FROM planet_osm_point p
- JOIN planet_osm_line l
- ON ST_DWithin(p.way, l.way, 0.1)
- JOIN (VALUES
- ('tertiary', 1),
- ('unclassified', 2),
- ('residential', 3),
- ('living_street', 4),
- ('service', 5),
- ('track', 6)
- ) AS v (highway, prio)
- ON v.highway=l.highway
- WHERE p.highway = 'turning_circle' OR p.highway = 'turning_loop'
- ORDER BY p.way, v.prio
- ) AS turning_circle_fill_inner_query
- UNION ALL
- (SELECT
- ST_MakeEnvelope(-20037508.342789244, -20037508.342789244, 20037508.342789244, 20037508.342789244, 900913) AS way,
- 'globalboundingbox' AS feature,
- NULL AS int_tc_type,
- NULL AS int_surface,
- NULL AS int_tc_service
- )
- ) AS turning_circle_fill_outer_query LIMIT 0'
- encountered during parsing of layer 'turning-circle-fill' in Layer at line 22178 of '/home/tileserver/src/openstreetmap-carto/mapnik.xml'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement