French-zip-code
French-zip-code copied to clipboard
add Lion-sur-Mer in the database
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.
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.
Thank you so much for the feedback and sorry for the bug. I thought it was just a missing entry...