We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d790727 commit 67ca423Copy full SHA for 67ca423
1 file changed
include/osmium/geom/projection.hpp
@@ -68,7 +68,7 @@ namespace osmium {
68
*
69
* @deprecated Only supports the old PROJ API.
70
*/
71
- class CRS {
+ class OSMIUM_DEPRECATED CRS {
72
73
struct ProjCRSDeleter {
74
void operator()(void* crs) {
@@ -143,7 +143,7 @@ namespace osmium {
143
144
145
146
- class Projection {
+ class OSMIUM_DEPRECATED Projection {
147
148
int m_epsg;
149
std::string m_proj_string;
0 commit comments