Skip to content

Commit

Permalink
fix(base-map): remove detectRetina to prevent tiny map labels
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed May 28, 2020
1 parent 88f94e1 commit 1c79460
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/components/map/base-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,7 @@ class BaseMap extends Component {
url={layer.url}
attribution={layer.attribution}
maxZoom={layer.maxZoom}
{...retinaProps}
detectRetina />
{...retinaProps} />
</LayersControl.BaseLayer>
)
})
Expand Down

0 comments on commit 1c79460

Please sign in to comment.