From 8bd236a4673723aeb4e7d2689a5c3caaa044a028 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 10 Apr 2024 11:51:11 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9412f6c..4f9a8d3 100644 --- a/README.md +++ b/README.md @@ -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. @@ -251,4 +255,4 @@ return [ 'precision' => 6, ]; ``` -See http://wiki.gis.com/wiki/index.php/Decimal_degrees#Accuracy for more information \ No newline at end of file +See http://wiki.gis.com/wiki/index.php/Decimal_degrees#Accuracy for more information