Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/client/components/map/leaflet/Map.jsx
Original file line number Diff line number Diff line change
@@ -90,7 +90,8 @@ class LeafletMap extends React.Component {
scrollWheelZoom: false,
doubleClickZoom: false,
boxZoom: false,
tap: false
tap: false,
attributionControl: false
}, {maxZoom: 23}, this.props.mapOptions, this.crs ? {crs: this.crs} : {});

const map = L.map(this.props.id, assign({zoomControl: this.props.zoomControl}, mapOptions) ).setView([this.props.center.y, this.props.center.x],

0 comments on commit c5f59bb

Please sign in to comment.