Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/basemaps/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Source: http://imposm.org/docs/imposm/latest/tutorial.html#writing
$ sudo -u postgres psql -d osm -c "GRANT ALL ON ALL TABLES IN SCHEMA public TO \"www-data\";"

Let's explain this better: First we download 2 pbf files from Geofabrik
OpenStreetMap data. PBF is just another format well compressed from Google.
OpenStreetMap data. PBF is a space-efficient binary format used for OpenStreetMap data.
*pwd* and *ls -1* commands are just there to show you where we are and what we
get.

Expand Down