leaflet truesize
1.0.0
Um plugin para comparar facilmente tamanhos de formas geográficas. Você pode encontrar a documentação no site do plugin.
Você precisa do Leaflet para executar este plugin.
Instale com npm/yarn:
$ npm install leaflet-truesize
Ou baixe a biblioteca minificada de unpkg ou 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 ) ;
Inspiração: "O Verdadeiro Tamanho de..."