PeachyOne
(Peachy One)
21
The style may not be controlled by OSM or the OSMF, but Carto Is run on OSMF hardware and is propagated largely because it is on said hardware.
The vector tiles would be much the same and its pretty normal for it to be given a similar degree of scrutiny.
SimonPoole
(Simon Poole)
22
Actually you can use any shortbread compatible mapbox-gl style you want.
While we are kind of assuming that the OSMF might provide a selection of such styles together with the vector tile service, it isnât a given (and they are not doing it at this point in time).
1 Like
Just a remark. Please, try to avoid promoting the direct tiles URL, but in place promote the tilejson URL. We have now a new chance to avoid the attribution drama. As the tilejson include the attribution, and show it by default on map (like in MapLibre GL).
1 Like
InsertUser
(Insert User)
24
Not everything that support vector tiles supports tilejson.
for example:

Making people parse JSON in their heads isnât the most user friendly strategy.
Geonick
(Stefan Keller)
25
jidanni
(Dan Jacobson)
27
says
Your ability to open an issue in this repository is currently blocked. If you feel this is in error, please contact the repositoryâs owner.
I was going to suggest that
https://pnorman.github.io/tilekiln-shortbread-demo/
add a âzoom to my current locationâ button, so people can see nearby tiles without having to pan and zoom and pan and zoom manually,
1 Like
SomeoneElse
(Andy Townsend)
28
Thatâs just an example github repository - can you create a map somewhere else on a bit of web hosting and implement it?
jidanni
(Dan Jacobson)
29
I see. An example repository with example issues.
Rather advanced. So Iâll be leaving this topic. Thanks anyway.
SomeoneElse
(Andy Townsend)
30
Not really - itâs literally just creating a web page with the same contents as the current one but with an extra button on it. You donât even need to change the map style.
Lots of people have been keen to offer âdark modeâ help and advice elsewhere - maybe someone will help you here?
Koreller
(Koreller)
31
@pnorman Is it planned to keep the âOSM Cartoâ style for vector tiles, especially on Lines, Areas and Symbols, or to change the style?
SomeoneElse
(Andy Townsend)
32
Just to take a step back (since someone was asking a related question elsewhere) there are are two parts to the answer.
With vector tiles, the first part is âis a certain feature included in the schemaâ. In the case of Shortbread, the current schema is here. The current example tiles use Shortbread, but Iâve no idea about future plans (that may be a question for the EWG).
The second part of the question is âwill any particular map style show a particular featureâ, and if it does, âwill it show it in the same way as OSM Cartoâ.
The example map based on these Vector tiles is using the âVersatiles Colorfulâ style. That doesnât show everything, and it shows things in a way more like OSM Bright than OSM Carto. However, creating a different map style based on a vector schema is essentially an artistic exercise rather than an IT project.
Based on the number of people with an opinion** about Dark Mode, Iâd expect thousands of OSM styles to appear real soon now.
** yes, I know what opinions are like 
5 Likes
NHJR
(Nhjr)
33
Does the âserviceâ attribute of âstreetsâ layer work on railway lines? Canât remove yard lines when zoomed out 
SomeoneElse
(Andy Townsend)
34
To clarify the above question a bit - the schema says that the âserviceâ field should be set to âvalue of service=*â, but service appears not to be set in the picture above.
At least one implementation of this schema does do things with âserviceâ on railway == "rail", so Iâd suggest creating an issue at the issue tracker that was linked above - it looks like a feature of this implementation, rather than the schema itself.