Skip to content

Commit

Permalink
fix: Do not show city dots on map
Browse files Browse the repository at this point in the history
Without labels, they seem a bit out of place
  • Loading branch information
ptbrowne committed Feb 18, 2022
1 parent 30a9ec0 commit 831c5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/charts/map/get-base-layer-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5970,6 +5970,7 @@ export const getBaseLayerStyle = (props: Props) => {
id: "place_city",
paint: {
"text-opacity": textOpacity,
"icon-opacity": 0,
},
layout: {
"text-field": ["get", languageTag],
Expand Down

0 comments on commit 831c5d2

Please sign in to comment.