Skip to content

Commit

Permalink
Labels have been moved to separate source layer
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Nov 13, 2023
1 parent fd4d3fe commit 60291ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ window.onload = (event) => {
.addLayer({
"id": "trails-labels",
"source": "trails",
"source-layer": "trail",
"source-layer": "trail_name",
"type": "symbol",
"layout": {
"text-field": ['get', 'name'],
Expand Down

0 comments on commit 60291ae

Please sign in to comment.