Skip to content

Commit

Permalink
geoserver layber check to false due to the frequent error
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Nov 14, 2022
1 parent 8467906 commit 6c146c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyincore_viz/geoutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def get_gdf_map(datasets: list):
return m

@staticmethod
def get_wms_map(datasets: list, wms_url=globals.INCORE_GEOSERVER_WMS_URL, layer_check=True):
def get_wms_map(datasets: list, wms_url=globals.INCORE_GEOSERVER_WMS_URL, layer_check=False):
"""Get a map with WMS layers from list of datasets.
Args:
Expand Down

0 comments on commit 6c146c6

Please sign in to comment.