0.0.5 • Published 4 months ago

map-location-control v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 months ago

NPM version Build Status Dependency Status

map-location-control

Geo-location control that can be used with vector map renderer: a simplified version of the GeoLocationControl implemented in mapbox-gl-js

Install

$ npm install --save map-location-control

Usage

var geoLocationControl = require('map-location-control');

var glc = geoLocationControl({
  maxWidth: 150,
  unit: 'imperial'
 });

 map.addControl(glc);

License

MIT © Damian Krzeminski

0.0.5

4 months ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago