Created
September 12, 2021 08:40
-
-
Save krishnaglodha/4677423c6fe1f20d564b3d64a9ecebe4 to your computer and use it in GitHub Desktop.
Basic store with URL and Layers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sources: | |
geoserver_wms: | |
type: wms | |
req: | |
#Provide geoserver wms endpoint without workspace as URL | |
url: http://localhost:8080/geoserver/wms? | |
#Provide layername without workspace as layers | |
layers: ne_10m_populated_places |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment