Skip to content

Commit 7dfbf38

Browse files
Merge pull request #9 from jpstotz/attribution
fix: default map layer attribution http url and copyright symbol
2 parents f58c740 + 0aa83cd commit 7dfbf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LeafletView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const LEAFLET_HTML_SOURCE = Platform.select({
2626
const DEFAULT_MAP_LAYERS = [
2727
{
2828
attribution:
29-
'&amp;copy <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
29+
'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
3030
baseLayerIsChecked: true,
3131
baseLayerName: 'OpenStreetMap.Mapnik',
3232
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',

0 commit comments

Comments
 (0)