From 29dcf3062eceaa06db8165ffb9877521ce65e73c Mon Sep 17 00:00:00 2001 From: Jan Vansteenlandt Date: Mon, 9 Nov 2015 14:32:27 +0100 Subject: [PATCH] Update ShapeRecord.php On a previous PR someone forgot to add "Record" to the shape type, so the functions that were added couldn't be found. This fixes that. --- src/ShapeRecord.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ShapeRecord.php b/src/ShapeRecord.php index 03decb7..71b6c2a 100644 --- a/src/ShapeRecord.php +++ b/src/ShapeRecord.php @@ -38,12 +38,12 @@ class ShapeRecord extends ShapeReader { 11 => "RecordPointZ", 13 => "RecordPolyLineZ", 15 => "RecordPolygonZ", - 18 => "MultiPointZ", - 21 => "PointM", - 23 => "PolyLineM", - 25 => "PolygonM", - 28 => "MultiPointM", - 31 => "MultiPatch" + 18 => "RecordMultiPointZ", + 21 => "RecordPointM", + 23 => "RecordPolyLineM", + 25 => "RecordPolygonM", + 28 => "RecordMultiPointM", + 31 => "RecordMultiPatch" ]; // TODO: 31=>MultiPatch