Skip to content

Commit 3dac231

Browse files
authored
Merge pull request #71 from cheack/readme-point-fix
Fixed POINT notation in README
2 parents 8690f4c + 11e8213 commit 3dac231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ to retain as much information as possible (like SRID's). Read more in the
149149

150150
```php
151151
$entity = new MyEntity(
152-
point: 'POINT(37.4220761 -122.0845187)',
152+
point: 'POINT(-122.0845187 37.4220761)',
153153
point4D: 'POINT(1 2 3 4)',
154-
pointWithSRID: 'SRID=3785;POINT(37.4220761 -122.0845187)',
154+
pointWithSRID: 'SRID=3785;POINT(-122.0845187 37.4220761)',
155155
);
156156
```
157157

0 commit comments

Comments
 (0)