1.0.1 • Published 7 years ago

map-scale v1.0.1

Weekly downloads
4
License
MIT
Repository
-
Last release
7 years ago

Map Scale

Build Status npm version MIT licensed

Human readable Map Scale based on zoom level

Install

npm

$ npm install --save map-scale

web browser (ES5)

<script src="https://unpkg.com/map-scale/docs/map-scale.min.js"></script>

Quickstart

mapScale

Human readable Map Scale based on zoom level

Parameters

Examples

var mapScale = require('map-scale')
mapScale(10)
//=1:500K

mapScale(10.5)
//=1:375K

Returns string Human readable map scale

1.0.1

7 years ago

1.0.0

7 years ago