Skip to content

Commit

Permalink
always build the source if present
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Sep 17, 2024
1 parent c2f685b commit bf1c4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata_catalogue/maps/libs/maplibre.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def map_to_style(map: Map, request) -> MapStyle:

maplibre_source = None

if source and source.type:
if source:
maplibre_source = MaplibreSource(
id=source.id,
type=source.type,
Expand Down

0 comments on commit bf1c4e6

Please sign in to comment.