Browse Source

Restore marker size

Andrew 9 years ago
parent
commit
612fbfa38c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/views/blazer/queries/run.html.erb

+ 1 - 1
app/views/blazer/queries/run.html.erb

@@ -48,7 +48,7 @@
             properties: {
               description: marker.title,
               'marker-color': '#f86767',
-              'marker-size': 'small'
+              'marker-size': 'medium'
             }
           });
         }