AcuGIS / Nominatim-Server

Script for Building a Basic Nominatim Server
https://www.acugis.com/opennamesearch/
17 stars 9 forks source link

Nominatim-Server.sh - Typo - PDB PBF #16

Closed Gruddo closed 1 year ago

Gruddo commented 1 year ago

I think there is a typo on line 219 of Nominatim-Server.sh

It says:

rm -f ${PDB_FILE}

I think it should say

rm -f ${PBF_FILE}

DavidGhedini commented 1 year ago

Thank you - this has now been updated.