Markers not showed in multiple maps
Hi to all,
I have created a marker in map as following:
> marker = new L.marker([22.42118,
> 78.60718], {icon: icon.png}); map.addLayer(marker);
and showing correctly in single map.
But In zoom level 1, In my page I have 2 or 3 maps(3 tiles), But marker showing in a single map only(Refer the attached image![alt text][1]).
[1]: http://help.openstreetmap.org/upfiles/osm_map.png
Any option show marker in all maps?
**Edited on Aug 28:**
In google maps, when we drag horizontally our data will shown in all maps. But cant do in openstreet map.
map data showed in a single world map, not replicated to other maps.
Any option to show data in all maps or how to replicate the same map horizontally in all time?
Note:
In google maps data showing in a single map when morethan 1 map present in screen, data will shown in a single map.
screen.