1.2.1 • Published 7 years ago

sjc-leaflet-map v1.2.1

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
7 years ago

sjc-leaflet-map

c Default Leaflet map for San Juan County WA

API

sjc-leaflet/map

San Juan County Leaflet Map

Parameters

  • id (string | HTMLElement) HTML element or id of HTML element to attach map
  • opts object Leaflet map options
    • opts.center [array] starting center of map (optional, default [48.5,-123.0])
    • opts.zoom [number] starting zoom level of map (optional, default 10)

Examples

var map = SjcMap('map')