Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
remove hills and mapillary
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrll committed Dec 5, 2023
1 parent 51ee8d0 commit 587612a
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions style.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,6 @@
"poi": {
"url": "tileschema_poi.json",
"type": "vector"
},
"mapillary": {
"type": "vector",
"tiles": [
"https://tiles.mapillary.com/maps/vtp/mly1_public/2/{z}/{x}/{y}?access_token=MLY|4142433049200173|72206abe5035850d6743b23a49c41333"
],
"minZoom": 0,
"maxZoom": 14,
"minzoom": 6,
"maxzoom": 14
},
"terrainSource": {
"type": "raster-dem",
"url": "https://api.maptiler.com/tiles/terrain-rgb/tiles.json?key=7B5lTONVe91Cn6e3onCo"
},
"hillshadeSource": {
"type": "raster-dem",
"url": "https://api.maptiler.com/tiles/terrain-rgb/tiles.json?key=7B5lTONVe91Cn6e3onCo"
}
},
"sprite": "{sprite_url}",
Expand Down Expand Up @@ -5653,48 +5635,6 @@
"text-halo-width": 2,
"text-halo-color": "rgba(255,255,255,0.8)"
}
},
{
"id": "mapillary-sequence",
"type": "line",
"source": "mapillary",
"source-layer": "sequence",
"minzoom": 5,
"maxzoom": 24,
"layout": {
"visibility": "none"
},
"paint": {
"line-color": "rgba(53, 175, 109, 1)",
"line-opacity": 0.3,
"line-width": 2
}
},
{
"id": "mapillary-images",
"type": "circle",
"source": "mapillary",
"source-layer": "image",
"minzoom": 9,
"layout": {
"visibility": "none"
},
"paint": {
"circle-color": "rgba(52, 175, 108, 1)",
"circle-opacity": 0.4,
"circle-radius": 5
}
},
{
"id": "hills",
"type": "hillshade",
"source": "hillshadeSource",
"layout": {
"visibility": "none"
},
"paint": {
"hillshade-shadow-color": "#473B24"
}
}
],
"id": "cjbdftwmm936t2rquyt8ycvor",
Expand Down

0 comments on commit 587612a

Please sign in to comment.