Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
fix: corrige la structure des coordonnées
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisromain committed Oct 2, 2018
1 parent 6bac399 commit 0b823fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/titre-format.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const titreFormat = t => {
},
geometry: {
type: 'MultiPolygon',
coordinates: perimetres[0]
coordinates: perimetres[0].geometry.coordinates
}
}
}
Expand Down

0 comments on commit 0b823fe

Please sign in to comment.