raulBodrea

Results 1 issues of raulBodrea

Hello! I have the following code: ``` {field.features.map((feature, index) => { if (feature.geometry.type === 'LineString') { const coordinates = feature.geometry.coordinates.map(([lng, lat]) => ({ lat, lng })); return ; } if...