-
Notifications
You must be signed in to change notification settings - Fork 640
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
empty street names and building names #1365
Comments
In the data section if you go to 'Inspect' and your data source and look at those building and roads, what do you see. Do you see any points with attributes? For example, I get something like this with my planetiler generated openmaptiles source If it does show up in Inspect, you may look at updating osm bright, by making a config file and downloading the latest version of the style ( https://github.com/openmaptiles/osm-bright-gl-style/releases/tag/v1.11 ) since sometimes there are schema updates |
I just cloned the latest version from the repository https://github.com/openmaptiles/osm-bright-gl-style and it is with it that I have this problem I checked the data on your recommendation - everything is displayed here |
I don't see the building name or road names you are missing in that screenshot., but if they are there you would have to look at your style and see why they aren't included. also, what do you mean by building names? Do you mean house numbers? I'm not sure the osm-bright theme has house numbers in the style I think I had to add it like this in my modified style https://github.com/acalcutt/wifidb-tileserver-gl/blob/master/tileserver-gl/styles/WDB_OSM/style.json#L4548-L4569 |
I'm trying to start the tile server using your instructions
https://github.com/maptiler/tileserver-gl?tab=readme-ov-file#getting-started-with-docker
when I go to http://localhost:8080 I see the style I need, I select it and see the map I need, everything is fine with this, but there is one problem - the names of streets and buildings are not displayed, there are only icons displaying the type of task like a pharmacy, a shopping store, etc.
path to the map file in config.json I I have updated it according to my map
I use the map at https://download.geofabrik.de/europe/ukraine-latest.osm.pbf
I generate mbtiles like this:
docker run -it --rm -v $(pwd):/data ghcr.io/systemed/tilemaker:master /data/ukraine-latest.osm.pbf --output /data/ukraine-latest.mbtiles
Please tell me what needs to be done to make the names of streets and buildings appear?
The text was updated successfully, but these errors were encountered: