fix: remove leaflet liên kết trên bản đồ
This commit is contained in:
@@ -1587,8 +1587,9 @@ export const TourDetailPage = ({
|
||||
zoom={mapZoom}
|
||||
className="h-full w-full"
|
||||
preferCanvas={true}
|
||||
attributionControl={false}
|
||||
>
|
||||
<TileLayer url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" />
|
||||
<TileLayer url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" attribution="" />
|
||||
{canEdit && !isPublicView && (
|
||||
<>
|
||||
<MapHoverTip canEdit={canEdit} />
|
||||
@@ -2246,8 +2247,9 @@ export const TourDetailPage = ({
|
||||
zoom={mapZoom}
|
||||
className="h-full w-full"
|
||||
preferCanvas={true}
|
||||
attributionControl={false}
|
||||
>
|
||||
<TileLayer url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" />
|
||||
<TileLayer url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" attribution="" />
|
||||
<MapTourBounds locations={allLocations} />
|
||||
<MapRotationHandler rotation={mapRotation} />
|
||||
<RecenterUser position={userLocation} trigger={locateTrigger} />
|
||||
|
||||
Reference in New Issue
Block a user