[Tile-serving] [openstreetmap/mod_tile] Allow `renderd*` sections to follow `map` sections in `renderd.conf` (PR #308)
Hummeltech
notifications at github.com
Fri Mar 3 15:19:34 UTC 2023
@hummeltech commented on this pull request.
> for (int section = 0; section < iniparser_getnsec(ini); section++) {
const char *name = iniparser_getsecname(ini, section);
- g_logger(G_LOG_LEVEL_INFO, "Parsing section %s", name);
+ if (strncmp(name, "renderd", 7) == 0) {
+ /* this is a renderd config section */
+ int render_sec = 0;
+
+ if (sscanf(name, "renderd%i", &render_sec) != 1) {
This `Note` had already been present, it was detected as new after having been moved.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/308#discussion_r1124603016
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/mod_tile/pull/308/review/1324042512 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230303/b231fa1b/attachment-0001.htm>
More information about the Tile-serving
mailing list