cartocss - How do I make the class 'path' show up at higher zoom levels using carto CSS in MapBox Studio? -
i working styling map in mapbox studio. trying make road class path
show @ zoom level less 14. go level 13 or less paths disappear. know how make paths show @ levels 12 , 13?
i have tried in css.
[class='path'] { ::path[zoom>=10]['mapnik::geometry_type'=2] { line-join: round; line-width: 1.0; } }
the mapbox-streets-v5 vector dataset ships mapbox studio has vector data layers @ each zoom level. path data not appear in dataset @ zoom lower 14, why can't style @ other zoom level.
fortunately, data comes openstreetmap, can add custom source in mapbox studio , style along other data! there guide on grabbing data openstreetmap overpass turbo.
Comments
Post a Comment