Skip to content

Commit

Permalink
Merge pull request #302 from headwaymaps/mkirk/antialias
Browse files Browse the repository at this point in the history
[basemap] fix jagged building rendering
  • Loading branch information
michaelkirk authored Jan 16, 2024
2 parents 03b363f + 98c08d3 commit adb1a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/frontend/www-app/src/components/BaseMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ async function loadMap(): Promise<maplibregl.Map> {
center: initialCenter, // starting position [lng, lat]
zoom: initialZoom, // starting zoom
attributionControl: false,
antialias: true,
};
let bounds = Config.maxBounds;
Expand Down

0 comments on commit adb1a5c

Please sign in to comment.