Skip to content

Commit

Permalink
Merge pull request #129 from Qwant/add_3d_terrain
Browse files Browse the repository at this point in the history
set terrain layer visible non by default
  • Loading branch information
sdrll committed Jul 18, 2023
2 parents 0bd24b6 + f1ffbcb commit 884ad62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwant/qwant-basic-gl-style",
"version": "1.6.2",
"version": "1.6.3",
"description": "a map GL Style for Qwant Map",
"main": "dist/index.js",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion style.json
Original file line number Diff line number Diff line change
Expand Up @@ -5220,7 +5220,8 @@
{
"id": "terrain",
"type": "hillshade",
"source": "terrain"
"source": "terrain",
"layout": {"visibility": "none"}
}
],
"id": "cjbdftwmm936t2rquyt8ycvor",
Expand Down

0 comments on commit 884ad62

Please sign in to comment.