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

The tiles on the map are displayed incorrectly. #40

Closed
ianying opened this issue Oct 6, 2023 · 5 comments
Closed

The tiles on the map are displayed incorrectly. #40

ianying opened this issue Oct 6, 2023 · 5 comments

Comments

@ianying
Copy link

ianying commented Oct 6, 2023

Hi,

Thank you for the package allows me to take note based on locations.

But the tiles of map does not displayed correctly.
2023-10-06_11-18-27

I am using a vanilla emacs 27.1 on windows 11.

How could I correct that? Thank you.

@minad
Copy link
Owner

minad commented Oct 6, 2023

Hi! I've not observed such problems on Emacs 27/29/29 on Linux, so I suspect that this is a either a problem of your configuration or Emacs on Windows. It seems that both image display and tile download don't work properly. I have no way to investigate this since I don't use Windows. Please try to reproduce the issue with emacs -Q first, to exclude configuration issues. You should only load osm and no other packages such that interference of other packages can be excluded. For example in your mode line I see that other modes like WK, edna, Wrap and Abbrev are activated.

@minad minad closed this as completed Oct 6, 2023
@ianying
Copy link
Author

ianying commented Oct 6, 2023

Thank you for the response. After line by line attempt, I found out the problem was caused by : (global-visual-line-mode 1)
But there are still display problem at the pin position. It appears even with a clear config with only osm loaded.

2023-10-06_15-44-03

@minad
Copy link
Owner

minad commented Oct 6, 2023 via email

@ianying
Copy link
Author

ianying commented Oct 6, 2023

I checked (memq 'svg image-types). The result is "(svg png gif tiff jpeg xpm xbm pbm)".
Anyway, I could manage to use is package with this problem.
Thank you.

@minad
Copy link
Owner

minad commented Oct 6, 2023

Yes, SVG support seems to be there, otherwise OSM would even refuse to start. What I am trying to say is that the SVG support in your Emacs is incomplete or broken in some way. To answer your initial question:

How could I correct that? Thank you.

Use Emacs on Linux ;)

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

No branches or pull requests

2 participants