Closed brunoleomont closed 3 years ago
Then.. I solved my problem. I change "type": "FeatureCollection" to "geojson":
{ "zoom": 12, "height": 673, "width": 1067, "geojson" :[ { "type":"Feature", "properties":{ }, "geometry":{ "type":"Point", "coordinates":[ -45.194978739803766, -22.78995147526845 ] } } ] }
Im using POST method and I have this error. I insert a json file with the body:
{ "zoom": 12, "height": 673, "width": 1067, "type": "FeatureCollection", "features":[ { "type":"Feature", "properties":{ }, "geometry":{ "type":"Point", "coordinates":[ -45.194978739803766, -22.78995147526845 ] } } ] }