mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-08 08:24:25 +00:00
make render_old skip [renderNN] too
This commit is contained in:
@ -492,7 +492,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
sscanf(line, "[%[^]]", value);
|
||||
// Skip mapnik & renderd sections which are config, not tile layers
|
||||
if (strcmp(value,"mapnik") && strcmp(value,"renderd"))
|
||||
if (strcmp(value,"mapnik") && strncmp(value, "renderd", 7))
|
||||
render_layer(value);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user