×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Adding polygon and json fields to save
Phil
New Member
Posts: 2
pred 2 rokmi 11 mesiacmi #9928
od Phil
Adding polygon and json fields to save bolo vytvorené 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:
I need to catch/modify the save (#6) so I can unpack the JSON string, put the points together into something like this:
`
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:
Thanks!
The way it would work is:
- The view outputs the form and a google map (working)
- The user fills in the form and draws a polygon on that map (working)
- The polygon points (latitudes and longitudes) are stored in a hidden form as a JSON string (easy enough)
- The user clicks save
- The form is validated
- 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:
- How/where do I modify the component to add the json field so that it saves?
- How/where do I intercept the save process so that I can extract the JSON points and create the POLYGON entry?
Thanks!
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Čas vytvorenia stránky: 0.044 sekúnd