Artem Pavlenko
Artem Pavlenko
@daryasinilo - FYI, I just tested installing latest Mapnik from source on ubuntu-20.04 docker image from scratch. I used g++-11 compiler and I built boost-1.89 and proj-9.7.0 from source. The...
@daryasinilo > m.zoom_to_box(box2d(-8024477.28459, 5445190.38849, -7381388.20071, 5662941.44855)); Those values are in meters and `m.zoom_to_box(bbox)` means we're rendering this part of the world (in Mercator projection) `m.zoom_all()` means we're rendering total extent...
Having a working c++ compiler is a prerequisite. I just replicated this issue (redhat/ubi8-minimal:8.10) Installing compiler (clang++) solves it. Closing as not planned.
@vlv-squid - I think you can achieve desired effect by using [ShieldSymbolizer](https://github.com/mapnik/mapnik/wiki/ShieldSymbolizer). `ShieldSymbolizer` allows you to combine vector (SVG) or raster marker with a `data-driven` text. Here is an example...
```xml 污 ```