Skip to content

Commit

Permalink
Merge pull request #71 from cheack/readme-point-fix
Browse files Browse the repository at this point in the history
Fixed POINT notation in README
  • Loading branch information
jsor authored Sep 9, 2024
2 parents 8690f4c + 11e8213 commit 3dac231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ to retain as much information as possible (like SRID's). Read more in the

```php
$entity = new MyEntity(
point: 'POINT(37.4220761 -122.0845187)',
point: 'POINT(-122.0845187 37.4220761)',
point4D: 'POINT(1 2 3 4)',
pointWithSRID: 'SRID=3785;POINT(37.4220761 -122.0845187)',
pointWithSRID: 'SRID=3785;POINT(-122.0845187 37.4220761)',
);
```

Expand Down

0 comments on commit 3dac231

Please sign in to comment.