Следую гайду по тому как настроить OSM Bright на Mac OS X :
MapBox:
Выполненные шаги:
-Download & install required software
-Set up a database for your OSM data
Возникает проблема с третьим шагом - Download & import OSM data
В гайде говорится :
With a PBF file downloaded, you can import it with osm2pgsql. Assuming you downloaded the PBF to your Downloads folder, run the following command in the Terminal
(making sure to replace your_file.osm.pbf with the actual name of your file):osm2pgsql -c -G -d osm -S /usr/local/share/osm2pgsql/default.style ~/Downloads/your_file.osm.pbf
This will take something like 1 to 10 minutes, depending on the size of extract you downloaded. (If you downloaded a particularly large extract it may take much longer.) When its finished it will tell you something like “Osm2pgsql took 71s overall”.
Но когда я пытаюсь выполнить этот код в терминале, ничего не происходит. Я пытался повторить шаги описанные в гайде уже несколько раз, ничего не получается. Есть идеи что я делаю не правильно? Спасибо!