-
|
Hey everyone! I'm really grateful for this awesome library, and I would really appreciate the help. My question is how to insert data from GeoJson? can you help with an example? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
If you are handling |
Beta Was this translation helpful? Give feedback.
-
|
I guess you are receiving the GeoJson from a client via request. Are you sending Geometries in GeoJson Format or a whole FeatureCollection? |
Beta Was this translation helpful? Give feedback.
If you are handling
GeoJSONin yourFormRequests you can use theTransformsGeojsonGeometryTrait or you can use theGeojsonParserclass directly.