Really skip extended keys
This commit is contained in:
parent
c3169745ee
commit
08c75843de
@ -55,7 +55,10 @@ client.on('connect', function() {
|
|||||||
|
|
||||||
if ( /map_style\|.*\|.*\|/.test(k) ) {
|
if ( /map_style\|.*\|.*\|/.test(k) ) {
|
||||||
//console.warn("Key " + k + " is EXTENDED, skipping");
|
//console.warn("Key " + k + " is EXTENDED, skipping");
|
||||||
|
// TODO: drop instead ?
|
||||||
|
// See https://github.com/Vizzuality/Windshaft-cartodb/issues/58
|
||||||
processNext();
|
processNext();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var params = RegExp(/map_style\|(.*)\|(.*)/).exec(k);
|
var params = RegExp(/map_style\|(.*)\|(.*)/).exec(k);
|
||||||
|
Loading…
Reference in New Issue
Block a user