Skip to content

Commit

Permalink
Assume .png for the layer URL to make that input field somewhat useful.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom MacWright committed Jun 10, 2011
1 parent 3d048d5 commit a1dac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Map.bones
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ view = views.HUD.extend({
case 'url':
var id = this.model.id;
return _.map(value, function(layer) {
return layer + '1.0.0/' + id + '/{z}/{x}/{y}';
return layer + '1.0.0/' + id + '/{z}/{x}/{y}.png';
});
break;
case 'download':
Expand Down

0 comments on commit a1dac84

Please sign in to comment.