Skip to content

Leaflet plugin for easily comparing sizes of geographical shapes

License

Notifications You must be signed in to change notification settings

wbkd/leaflet-truesize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaflet Truesize

A plugin for easily comparing sizes of geographical shapes. You can find the docs on the plugin website.

Installation

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>

Usage

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 ..."