Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have some cached files from OSM , I've seen example that loads the files using this command :

var newLayer = new OpenLayers.Layer.OSM("Local Tiles", "tiles/${z}/${x}/${y}.png", { isBaseLayer: true });            `

Is there an alternative option to show the same tiles using different layer (I don't want the perma link of OSM on the MAP) , Maybe using the Layer.XYZ ? If so , How ?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.