Skip to content

Commit 6465f9f

Browse files
committed
Use https URL for osmcode.org.
1 parent 60b3bcc commit 6465f9f

File tree

199 files changed

+204
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+204
-204
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Libosmium
22

3-
http://osmcode.org/libosmium
3+
https://osmcode.org/libosmium
44

55
A fast and flexible C++ library for working with OpenStreetMap data.
66

@@ -11,7 +11,7 @@ Libosmium works on Linux, Mac OSX and Windows.
1111
[![Coverage Status](https://codecov.io/gh/osmcode/libosmium/branch/master/graph/badge.svg)](https://codecov.io/gh/osmcode/libosmium)
1212
[![Packaging status](https://repology.org/badge/tiny-repos/libosmium.svg)](https://repology.org/metapackage/libosmium)
1313

14-
Please see the [Libosmium manual](http://osmcode.org/libosmium/manual.html)
14+
Please see the [Libosmium manual](https://osmcode.org/libosmium/manual.html)
1515
for more details than this README can provide.
1616

1717

@@ -26,7 +26,7 @@ different libraries. You DO NOT NEED to install all of them, just install those
2626
you need for your programs.
2727

2828
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
3030
manual.
3131

3232
The following external (header-only) libraries are included in the libosmium
@@ -70,7 +70,7 @@ cmake:
7070
This will build the examples and tests. Call `ctest` to run the tests.
7171

7272
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)
7474
chapter in the manual.
7575

7676

@@ -85,15 +85,15 @@ git submodule update --init
8585
This will enable additional tests.
8686

8787
See the
88-
[Libosmium Manual](http://osmcode.org/libosmium/manual.html#running-tests)
88+
[Libosmium Manual](https://osmcode.org/libosmium/manual.html#running-tests)
8989
for instructions.
9090

9191

9292
## Switching from the old Osmium
9393

9494
If you have been using the old version of Osmium at
9595
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).
9797

9898

9999
## License

doc/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data.
44

55
This is the API documentation that was automatically created from the
66
source code. For more information about the Osmium Library see
7-
http://osmcode.org/libosmium .
7+
https://osmcode.org/libosmium .
88

99
Osmium is free software and available under the Boost Software License.
1010
The source code is available at https://github.com/osmcode/libosmium .

include/osmium/area/assembler.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/assembler_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/assembler_legacy.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/detail/basic_assembler.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/detail/basic_assembler_with_tags.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/detail/node_ref_segment.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/detail/proto_ring.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/detail/segment_list.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/detail/vector.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/geom_assembler.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/multipolygon_collector.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/multipolygon_manager.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/multipolygon_manager_legacy.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/problem_reporter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/problem_reporter_exception.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/problem_reporter_ogr.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/problem_reporter_stream.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/area/stats.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/builder/attr.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/builder/builder.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/builder/builder_helper.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/builder/osm_object_builder.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/diff_handler.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/diff_iterator.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/diff_visitor.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/dynamic_handler.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/experimental/flex_reader.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/fwd.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/geom/coordinates.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/geom/factory.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/geom/geojson.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/geom/geos.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/geom/haversine.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/geom/mercator_projection.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/geom/ogr.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/geom/projection.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

include/osmium/geom/rapid_geojson.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
This file is part of Osmium (http://osmcode.org/libosmium).
6+
This file is part of Osmium (https://osmcode.org/libosmium).
77
88
Copyright 2013-2018 Jochen Topf <[email protected]> and others (see README).
99

0 commit comments

Comments
 (0)