Skip to content

Commit

Permalink
fix: Misused options in Maplibre renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsieh Chin Fan committed Sep 9, 2024
1 parent 7e811fc commit 4264f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BasicMaplibreRenderer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Renderer = class extends defaultExport {
style: style,
center: this.config.center,
zoom: this.config.zoom,
pitch: this.config.bearing,
pitch: this.config.pitch,
bearing: this.config.bearing,
hash: this.config.link,
});
Expand Down

0 comments on commit 4264f4d

Please sign in to comment.