davidpiesse / nova-map

Laravel Nova Map Field
114 stars 29 forks source link

Save Polygon in MySQL Table #13

Closed stezani closed 3 years ago

stezani commented 5 years ago

Hi! Thank you for this plugin. Can i save my polygons that i drew when i'm creating a resource? Thank you.

davidpiesse commented 5 years ago

Hi @stezani,

The plan is to add full editing capabilities but I have not had the time to expand the current feature capabilities. It is on the roadmap for sure and I am happy to bring in any PR that adds this from the community in the meantime.

Ideally we can use a leaflet plugin and its more the sending of new objects back to the server (I had trouble working out how this worked).

D

dakira commented 5 years ago

@davidpiesse any progress on implementing editing?

davidpiesse commented 5 years ago

Hi Matthias,

At the moment no. Much of the original implementation code is still in there but I have not had the time to dedicate to getting it fully working. I am happy to accept PR's that add this :)

David

On Fri, 12 Apr 2019 at 09:45, Matthias Niess notifications@github.com wrote:

@davidpiesse https://github.com/davidpiesse any progress on implementing editing?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/davidpiesse/nova-map/issues/13#issuecomment-482492260, or mute the thread https://github.com/notifications/unsubscribe-auth/AAw3ivSA9VXZe_vZm98wV5cMVxEcy_s6ks5vgEe7gaJpZM4aUxKh .

dakira commented 5 years ago

Great, I'll have a look!