0

When I installed Overpass API 2 years ago (http://overpass-api.de/full_installation.html), I used the following commands to import it:

wget -O france-latest.osm.bz2 "http://download.geofabrik.de/europe/france-latest.osm.bz2"
bin/init_osm3s.sh france-latest.osm.bz2 "db/" "./" --meta

Now I need to add the OSM file of Netherlands as well.

When I use the same command, I am getting the following error:

**Context error: File db///osm3s_v0.7.53_osm_base present, which indicates a running dispatcher. Delete file if no dispatcher is running**

Can someone help me to solve this please ?

herrbischoff
  • 3,294
  • 1
  • 29
  • 50
  • Is a dispatcher running? Did you try deleting this file? – scai Nov 18 '19 at 15:16
  • The Geofabrik extract you're using only includes fake meta data. Don't use it along with `--meta`. Instead, get the full meta data files from Geofabrik instead. – mmd Nov 20 '19 at 08:27

0 Answers0