Skip to content

Commit

Permalink
Add OSM attribution (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervdvn authored and Michiel Leyman committed Jul 27, 2018
1 parent b23102e commit 8c15ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Explorer/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class MapLeaflet extends Component {
attributionControl={false}
useFlyTo
>
<TileLayer url="https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png" />
<TileLayer url="https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png" attribution="&amp;copy <a href=&quot;http://osm.org/copyright&quot;>OpenStreetMap</a> contributors"/>
<GeoJSON
data={provincesGeoJSON}
style={{
Expand Down

0 comments on commit 8c15ae6

Please sign in to comment.