Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement printing POIs #99

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Implement printing POIs #99

wants to merge 2 commits into from

Conversation

mowgli
Copy link

@mowgli mowgli commented Apr 24, 2023

I had to change the way, text is written to the map to allow utf-8 encoded strings.

closes #98

@mowgli
Copy link
Author

mowgli commented Apr 25, 2023

The build failure is due to a too old libgd-dev.

The current version (2.3.3) has the following definition:

BGD_DECLARE(char *) gdImageStringFT (gdImagePtr im, int *brect, int fg, const char *fontlist,
                                     double ptsize, double angle, int x, int y,
                                     const char *string);

So the last argument keeps his const.

I see nothing I can do against as I cannot update the github build environment.

20.04 is 3 years old now, that is archaic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Request display of POIs
1 participant