× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Adding polygon and json fields to save

2 Jahre 9 Monate her #9928 von Phil
Adding polygon and json fields to save wurde erstellt von Phil
I have several components working but we're finding one component needs to be updated. This requires adding two fields, type of 'polygon' and a type JSON

The way it would work is:
  1. The view outputs the form and a google map (working)
  2. The user fills in the form and draws a polygon on that map (working)
  3. The polygon points (latitudes and longitudes) are stored in a hidden form as a JSON string (easy enough)
  4. The user clicks save
  5. The form is validated
  6. The save occurs

I need to catch/modify the save (#6) so I can unpack the JSON string, put the points together into something like this:
`
``ST_GEOMFROMTEXT( 'POLYGON( (48.89 2.27, 48.89 2.42, 48.81 2.42, 48.81 2.27, 48.89 2.27) )' ) `

When the model returns the data, it only needs to return the JSON into a hidden form var. If it exists, I'll unpack that and redraw the polygon on the map. I think I have this figured out but not 100% certain.

I've figured out how to upgrade the table. That's not a problem.

So my questions are:
  1. How/where do I modify the component to add the json field so that it saves?
  2. How/where do I intercept the save process so that I can extract the JSON points and create the POLYGON entry?

Thanks!

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Ladezeit der Seite: 0.106 Sekunden
Powered by Kunena Forum

Wir verwenden eigene Cookies und Cookies von Drittanbietern, um Ihr Nutzererlebnis zu verbessern und Ihnen einen optimalen Service zu bieten. Wenn Sie die Website weiter nutzen, gehen wir davon aus, dass Sie mit unserer Cookie-Politik einverstanden sind.