Skip to content

Commit 914783d

Browse files
committed
Add multipoint data test
Signed-off-by: Michal Čihař <[email protected]>
1 parent a24fcf8 commit 914783d

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

data/multipoint.dbf

374 KB
Binary file not shown.

data/multipoint.prj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PROJCS["MGI_Slovene_National_Grid_deprecated",GEOGCS["GCS_MGI",DATUM["D_MGI",SPHEROID["Bessel_1841",6377397.155,299.1528128]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",15],PARAMETER["scale_factor",0.9999],PARAMETER["false_easting",500000],PARAMETER["false_northing",-5000000],UNIT["Meter",1]]

data/multipoint.shp

26.9 KB
Binary file not shown.

data/multipoint.shx

2.54 KB
Binary file not shown.

tests/ShapeFileTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function provideFiles()
6161
array('data/Czech_Republic_AL2.*', 1, 1),
6262
array('data/w001n05f.*', 16, 1),
6363
array('data/bc_hospitals.*', 44, null),
64+
array('data/multipoint.*', 312, null),
6465
);
6566
}
6667

0 commit comments

Comments
 (0)