Voici la documentation : https://geoplateforme.pages.gpf-tech.ign.fr/documentation

Skip to content
Extraits de code Groupes Projets

feat(sql) : IGNGPF-4704 add transport exceptionnel filed + change type of restrictions to number

Fusionnées feat(sql) : IGNGPF-4704 add transport exceptionnel filed + change type of restrictions to number
Fusionnées Amaury Zarzelli a demandé de fusionner fix/restricition-type vers main
Fichiers
5
@@ -250,14 +250,15 @@
"nombre_de_voies": "text",
"position_par_rapport_au_sol": "integer",
"reserve_aux_bus": "text",
"restriction_de_hauteur": "text",
"restriction_de_largeur": "text",
"restriction_de_longueur": "text",
"restriction_de_poids_par_essieu": "text",
"restriction_de_poids_total": "text",
"restriction_de_hauteur": "double precision",
"restriction_de_largeur": "double precision",
"restriction_de_longueur": "double precision",
"restriction_de_poids_par_essieu": "double precision",
"restriction_de_poids_total": "double precision",
"sens_de_circulation": "text",
"source_id": "bigint",
"target_id": "bigint",
"transport_exceptionnel": "boolean",
"urbain": "boolean",
"vitesse_moyenne_vl": "integer",
"way_names": "text",
Chargement en cours