Skip to content

Commit a381941

Browse files
jbo-adstbonfort
authored andcommitted
Add /{J}/{I} at the end of ResourceURL (#196)
1 parent ef63fd0 commit a381941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/service_wmts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ void _create_capabilities_wmts(mapcache_context *ctx, mapcache_request_get_capab
469469
ezxml_set_attr(resourceurl,"resourceType","FeatureInfo");
470470
ezxml_set_attr(resourceurl,"template",
471471
apr_pstrcat(ctx->pool,onlineresource,"wmts/1.0.0/",tileset->name,"/default/",
472-
dimensionstemplate,"{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.",apr_psprintf(ctx->pool,"%d",i),NULL));
472+
dimensionstemplate,"{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}/{J}/{I}.",apr_psprintf(ctx->pool,"%d",i),NULL));
473473
}
474474
}
475475

0 commit comments

Comments
 (0)