1
1
# Libosmium
2
2
3
- http ://osmcode.org/libosmium
3
+ https ://osmcode.org/libosmium
4
4
5
5
A fast and flexible C++ library for working with OpenStreetMap data.
6
6
@@ -11,7 +11,7 @@ Libosmium works on Linux, Mac OSX and Windows.
11
11
[ ![ Coverage Status] ( https://codecov.io/gh/osmcode/libosmium/branch/master/graph/badge.svg )] ( https://codecov.io/gh/osmcode/libosmium )
12
12
[ ![ Packaging status] ( https://repology.org/badge/tiny-repos/libosmium.svg )] ( https://repology.org/metapackage/libosmium )
13
13
14
- Please see the [ Libosmium manual] ( http ://osmcode.org/libosmium/manual.html)
14
+ Please see the [ Libosmium manual] ( https ://osmcode.org/libosmium/manual.html)
15
15
for more details than this README can provide.
16
16
17
17
@@ -26,7 +26,7 @@ different libraries. You DO NOT NEED to install all of them, just install those
26
26
you need for your programs.
27
27
28
28
For details see the [ list of
29
- dependencies] ( http ://osmcode.org/libosmium/manual.html#dependencies) in the
29
+ dependencies] ( https ://osmcode.org/libosmium/manual.html#dependencies) in the
30
30
manual.
31
31
32
32
The following external (header-only) libraries are included in the libosmium
70
70
This will build the examples and tests. Call ` ctest ` to run the tests.
71
71
72
72
For more detals see the
73
- [ Building Libosmium] ( http ://osmcode.org/libosmium/manual.html#building-libosmium)
73
+ [ Building Libosmium] ( https ://osmcode.org/libosmium/manual.html#building-libosmium)
74
74
chapter in the manual.
75
75
76
76
@@ -85,15 +85,15 @@ git submodule update --init
85
85
This will enable additional tests.
86
86
87
87
See the
88
- [ Libosmium Manual] ( http ://osmcode.org/libosmium/manual.html#running-tests)
88
+ [ Libosmium Manual] ( https ://osmcode.org/libosmium/manual.html#running-tests)
89
89
for instructions.
90
90
91
91
92
92
## Switching from the old Osmium
93
93
94
94
If you have been using the old version of Osmium at
95
95
https://github.com/joto/osmium you might want to read about the [ changes
96
- needed] ( http ://osmcode.org/libosmium/manual.html#changes-from-old-versions-of-osmium) .
96
+ needed] ( https ://osmcode.org/libosmium/manual.html#changes-from-old-versions-of-osmium) .
97
97
98
98
99
99
## License
0 commit comments