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
4
4
---
5
5
6
6
The [ 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 / ) .
8
8
PBF files are very space efficient and faster to use than XML files. PBF files
9
9
can contain normal OSM data or OSM history data, but there is no equivalent to
10
10
the 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.
106
106
107
107
_ Not needed any more from version 2.3.0 onwards_
108
108
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
111
111
files] ( https://wiki.openstreetmap.org/wiki/PBF_Format ) .
112
112
113
113
* Debian/Ubuntu: ` libprotobuf-dev ` , ` protobuf-compiler `
@@ -144,7 +144,7 @@ a version from the git repository.
144
144
145
145
_ Not needed any more from version 2.15.0 onwards_
146
146
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
148
148
output format. A copy of this library is included in the libosmium repository
149
149
but not installed by default. Either use the packages of your distribution,
150
150
install 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
194
194
more.)
195
195
196
196
(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
198
198
with ` INSTALL_UTFCPP ` . Newer versions of libosmium don't include this any
199
199
more.)
200
200
You can’t perform that action at this time.
0 commit comments