1
0
Fork 0

Fix footprint style on the map in satellite view

environments/stage/deployments/5
Fabian P. Schmidt 2017-11-13 13:21:30 +01:00 committed by Nikos Roussos
parent 050df7ff4d
commit b606121093
No known key found for this signature in database
GPG Key ID: BADFF1767BA7C8E1
1 changed files with 5 additions and 2 deletions

View File

@ -203,8 +203,11 @@ $(document).ready(function() {
map.addLayer({
'id': 'sat_footprint',
'type': 'line',
'source': 'sat_footprint'
'type': 'fill',
'source': 'sat_footprint',
'paint': {
'fill-opacity': 0.2
}
});
console.log(map.getSource('sat_footprint'));