Working on a transfer from two OsClass instances, I noticed the difference between the cities list in one and the other. The source site has the list based on the Osclass 3.x locations, the destination site has the latest location list, imported directly - this seems to be the same as the location list for Osclass 4.x.
Although the new list has many more records, as it ads villages, doing a lookup on the slug, over 200 cities from the first list are missing from the new list. Some are listed with a different slug, but I manually checked and found that quite a few of those are actually missing from the current list.
Example (from the 3.x locations RO-Romania.sql):
(462847, 782155, 'RO', 'Campulung', 1, 'campulung'),
This city, municipality in Romania with close to 30.000 population, is missing from the current list.
Other specific examples present in the old version, missing in the current one:
(463117, 782158, 'RO', 'Bistrita Bargaului', 1, 'bistrita-bargaului'),
(463021, 782157, 'RO', 'Avram Iancu', 1, 'avram-iancu'),
Two questions:
1. Is this problem on the developers' radar, with any chance of being fixed in a decent time?
2. Can I replace these locations on my current version of OsClass (8.2.1) with the SQL data from Osclass 3.x locations, or could this create other errors in the system?