Skip to content

Commit f4f42c9

Browse files
committed
Tileset only supports 6-way concurrencies
1 parent 46a5859 commit f4f42c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/layer/highway_shield.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"use strict";
22

33
const orderedRouteAttributes = ["network_wikidata", "ref", "name", "color"];
4-
const maxConcurrencyCardinality = 8;
4+
// https://github.com/OpenHistoricalMap/ohm-deploy/blob/9f006433e8ad9d9eaa90af5847a0d85e23ac6caf/images/tiler-imposm/queries/ohm_mviews/routes_03_mv.sql#L95
5+
const maxConcurrencyCardinality = 6;
56

67
export function getImageNameExpression(routeIndex) {
78
let concat = ["concat", "shield"];

0 commit comments

Comments
 (0)