How to fill custom area in mapbox? -
i have following map in mapbox editor: 
is possible fill custom area of map ? (in example, area selected, can see attributes) how can it?
you'll want filter data , polygon styles style layer.
for instance, if id can rely on id_0, then
#geo_adm2[id_0 = 81] {   polygon-fill:#f00; } 
Comments
Post a Comment