I have my mapbox customized, with all city levels hidden, so the maps looks like clean.
This is the code i added:
map.setFilter('settlement-major-label', ['==', ['get', 'city'], 'new york']);
but doesn’t work…
The map is clean, so i cannot see New York.
I need to show only New York on the map…