Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge 3a18be3 into 145f1cc
Browse files Browse the repository at this point in the history
  • Loading branch information
systemed committed Jul 11, 2014
2 parents 145f1cc + 3a18be3 commit 12bb854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/carto/tree/layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tree.LayerXML = function(obj, styles) {
' name="' + obj.name + '"\n' +
prop_string +
((typeof obj.status === 'undefined') ? '' : ' status="' + obj.status + '"\n') +
((typeof obj['buffer-size'] === 'undefined') ? '' : ' buffer-size="' + obj['buffer-size'] + '"\n') +
((typeof obj.srs === 'undefined') ? '' : ' srs="' + obj.srs + '"') + '>\n ' +
styles.reverse().map(function(s) {
return '<StyleName>' + s + '</StyleName>';
Expand Down

0 comments on commit 12bb854

Please sign in to comment.