UNPKG

npmap.js

Version:

A JavaScript web mapping library, built as a Leaflet plugin, for the National Park Service.

11 lines (8 loc) 121 B
/* globals L */ 'use strict'; module.exports = { addTo: function(map) { this._map = map; return this; } };