mostafaznv / nova-map-field

Spatial Map Fields for Laravel Nova
MIT License
42 stars 15 forks source link

Update README.md #52

Closed marlocorridor closed 7 months ago

marlocorridor commented 8 months ago

Fix sample migration for point.

as stated on the package matanyadaev/laravel-eloquent-spatial

$table->geometry('location', subtype: 'point')->nullable();
mostafaznv commented 8 months ago

Hi @marlocorridor,

Thank you very much for the PR!

Could you please update the migration lines for polygon and multi-polygon?

Also, regarding the new syntax, it currently only works on L11, and for L10, we should stick to the old one.

We’ll need to mention both in the readme.

Here’s the link for reference: https://github.com/MatanYadaev/laravel-eloquent-spatial/tree/master/tests/database

marlocorridor commented 7 months ago

@mostafaznv, I saw that you already changed the README file. Sorry for the missed opportunity to help more.

🚀 🚀 🚀 Thanks for this great package.