French-zip-code icon indicating copy to clipboard operation
French-zip-code copied to clipboard

add Lion-sur-Mer in the database

Open nsitbon opened this issue 5 years ago • 2 comments

Hi is it possible to add Lion-sur-Mer city ? here is my code for my postgresql DB (my 2 cents)

INSERT INTO cities (department_code, insee_code, zip_code, name, slug, gps_coordinates) VALUES ('14', '14365', 14780, 'Lion-sur-Mer', 'lion sur mer', POINT(-0.332261764705882368,49.301512941176469));

Best regards.

nsitbon avatar Jan 29 '19 10:01 nsitbon

Hi. You've found a bug ;)

For an official build, I prefere to use the official list, repicat inside the project : https://raw.githubusercontent.com/Stanislas-Poisson/French-zip-code/master/storage/builder/cities.txt Your city is listed here but not in the final list. So the code have a bug. Now I have to search deep and fix it.

Stanislas-Poisson avatar Jan 30 '19 07:01 Stanislas-Poisson

Thank you so much for the feedback and sorry for the bug. I thought it was just a missing entry...

nsitbon avatar Jan 30 '19 15:01 nsitbon