docs - fix functions (#1395)

fix typo
This commit is contained in:
Ryan Russell 2022-06-01 03:01:44 -05:00 committed by GitHub
parent 82b00c1389
commit b3af3d47d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ make import-data # Import external data from OpenStreetMapData, Natur
make download area=albania # download albania .osm.pbf file -- can be skipped if a .osm.pbf file already existing make download area=albania # download albania .osm.pbf file -- can be skipped if a .osm.pbf file already existing
make import-osm # import data into postgres make import-osm # import data into postgres
make import-wikidata # import Wikidata make import-wikidata # import Wikidata
make import-sql # create / import sql funtions make import-sql # create / import sql functions
make generate-bbox-file # compute data bbox -- not needed for the whole planet make generate-bbox-file # compute data bbox -- not needed for the whole planet
make generate-tiles-pg # generate tiles make generate-tiles-pg # generate tiles
``` ```