Socket
Socket
Sign inDemoInstall

jsmaps

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jsmaps

Full featured interactive slippy map, and also an abstraction layer for popular javascript mapping apis. Supported Google Maps, Bing Maps, Yandex Maps and Here maps.


Version published
Weekly downloads
10
increased by233.33%
Maintainers
1
Install size
582 kB
Created
Weekly downloads
 

Changelog

Source

0.0.15 - 2016-10-06

  • native map: stop moving the map on mouseup outside the map (with ie11 fix)
  • native map: get rid of the ugly cursor hack, ie will have the cursor from a custom url
  • fixing issue #1
  • New change options function for the map object
  • make sure dragging vectors on bing and here maps stops on mouseup
  • new feature: adding a "setStyle" for all vectors on all backends.
  • all vectors on all backends have a "getStyle" function
  • Fix for issue #2

Readme

Source

JsMaps - Interactive Javascript Maps

npm version Bower version NuGet License

JsMaps is a Javascript library with a full featured Interactive Slippy Map, with no external dependencies, only needs a tile server url. JsMaps also provides a single, common interface for a wide variety of Javascript map APIs, allowing a developer to easliy switch from one maps API to another.

Project Home Page (includes examples)

API Reference

Installation

Several installation options are available:

  • Download the latest release.
  • Clone the repo: git clone https://github.com/markkr125/jsmaps.git.
  • Install with Bower: bower install jsmaps.
  • Install with npm: npm install jsmaps.
  • Install with NuGet: Install-Package jsmaps.
  • Install with Meteor: meteor add mark125:jsmaps.

Supported External APIs

Browsers

Browser support depends on the mapping api used. See bellow for documentation regarding the browser support of every API.

License

Licensed under the The MIT License (MIT)

Keywords

FAQs

Last updated on 06 Oct 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc