Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mstaack authored Apr 10, 2024
1 parent 5065630 commit 8bd236a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Laravel Wrapper for PostgreSQL's Geo-Extension Postgis

![Build Status](https://github.com/mstaack/laravel-postgis/workflows/Test%20Suite/badge.svg)


# DEPRECATED
Consider using: https://github.com/clickbar/laravel-magellan

## Features

* Work with geometry classes instead of arrays.
Expand Down Expand Up @@ -251,4 +255,4 @@ return [
'precision' => 6,
];
```
See http://wiki.gis.com/wiki/index.php/Decimal_degrees#Accuracy for more information
See http://wiki.gis.com/wiki/index.php/Decimal_degrees#Accuracy for more information

0 comments on commit 8bd236a

Please sign in to comment.