viewport-mercator-project

v4.0.0-alpha.2
Convert to and from lat/lng and pixels in web mercator at arbitrary floating point zoom levels.

start

npm run test

build

npm run clean && mkdir -p dist dist-es6 && buble src -o dist-es6 --no modules --y dangerousForOf --objectAssign -m inline && webpack -d

clean

rm -fr dist/* dist-es6/*

lint

eslint src

precommit

npm test

publish-prod

npm run build && npm run test && npm publish

publish-beta

npm run build && npm run test && npm publish --tag beta

test

npm run lint && npm run build && npm run test-node

test-node

node test/node.js

test-browser

webpack-dev-server --env.browser --progress --hot --open

profile-discify

browserify src/bundle.js --full-paths -t babelify -t glslify | uglifyjs | discify --open

Metadata

  • MIT
  • Whatever
  • Uber Technologies, Inc.
  • released 3/23/2017

Downloads