Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 319 Bytes

leaflet-manager

Helper library for managing leaflet markers, polygons, control and more.

This is just an example ts library, it's not ready for a production use.

Usage

import { createMapManager } from './leaflet-manager'
import { Map } from 'leaflet'

const manager = createMapManager(new Map('#map'))