-
Notifications
You must be signed in to change notification settings - Fork 831
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
Remove the catchall from #roads-text-name #1
Labels
Comments
fgaroby
referenced
this issue
in fgaroby/osmfr-cartocss
Apr 1, 2013
Ajout du logo Twisto, sur le réseau de l'agglomération caennaise
This will be in 2.0, not 1.0, right ? |
We're already at 2.2.0, so this is in scope as part of the "Easier to wrangle" aspect - it's currently very hard to customise the map if you want to turn off some of the (annoying) text labels. |
Fixed in 286d098 |
pnorman
pushed a commit
that referenced
this issue
Nov 23, 2015
Add additional SQL condition for very low admin logic
kocio-pl
pushed a commit
that referenced
this issue
Apr 16, 2018
* added rendering for shop=video games (#1) * Update amenity-points.mss * Update project.mml * Create video_games.svg * Update video_games.svg * added line breaks for better readability
This was referenced Oct 17, 2020
pitdicker
pushed a commit
to pitdicker/openstreetmap-carto
that referenced
this issue
Sep 9, 2021
Update master
pnorman
pushed a commit
that referenced
this issue
Sep 11, 2021
Use invisible rectangle to center golf_pin.svg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a catchall at the end of #roads-text-name that draws labels on all kinds of things. This should be reworked into explicit rules.
At the moment it'll label all kinds of linear features, due to the rather bizarre sql query. It should only render roads, and if other things (underground power cables?) need labelling, there should be explicit rules for these to allow people to turn them on and off as they see fit.
Also, the catch-all leads to needing to explicitly override the values (e.g.
halo-radius: 0;
) on the more explicit rules.The text was updated successfully, but these errors were encountered: