Skip to content

Commit

Permalink
Replaces old dot_city icon reference with current place_dot
Browse files Browse the repository at this point in the history
  • Loading branch information
cboone committed Nov 7, 2023
1 parent ecb1544 commit 0071208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layer/road_label.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const bridgeSpacer = {
layout: {
"symbol-placement": "line",
"symbol-spacing": 2,
"icon-image": "dot_city",
"icon-image": "place_dot",
"icon-allow-overlap": true,
"icon-size": 0.1,
},
Expand Down
2 changes: 1 addition & 1 deletion src/layer/transportation_label.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const bridgeSpacer = {
layout: {
"symbol-placement": "line",
"symbol-spacing": 2,
"icon-image": "dot_city",
"icon-image": "place_dot",
"icon-allow-overlap": true,
"icon-size": 0.1,
},
Expand Down

0 comments on commit 0071208

Please sign in to comment.