Active
Project:
Leaflet
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2013 at 04:55 UTC
Updated:
15 Jun 2016 at 10:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
samhassell commentedComment #2
gcbRolled into Dev. Thanks!
Comment #4
gcbThis should be configurable via the map config UI.
Comment #5
tauno commentedAdded the ability to define the left and right parameters for Latlng.wrap().
Comment #6
milesw commentedOne consequence of this (as it's been committed) is that it becomes impossible to show points on both sides of the dateline together. So points in Australia cannot be shown together with points in Hawaii -- they can only appear on separate sides of the world.
Normally you can accomplish this by adding 360 degrees to longitude. But when wrapping is forced for all points, this is no longer possible.