Skip to content

Commit

Permalink
Fix Saint-Martin
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Feb 21, 2019
1 parent 946f1cf commit 6467929
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build/communes.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ async function buildCommunes() {
communeData.mortePourLaFrance = true
}

// Ajout manuel en attendant une évolution de @etalab/decoupage-administratif
communeData.push({
code: '97801',
type: 'commune-actuelle',
nom: 'Saint-Martin',
// Population légale 2013 (INSEE)
population: 35594,
// OSM
centre: {type: 'Point', coordinates: [-63.08582, 18.06685]}
})

return communeData
})

// Ajout manuel en attendant une évolution de @etalab/decoupage-administratif
communesData.push({
code: '97801',
type: 'commune-actuelle',
nom: 'Saint-Martin',
// Population légale 2013 (INSEE)
population: 35594,
// OSM
centre: {type: 'Point', coordinates: [-63.08582, 18.06685]}
})

await writeData('communes', communesData)
}

Expand Down

0 comments on commit 6467929

Please sign in to comment.