-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from etalab/feature/siren-communes
Update code to support SIREN for communes
- Loading branch information
Showing
8 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@etalab/api-geo", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Interroger les référentiels géographiques plus facilement", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -20,7 +20,7 @@ | |
"rbush": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@etalab/decoupage-administratif": "^2.1.0", | ||
"@etalab/decoupage-administratif": "^2.2.1", | ||
"@turf/area": "^6.0.1", | ||
"@turf/bbox": "^6.5.0", | ||
"@turf/bbox-polygon": "^6.5.0", | ||
|
@@ -61,7 +61,8 @@ | |
}, | ||
"contributors": [ | ||
"Jérôme Desboeufs <[email protected]>", | ||
"Théophile Merlière <[email protected]>" | ||
"Théophile Merlière <[email protected]>", | ||
"Thomas Gratier <[email protected]>" | ||
], | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters