We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f58c740 + 0aa83cd commit 7dfbf38Copy full SHA for 7dfbf38
src/LeafletView/index.tsx
@@ -26,7 +26,7 @@ const LEAFLET_HTML_SOURCE = Platform.select({
26
const DEFAULT_MAP_LAYERS = [
27
{
28
attribution:
29
- '&copy <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
+ '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
30
baseLayerIsChecked: true,
31
baseLayerName: 'OpenStreetMap.Mapnik',
32
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
0 commit comments