Skip to content

Commit 67ca423

Browse files
committed
Mark osmium::geom::CRS and Projection classes as deprecated
1 parent d790727 commit 67ca423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/osmium/geom/projection.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ namespace osmium {
6868
*
6969
* @deprecated Only supports the old PROJ API.
7070
*/
71-
class CRS {
71+
class OSMIUM_DEPRECATED CRS {
7272

7373
struct ProjCRSDeleter {
7474
void operator()(void* crs) {
@@ -143,7 +143,7 @@ namespace osmium {
143143
*
144144
* @deprecated Only supports the old PROJ API.
145145
*/
146-
class Projection {
146+
class OSMIUM_DEPRECATED Projection {
147147

148148
int m_epsg;
149149
std::string m_proj_string;

0 commit comments

Comments
 (0)