wrld3d / wrld.js

A JavaScript API for beautiful 3D maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information for maximum or minimum values of some attributes

zelenooq opened this issue · comments

Description

I can't find information for maximum value for zoom.

Steps to Reproduce

  var map = L.Wrld.map("map", "api key", {
    center: [51.517327, -0.120005],
    zoom: 22
  });

Expected behavior:

To be closer to the ground.

Actual behavior:

I think that 20 is maximum to the ground.

Reproduces how often:

Always. :)

Additional Information

You're correct, the current maximum zoom level is 20. I'll leave this ticket open until we can update the documentation.