Skip to content

Commit

Permalink
[MAPS3D-777] update tests (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-romanov authored Feb 28, 2023
1 parent b96d261 commit df0789a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
}
},
"sprite": "local://sprites/sprite",
"glyphs": "local://glyphs/{fontstack}/{range}.pbf",
"layers": [
{
"id": "background",
Expand Down Expand Up @@ -77,7 +78,7 @@
"symbol-placement": "point"
},
"paint": {
"emissive-strength": 0.5
"icon-emissive-strength": 0.5
}
},
{
Expand All @@ -95,7 +96,29 @@
"symbol-placement": "point"
},
"paint": {
"emissive-strength": 0.0
"icon-emissive-strength": 0.0
}
},
{
"id": "text",
"type": "symbol",
"source": "mapbox",
"source-layer": "road_label",
"layout": {
"symbol-placement": "line",
"symbol-spacing": 60,
"text-rotation-alignment": "viewport",
"text-pitch-alignment": "auto",
"text-field": "{class}",
"text-font": [
"Open Sans Semibold",
"Arial Unicode MS Bold"
]
},
"paint": {
"text-opacity": 1,
"text-color":"rgba(255.0, 0.0, 0.0, 1.0)",
"text-emissive-strength": 0.88
}
}
]
Expand Down

0 comments on commit df0789a

Please sign in to comment.