79305309

Date: 2024-12-24 10:13:27
Score: 0.5
Natty:
Report link

In case of react-leafleat just use following code:

import { MapContainer, ScaleControl } from "react-leaflet";

export function MyMap() {
  return (
    <MapContainer>
      <ScaleControl metric={true} imperial={false} />
    </MapContainer>
  );
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Artem Tymchenko