Skip to content

Commit 8ee5fdc

Browse files
PR #20 for #17-wrong-zip-code
#14 - Wrong zip code
2 parents a52fc06 + c78c099 commit 8ee5fdc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CSV/cities.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24233,7 +24233,7 @@
2423324233
24232;62;"Tanville";"tanville";"tanville";"61500";48.5683;0.008
2423424234
24233;62;"Tellières-le-Plessis";"tellieres-le-plessis";"tellieres le plessis";"61390";48.6272;0.3925
2423524235
24234;62;"Tessé-Froulay";"tesse-froulay";"tesse froulay";"61410";48.5269;-0.4311
24236-
24235;62;"Le Theil";"le-theil";"le theil";"61P19";48.2639;0.688
24236+
24235;62;"Le Theil";"le-theil";"le theil";"61260";48.2639;0.688
2423724237
24236;62;"Ticheville";"ticheville";"ticheville";"61120";48.9092;0.2652
2423824238
24237;62;"Tinchebray-Bocage";"tinchebray-bocage";"tinchebray bocage";"61800";48.7628;-0.7341
2423924239
24238;62;"Torchamp";"torchamp";"torchamp";"61330";48.5467;-0.6977

JSON/cities.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24232,7 +24232,7 @@
2423224232
{"id":24232, "departments_id":62, "name":"Tanville", "slug":"tanville", "pattern":"tanville", "postal_code":"61500", "gps_lat":48.5683, "gps_lon":0.008},
2423324233
{"id":24233, "departments_id":62, "name":"Telli\u00e8res-le-Plessis", "slug":"tellieres-le-plessis", "pattern":"tellieres le plessis", "postal_code":"61390", "gps_lat":48.6272, "gps_lon":0.3925},
2423424234
{"id":24234, "departments_id":62, "name":"Tess\u00e9-Froulay", "slug":"tesse-froulay", "pattern":"tesse froulay", "postal_code":"61410", "gps_lat":48.5269, "gps_lon":-0.4311},
24235-
{"id":24235, "departments_id":62, "name":"Le Theil", "slug":"le-theil", "pattern":"le theil", "postal_code":"61P19", "gps_lat":48.2639, "gps_lon":0.688},
24235+
{"id":24235, "departments_id":62, "name":"Le Theil", "slug":"le-theil", "pattern":"le theil", "postal_code":"61260", "gps_lat":48.2639, "gps_lon":0.688},
2423624236
{"id":24236, "departments_id":62, "name":"Ticheville", "slug":"ticheville", "pattern":"ticheville", "postal_code":"61120", "gps_lat":48.9092, "gps_lon":0.2652},
2423724237
{"id":24237, "departments_id":62, "name":"Tinchebray-Bocage", "slug":"tinchebray-bocage", "pattern":"tinchebray bocage", "postal_code":"61800", "gps_lat":48.7628, "gps_lon":-0.7341},
2423824238
{"id":24238, "departments_id":62, "name":"Torchamp", "slug":"torchamp", "pattern":"torchamp", "postal_code":"61330", "gps_lat":48.5467, "gps_lon":-0.6977},

SQL/cities.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24248,7 +24248,7 @@ INSERT INTO `cities` VALUES
2424824248
(24232,62,'Tanville','tanville','tanville','61500',48.5683,0.0080),
2424924249
(24233,62,'Tellières-le-Plessis','tellieres-le-plessis','tellieres le plessis','61390',48.6272,0.3925),
2425024250
(24234,62,'Tessé-Froulay','tesse-froulay','tesse froulay','61410',48.5269,-0.4311),
24251-
(24235,62,'Le Theil','le-theil','le theil','61P19',48.2639,0.6880),
24251+
(24235,62,'Le Theil','le-theil','le theil','61260',48.2639,0.6880),
2425224252
(24236,62,'Ticheville','ticheville','ticheville','61120',48.9092,0.2652),
2425324253
(24237,62,'Tinchebray-Bocage','tinchebray-bocage','tinchebray bocage','61800',48.7628,-0.7341),
2425424254
(24238,62,'Torchamp','torchamp','torchamp','61330',48.5467,-0.6977),

0 commit comments

Comments
 (0)