Skip to content

Commit

Permalink
Increase the default scale factor optimized for world map
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Sep 23, 2019
1 parent 3ca05d5 commit c9fb129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/geomap.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class Geomap {
self.properties.height = self.properties.width / 1.92;

if (!self.properties.scale)
self.properties.scale = self.properties.width / 5.8;
self.properties.scale = self.properties.width / 5.4;

if (!self.properties.translate)
self.properties.translate = [self.properties.width / 2, self.properties.height / 2];
Expand Down

0 comments on commit c9fb129

Please sign in to comment.