I assume you are talking about importing into a Nominatim DB.
In theory, you could do that by using the update script:
./utils/update.php --import-file belgium.pbf
belgium.xml.bz2
(pbf files will not work here) and then reindex your data:
./utils/update.php --index
But that will be very, *very* slow.
The import will go much faster if you first merge the three country excerpts and then import the result in one go.
I assume you are talking about importing into a Nominatim DB.
In theory, you could do that by using the update script:
./utils/update.php --import-file belgium.pbf
and then reindex your data:
./utils/update.php --index
But that will be very, *very* slow.
The import will go much faster if you first merge the three country excerpts and then import the result in one go.
I assume you are talking about importing into a Nominatim DB.
In theory, you could do that by using the update script:
./utils/update.php --import-file belgium.pbf
But that will be very, *very* slow.
The import will go much faster if you first merge the three country excerpts and then import the result in one go.