File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: PBF Format
44---
55
66The [ PBF] ( https://wiki.openstreetmap.org/wiki/PBF_Format ) file format is based
7- on the [ Google Protocol Buffers] ( https://developers.google.com/protocol-buffers / ) .
7+ on the [ Google Protocol Buffers] ( https://protobuf.dev / ) .
88PBF files are very space efficient and faster to use than XML files. PBF files
99can contain normal OSM data or OSM history data, but there is no equivalent to
1010the XML .osc format.
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ You need at least Boost version 1.55.
106106
107107_ Not needed any more from version 2.3.0 onwards_
108108
109- [ Google Protocol Buffers] ( https://developers.google.com/protocol-buffers/ ) in
110- at least version 2.4.0 is needed for reading and writing [ OSM PBF
109+ [ Google Protocol Buffers] ( https://protobuf.dev/ ) in at least version 2.4.0 is
110+ needed for reading and writing [ OSM PBF
111111files] ( https://wiki.openstreetmap.org/wiki/PBF_Format ) .
112112
113113* Debian/Ubuntu: ` libprotobuf-dev ` , ` protobuf-compiler `
@@ -144,7 +144,7 @@ a version from the git repository.
144144
145145_ Not needed any more from version 2.15.0 onwards_
146146
147- The [ utf8-cpp] ( http ://utfcpp.sourceforge.net/) library is needed for the OPL
147+ The [ utf8-cpp] ( https ://utfcpp.sourceforge.net/) library is needed for the OPL
148148output format. A copy of this library is included in the libosmium repository
149149but not installed by default. Either use the packages of your distribution,
150150install it from the source, or use the ` INSTALL_UTFCPP ` option of the libosmium
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ with `INSTALL_PROTOZERO`. Newer versions of libosmium don't include this any
194194more.)
195195
196196(Libosmium versions 2.14.0 and before also included
197- [ utfcpp] ( http ://utfcpp.sourceforge.net/) which could be included
197+ [ utfcpp] ( https ://utfcpp.sourceforge.net/) which could be included
198198with ` INSTALL_UTFCPP ` . Newer versions of libosmium don't include this any
199199more.)
200200
You can’t perform that action at this time.
0 commit comments