﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
24248	Missing style in WMTS tile request	anonymous	team	"When using the french national mapping agency (IGN) WMTS data from

https://data.geopf.fr/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetCapabilities

JOSM requests an URL with a void STYLE argument, for example for the layer IGNF_LIDAR-HD_MNT_ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW the query is

https://data.geopf.fr/wmts?SERVICE=WMTS&SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=IGNF_LIDAR-HD_MNT_ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW&STYLE=&FORMAT=image/png&tileMatrixSet=PM_0_18&tileMatrix=16&tileRow=23349&tileCol=33812

resulting with a HTTP 400 error.

Instead it should send the query with STYLE=normal :

https://data.geopf.fr/wmts?SERVICE=WMTS&SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=IGNF_LIDAR-HD_MNT_ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW&STYLE=normal&FORMAT=image/png&tileMatrixSet=PM_0_18&tileMatrix=16&tileRow=23349&tileCol=33812

Thanks
"	defect	new	normal		Core				
