From bb993bc234ce0823db70bd49b26d2b26f99fa9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20L=C3=B3pez?= Date: Tue, 13 Jun 2017 16:34:04 +0200 Subject: [PATCH] Remove default ccss from vector --- .../core/javascripts/cartodb3/data/camshaft-reference.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/assets/core/javascripts/cartodb3/data/camshaft-reference.js b/lib/assets/core/javascripts/cartodb3/data/camshaft-reference.js index 6120cab22787..6cd3e547e05b 100755 --- a/lib/assets/core/javascripts/cartodb3/data/camshaft-reference.js +++ b/lib/assets/core/javascripts/cartodb3/data/camshaft-reference.js @@ -127,7 +127,6 @@ module.exports = { ' marker-line-color: <%= point.stroke.color.fixed %>;', ' marker-line-width: <%= point.stroke.size.fixed %>;', ' marker-line-opacity: <%= point.stroke.color.opacity %>;', - ' marker-placement: point;', ' marker-type: ellipse;', ' marker-allow-overlap: true;', '}', @@ -139,11 +138,9 @@ module.exports = { "#layer['mapnik::geometry_type'=3] {", ' polygon-fill: <%= polygon.fill.color.fixed %>;', ' polygon-opacity: <%= polygon.fill.color.opacity %>;', - ' polygon-gamma: 0.5;', ' line-color: <%= polygon.stroke.color.fixed%>;', ' line-width: <%= polygon.stroke.size.fixed %>;', ' line-opacity: <%= polygon.stroke.color.opacity %>;', - ' line-comp-op: soft-light;', '}' ].join('\n'))(DefaultCartography.simple); },