~ubuntu-branches/ubuntu/trusty/postgis/trusty-updates

« back to all changes in this revision

Viewing changes to liblwgeom/cunit/cu_geodetic_data.h

  • Committer: Bazaar Package Importer
  • Author(s): Alan Boudreault
  • Date: 2010-09-29 09:16:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100929091610-vj4efw8woq34hdn7
Tags: 1.5.2-1
* New upstream release, with a few bug fixes.
* Added shp2pgsql-gui binary.
* Removed patches, applied upstream: getopt.    

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
int gbox_data_length = 54;
 
1
int gbox_data_length = 55;
2
2
char gbox_data[][512] =
3
3
{
4
4
        "LINESTRING(-0 40,0 -30)",
54
54
        "LINESTRING(97.87714324162704 46.6879465040995,155.49353589912155 -68.93911854796522)",
55
55
        "LINESTRING(-77.90029319006709 -20.61989357708765,-29.776541043747443 88.24497900223159)",
56
56
        "LINESTRING(12.21419896647646 -2.2758177391540926,149.7713684095024 13.210117902931728)",
57
 
        "LINESTRING(-49.891199414628915 66.72545480471234,-39.418865490450656 -89.97504625275525)"
 
57
        "LINESTRING(-49.891199414628915 66.72545480471234,-39.418865490450656 -89.97504625275525)",
 
58
        "POLYGON((-40.0 52.0, 102.0 -6.0, -67.0 -29.0, -40.0 52.0))",
58
59
};
59
60