This commit is contained in:
Raul Marin 2019-07-16 13:43:46 +02:00
parent de49aa0bd4
commit b572b979a1

View File

@ -328,7 +328,7 @@ const aggregatedPointWebMercator = (ctx) => {
return '';
default:
throw new Error(`Invalid aggregation placement "${ctx.placement}`);
throw new Error(`Invalid aggregation placement "${ctx.placement}"`);
}
};