FusionWorks / react-admin-google-maps

28 stars 11 forks source link

input separate source to {lat, lng} #12

Open huicha opened 4 years ago

huicha commented 4 years ago

Hi, there are some workaround for a model without {coordinate: {lat, lng}} to {lat, lng} separated on the root model ? I see but the component assume only one input with this two attributes.

Thanks !

nathanschepers commented 4 years ago

I just ran into this too and had to do something kind of ugly on my backend serializer to fix it. I would like this too.

narayanpromax commented 4 years ago

You mean like Polygon marker?