Skip to content

Commit

Permalink
Merge pull request #53 from IGNF/v2.4.4
Browse files Browse the repository at this point in the history
Maj Version rpg
  • Loading branch information
vinsag authored Dec 1, 2021
2 parents 7f8cbfe + afe9c81 commit 659e3cd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion controllers/rpg/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const {isGeometry} = require('../../checker');
const gppWfsClient = require('../../middlewares/rpgWfsClient');

const _ = require('lodash');
const lastYearRPG = 2019;
const lastYearRPG = 2020;
const firstYearRPG = 2010;

/**
Expand Down
4 changes: 3 additions & 1 deletion doc/rpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ info:
RPG.2019:parcelles_graphiques
RPG.2020:parcelles_graphiques
**Exemple de géométrie** : (référentiel EPSG:4326)
Expand Down Expand Up @@ -127,7 +129,7 @@ paths:
get:
description: |
Prend une geometrie de type GeoJSON en paramètre d'entrée et renvoie les informations intersectant cette géométrie
Prend une date qui sera une valeur comprise entre 2015 et 2019 inclus
Prend une date qui sera une valeur comprise entre 2015 et 2020 inclus
Paramètres de sorties : Retourne un résultat de Type "FeatureCollection"
parameters:
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apicarto",
"version": "v2.4.3",
"version": "v2.4.4",
"main": "index.js",
"scripts": {
"import": "npm run import-inao-appellation",
Expand Down

0 comments on commit 659e3cd

Please sign in to comment.