From: Sandro Santilli Date: Wed, 20 Mar 2013 07:48:15 +0000 (+0000) Subject: Oops, forgot to add topojson test expectancy (#2240) X-Git-Tag: 2.1.0beta2~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb12450ad437a4b499d00d2995c0900471cb9eef;p=postgis Oops, forgot to add topojson test expectancy (#2240) git-svn-id: http://svn.osgeo.org/postgis/trunk@11184 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/test/regress/topojson_expected b/topology/test/regress/topojson_expected new file mode 100644 index 000000000..013da3b8a --- /dev/null +++ b/topology/test/regress/topojson_expected @@ -0,0 +1,34 @@ +BEGIN +t +9 +22 +26 +COMMIT +BEGIN +1 +2 +3 +COMMIT +4 +features.big_parcels.the_geom SRID:0 TYPE:MULTIPOLYGON DIMS:2 +5 +6 +features.big_signs.the_geom SRID:0 TYPE:MULTIPOINT DIMS:2 +ERROR: function topology.astopojson(topogeometry) does not exist at character 34 +ERROR: function topology.astopojson(topogeometry) does not exist at character 34 +ERROR: function topology.astopojson(topogeometry) does not exist at character 34 +ERROR: function topology.astopojson(topogeometry) does not exist at character 34 +R1-vanilla|{ "type": "LineString", "arcs": [0,-2]} +R2-vanilla|{ "type": "LineString", "arcs": [2,-4]} +R3-vanilla|{ "type": "LineString", "arcs": [4]} +R4-vanilla|{ "type": "LineString", "arcs": [5]} +R1R2-vanilla|{ "type": "LineString", "arcs": [0,-2,2,-4]} +R4-vanilla|{ "type": "LineString", "arcs": [5]} +P1-vanilla|{ "type": "Polygon", "arcs": [[-7,-8,8,9,10,-12]]} +P2-vanilla|{ "type": "Polygon", "arcs": [[-13,-14,6,11,14,-16]]} +P3-vanilla|{ "type": "Polygon", "arcs": [[-17,-18,12,15,18,-20]]} +P4-vanilla|{ "type": "Polygon", "arcs": [[-21]]} +P5-vanilla|{ "type": "Polygon", "arcs": [[-22][22]]} +P1P2-vanilla|{ "type": "Polygon", "arcs": [[-8,8,9,10,14,-16,-13,-14]]} +P3P4-vanilla|{ "type": "Polygon", "arcs": [[-17,-18,12,15,18,-20][-21]]} +Topology 'city_data' dropped