Relative Content

Tag Archive for javascriptmapbox-gl-jsmapbox-gl

Set Mapbox layer text-size based on multiple properties

I have a layer of points on my map. I want all points whose id belong to a list to be size 16 at all times. I want the remaining points to change their size based on the zoom level of the map. Each of these conditions can be accomplished separately, but I am unable to combine them.