From 25371fc4e77034a12eb51a28c53669966797ce02 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sat, 13 Jul 2019 16:59:20 +1000 Subject: [PATCH] set antialias to true for custom layers and extrusion examples --- docs/pages/example/3d-buildings.html | 3 ++- docs/pages/example/3d-extrusion-floorplan.html | 3 ++- docs/pages/example/add-3d-model.html | 10 ++++++---- docs/pages/example/custom-style-layer.html | 3 ++- docs/pages/example/dancing-buildings.html | 3 ++- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/pages/example/3d-buildings.html b/docs/pages/example/3d-buildings.html index e4c3a22c000..8789429c4a7 100644 --- a/docs/pages/example/3d-buildings.html +++ b/docs/pages/example/3d-buildings.html @@ -6,7 +6,8 @@ zoom: 15.5, pitch: 45, bearing: -17.6, - container: 'map' + container: 'map', + antialias: true }); // The 'building' layer in the mapbox-streets vector source contains building-height diff --git a/docs/pages/example/3d-extrusion-floorplan.html b/docs/pages/example/3d-extrusion-floorplan.html index c148598dfe3..84e5dbeb182 100644 --- a/docs/pages/example/3d-extrusion-floorplan.html +++ b/docs/pages/example/3d-extrusion-floorplan.html @@ -6,7 +6,8 @@ center: [-87.61694, 41.86625], zoom: 15.99, pitch: 40, - bearing: 20 + bearing: 20, + antialias: true }); map.on('load', function() { diff --git a/docs/pages/example/add-3d-model.html b/docs/pages/example/add-3d-model.html index 9508fc35c51..24ec49b537a 100644 --- a/docs/pages/example/add-3d-model.html +++ b/docs/pages/example/add-3d-model.html @@ -1,5 +1,5 @@ - - + +