From 535ed71491de9c87cee5a7a6cef8d0ba089d421c Mon Sep 17 00:00:00 2001 From: Pierlou Date: Tue, 3 Dec 2024 14:13:51 +0100 Subject: [PATCH] placeholder parcelles --- frontend/src/assets/json/parcelles.json | 59 ++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/frontend/src/assets/json/parcelles.json b/frontend/src/assets/json/parcelles.json index 0967ef4..5a807dd 100644 --- a/frontend/src/assets/json/parcelles.json +++ b/frontend/src/assets/json/parcelles.json @@ -1 +1,58 @@ -{} +{ + "83101000AD0105": { + "date_mutation": "2024-06-30", + "nature_mutation": "Vente", + "valeur_fonciere": "85500000.0", + "code_commune": "83101", + "id_parcelle": "83101000AD0105", + "nature_culture": "sols", + "nature_culture_speciale": null, + "surface_terrain": "632.0", + "longitude": "6.669029", + "latitude": "43.246474", + "code_departement": "83", + "id_mutation": null, + "numero_disposition": null, + "adresse_numero": null, + "adresse_suffixe": null, + "adresse_nom_voie": null, + "adresse_code_voie": null, + "code_postal": null, + "nom_commune": null, + "ancien_code_commune": null, + "ancien_nom_commune": null, + "ancien_id_parcelle": null, + "numero_volume": null, + "lot1_numero": null, + "lot1_surface_carrez": null, + "lot2_numero": null, + "lot2_surface_carrez": null, + "lot3_numero": null, + "lot3_surface_carrez": null, + "lot4_numero": null, + "lot4_surface_carrez": null, + "lot5_numero": null, + "lot5_surface_carrez": null, + "nombre_lots": null, + "code_type_local": null, + "type_local": null, + "surface_reelle_bati": null, + "nombre_pieces_principales": null, + "code_nature_culture": null, + "code_nature_culture_speciale": null, + "ID_PARCEL": null, + "surf_rpg": null, + "code_group": null, + "CODE_CULTU": null, + "bio": null, + "LIBELLE_CULTU": null, + "CODE_CULTURE": null, + "CD_DEP": null, + "SURF_2023": null, + "MOY_REND_2019_2023": null, + "SURF_REG_2023": null, + "MOY_REND_REG_2019_2023": null, + "SURF_FR_2023": null, + "MOY_REND_FR_2019_2023": null + } +}