There was an error while loading. Please reload this page.
1 parent 46a5859 commit f4f42c9Copy full SHA for f4f42c9
1 file changed
src/layer/highway_shield.js
@@ -1,7 +1,8 @@
1
"use strict";
2
3
const orderedRouteAttributes = ["network_wikidata", "ref", "name", "color"];
4
-const maxConcurrencyCardinality = 8;
+// https://github.com/OpenHistoricalMap/ohm-deploy/blob/9f006433e8ad9d9eaa90af5847a0d85e23ac6caf/images/tiler-imposm/queries/ohm_mviews/routes_03_mv.sql#L95
5
+const maxConcurrencyCardinality = 6;
6
7
export function getImageNameExpression(routeIndex) {
8
let concat = ["concat", "shield"];
0 commit comments