A plugin for easily comparing sizes of geographical shapes. You can find the docs on the plugin website.
You need Leaflet in order to run this plugin.
Install with npm/yarn:
$ npm install leaflet-truesize
Or download the minified library from unpkg or jsDelivr.
<script src="https://unpkg.com/leaflet-truesize"></script>
import L from 'leaflet';
import 'leaflet-truesize';
// create leaflet map ...
const trueSizeLayer = new L.trueSize(geojsonFeature, {
color: '#FF0000',
weight: 1,
opacity: 1,
dashArray: '7, 10',
}).addTo(map);
Inspiration: "The True Size Of ..."