-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Apart from issue #55, this happens:
metatilehandler.cc:28:10: fatal error: mapnik/geometry/box2d.hpp: No such file or directory
On debian 12, libmapnik-dev 3.1.0+ds-3+b1 the geometry directory is gone. Fix:
+++ backend-mapnik/metatilehandler.cc 2024-02-02 15:51:03.717459219 +0000
@@ -25,7 +25,7 @@
#include <mapnik/agg_renderer.hpp>
#include <mapnik/image_util.hpp>
#include <mapnik/load_map.hpp>
-#include <mapnik/geometry/box2d.hpp>
+#include <mapnik/box2d.hpp>
#if MAPNIK_VERSION >= 300000
# include <mapnik/datasource.hpp>
luzhskij and Rohmilchkaese
Metadata
Metadata
Assignees
Labels
No labels