Git Product home page Git Product logo

Comments (7)

sjoerd222888 avatar sjoerd222888 commented on September 17, 2024

I don't see boxes on your map. Have you fixed the issue already?

from osm-tiles-docker.

Maveric79 avatar Maveric79 commented on September 17, 2024

Unfortunately I have not fixed this issue.
You can see boxes an image below.

Thanks in advance.

boxes

from osm-tiles-docker.

erikj avatar erikj commented on September 17, 2024

This is likely a font-package issue, but a first pass @ Google search results indicates that the image seems to be doing the most obvious things that it should: installing the ttf-unifont package and configuring it in font-settings.xml.inc, e.g.

https://help.openstreetmap.org/questions/35314/local-osm-server-localized-names-show-as-boxes

from osm-tiles-docker.

Maveric79 avatar Maveric79 commented on September 17, 2024

Thank you, erikj.

This link was first that I found. I check image. This image already have ttf-unifont package and correct font-settings.xml.inc

<!--Settings for Mapnik Fonts
To see the fonts you have installed with Mapnik do:
ls `python -c "import mapnik;print mapnik.fontscollectionpath"`-->

<FontSet name="book-fonts">
  <Font face-name="DejaVu Sans Book" />
  <Font face-name="unifont Medium" />
</FontSet>
<FontSet name="bold-fonts">
  <Font face-name="DejaVu Sans Bold" />
  <Font face-name="unifont Medium" />
</FontSet>
<FontSet name="oblique-fonts">
  <Font face-name="DejaVu Sans Oblique" />
  <Font face-name="unifont Medium" />
</FontSet>

May be changing position tags "Font" will help

from osm-tiles-docker.

sjoerd222888 avatar sjoerd222888 commented on September 17, 2024

In the webbrowser on the website you provided I can zoom into the map and everything looks fine.
How are you rendering the HTML? Are you using an embedded browser? Maybe there are some configuration issues, missing fonts there?

Maybe I also misunderstand, but I thought when this little preview map looks fine, it would mean it works in principal, doesn't it?

from osm-tiles-docker.

Maveric79 avatar Maveric79 commented on September 17, 2024

Hi, sjoerd222888.

Image that I showed in previous post was displayedin application osgearth_view (tiles was rendered inside image) . Do you not see boxes on that image ?

from osm-tiles-docker.

sjoerd222888 avatar sjoerd222888 commented on September 17, 2024

Of course I see the image but I did not know how it was rendered, now I know. I wrote my comment because I saw similar issues where it was related to issues with web-view used for rendering. Where I did not see blocks was on the link you posted initially. I kinda expected to also see the blocks there. Hope this explains the motivation for my previous comments.

from osm-tiles-docker.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.