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

Skip to content
Extraits de code Groupes Projets

Fix missing properties kind and oldcity IGNGPF-2486

Fusionnées Cédric Pronzola a demandé de fusionner fix-missing-properties vers main
2 fichiers
+ 5
2
Comparer les modifications
  • Côte à côte
  • En ligne
Fichiers
2
@@ -86,6 +86,7 @@ test('formatResult / address 1', t => {
street: 'Street1',
metropole: false,
fulltext: 'Street1, 12345 City A',
kind: '',
x: 12.34,
y: 56.78,
classification: 7
@@ -114,6 +115,7 @@ test('formatResult / address 2', t => {
street: 'Street2',
metropole: false,
fulltext: 'Street2, 12346 City B',
kind: '',
x: 2,
y: 40,
classification: 7
Chargement en cours