Skip to content

Commit b633205

Browse files
committed
- fixed flake8 errors
1 parent c3040b4 commit b633205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygeoapi/api/tiles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ def get_collection_tiles(api: API, request: APIRequest,
141141

142142
tiling_schemes = p.get_tiling_schemes()
143143

144-
145144
dataType = 'vector'
146-
if t['formats']['mimetype'].startswith('image'): datatype = 'map'
145+
if t['formats']['mimetype'].startswith('image'):
146+
dataType = 'map'
147147

148148
if dataType is None:
149149
LOGGER.error("Could not determine tile data type")

0 commit comments

Comments
 (0)