Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Failed to load resource: the server responded with a status of 404 (Not Found)
  2. http://path/to/the/tile//base/8/6/53.png
  3. etc.
  4.  
  5. var baseLayer = new ol.layer.Tile({
  6. source: new ol.source.XYZ({
  7. url: 'http://path/to/the/tiles/base/{z}/{x}/{-y}.png'
  8. })
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement