After adjusting my JavaScript code to reflect the new OSM url structure:
 
 
  M_MAP.addLayer(new OpenLayers.Layer.OSM(
    "GIM", "http://www.example.com/tiles/${z}/${x}/${y}.png";, {
      type: 'png',
      wrapDateLine: true
    }
  ));

 
 
I have found that the map tiles are no longer wrapping around the
date-line.  What additional adjustment is necessary to get date-line
wrapping working again?
 
Jeffrey Pinyan
Developer

Internet Crimes Group, Inc.

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to