@@ -304,7 +304,7 @@ discard block |
||
304 | 304 | private function _loadMultiPointMZRecord($type) |
305 | 305 | { |
306 | 306 | /* The m dimension is optional, depends on bounding box data */ |
307 | - if ($type == 'm' && ! $this->ShapeFile->hasMeasure()) { |
|
307 | + if ($type == 'm' && !$this->ShapeFile->hasMeasure()) { |
|
308 | 308 | return; |
309 | 309 | } |
310 | 310 | |
@@ -395,7 +395,7 @@ discard block |
||
395 | 395 | */ |
396 | 396 | private function _loadPolyLineMZRecord($type) { |
397 | 397 | /* The m dimension is optional, depends on bounding box data */ |
398 | - if ($type == 'm' && ! $this->ShapeFile->hasMeasure()) { |
|
398 | + if ($type == 'm' && !$this->ShapeFile->hasMeasure()) { |
|
399 | 399 | return; |
400 | 400 | } |
401 | 401 |