mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
switch to osmand tile server
This commit is contained in:
parent
46a1324cea
commit
5e78ecdb24
@ -53,7 +53,7 @@ function UtopiaMap({
|
|||||||
<MapContainer style={{ height: height, width: width }} center={center} zoom={zoom}>
|
<MapContainer style={{ height: height, width: width }} center={center} zoom={zoom}>
|
||||||
<TileLayer
|
<TileLayer
|
||||||
attribution='© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
attribution='© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
||||||
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" />
|
url="https://tile.osmand.net/hd/{z}/{x}/{y}.png" />
|
||||||
<MarkerClusterGroup showCoverageOnHover chunkedLoading maxClusterRadius={50}>
|
<MarkerClusterGroup showCoverageOnHover chunkedLoading maxClusterRadius={50}>
|
||||||
{
|
{
|
||||||
React.Children.toArray(children).map((child) =>
|
React.Children.toArray(children).map((child) =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user