Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wax

Package Overview
Dependencies
Maintainers
5
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wax - npm Package Versions

1
57

3.0.4

Diff

Changelog

Source

3.0.4

  • Added bwdetect control for Modest Maps.
  • Add tests using jasmine library.
  • Bugfixes.
published 2.1.6 •

Changelog

Source

2.1.6

  • Fix for window margin offset calculation.
  • Fix zoombox control in IE.
published 3.0.3 •

Changelog

Source

3.0.3

  • Add support for bleeding-edge MM.
  • Bugfixes.
published 3.0.2 •

Changelog

Source

3.0.2

  • Fixes xyzFinder in wax.GridManager to handle URLs with query strings.
published 2.1.5 •

Changelog

Source

2.1.5

  • Fixed Hash in FF 4.x
published 3.0.1 •

Changelog

Source

3.0.1

  • Expose #full and #original methods on wax.mm.fullscreen allowing API access to fullscreen toggling actions.
  • Fixes to boxselector and zoombox controls.
published 3.0.0 •

Changelog

Source

3.0.0

  • TileJSON support in new map connectors: wax.mm.connector, wax.leaf.connector and wax.g.connector. The old wax.g.maptype and wax.mm.provider have been removed.
  • All g, leaf and mm controls now use the signature function (map, tilejson, options) {} where relevant TileJSON keys in tilejson are used if present and options contains settings specific to the control.
  • Fullscreen, zoomer, attribution and legend controls no longer automatically append themselves to the map div. Use the .appendTo method to add the DOM element to the map or to another element on the page.
  • w.melt(func) now has the same return value as func.

2.x.x

var provider = new wax.mm.provider({
    baseUrl: 'http://a.tiles.mapbox.com/mapbox/',
    layerName: 'natural-earth-2'});
var map = ...;
wax.mm.legend(map);

3.x.x

var connector = new wax.mm.connector({
    tiles: 'http://a.tiles.mapbox.com/mapbox/1.0.0/natural-earth-2/{z}/{x}/{y}.png',
    scheme: 'tms'
    });
var map = ...;
wax.mm.legend(map, { legend: 'Content' }).appendTo(map.parent);
published 2.1.4 •

Changelog

Source

2.1.4

  • Fixed Interaction in FF 3.6.x
  • Optimized Modest Maps scrolling behavior on interactive maps
  • Fixed OpenLayers compatibility bug between 2.9 and 2.10
published 2.1.3 •

Changelog

Source

2.1.3

  • Fixing a touch javascript error.
published 2.1.2 •

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc