Skip to content

Commit

Permalink
wms layers now represented with the title and not the layer name
Browse files Browse the repository at this point in the history
  • Loading branch information
xavijam committed Mar 27, 2014
1 parent 309d698 commit eb59dc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="msg">
<h5 class="<%= !enabled ? 'disabled' : '' %>"><%= name %></h5>
<h5 class="<%= !enabled ? 'disabled' : '' %>"><%= title || name %></h5>
<% if (!enabled) { %>
<p>It doesn't contain supported projections (3857, 900913)</p>
<% } %>
Expand Down

0 comments on commit eb59dc9

Please sign in to comment.