Skip to content

Commit

Permalink
Update comment related to issue MapServer#176
Browse files Browse the repository at this point in the history
  • Loading branch information
jbo-ads committed Sep 6, 2018
1 parent f5498b2 commit d913e4a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/service_wms.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,7 @@ void _create_capabilities_wms(mapcache_context *ctx, mapcache_request_get_capabi
ezxml_set_txt(tmpxml,title);

/*
* announce all layer srs's in the root layer. This part of the wms spec we
* cannot respect with a caching solution, as each tileset can only be served
* under a specified number of projections.
*
* TODO: check for duplicates in gris srs
* announce all common layer srs's in the root layer.
*/
{
int srs_count = (int)apr_hash_count(cfg->grids);
Expand Down

0 comments on commit d913e4a

Please sign in to comment.