
Learn to connect to a GeoServer via a WFS service in QGIS, add WFS layers, view and symbolize data, and understand real-time multi-user editing with PostGIS.
Create roles and groups in the geo server web admin, assign users, and define data security with read and write permissions across workspaces.
Learn how GeoServer organizes data and settings on disk, with the bin directory for startup scripts, the data directory for uploads, and XML configurations reflecting web admin changes.
Explore loading the DJ Basin dataset into PostGIS via QGIS, creating a multiuser enterprise workflow with GeoServer, including vector and raster data transfer and symbology planning.
Create three GeoServer roles and users—D.J. Ed, D.J. Viewer, and D.J. Admin—in one workspace, assign read, write, and admin permissions, and verify access by logging in.
Learn to create layers and layer groups in GeoServer from uploaded data, configure spatial reference, compute bounds, assign default and additional styles, and build a layered group with previews.
Explore parameterized sql views in GeoServer, enabling user-driven filters via view parameters and request parameters, including multi-table joins, geometry to geography casting, and distance-based queries.
Learn how GeoServer powers web-based GIS and web mapping applications, using Ajax-driven data requests, middleware, and databases like PostgreSQL/PostGIS and MySQL to serve spatial data.
Explore the getLegendGraphic request in GeoServer to generate web map legends, using image or json formats, with configurable width, height, layer, and styling options.
Build a simple Leaflet webmap by loading Leaflet, creating a map container, and adding an OpenStreetMap tile layer; then fetch a GeoServer legend via GetLegendGraphic.
Learn to display GeoServer WMS layers in Google Earth as image overlays, configure WMS parameters, and view layers like Colorado counties and environmental constraints over aerial imagery.
Geoserver is open-source server software that allows you to publish your geospatial data as a web service. This course will explain what GeoServer is, why and when you need it. We will explore the basics of GeoServer using sample data on a local host version installed on your. computer. Then we will walk through the steps of setting up a project in GeoServer using your own data.
We will see how to set up GeoServer on a hosting service in the cloud, load your data to it, configure users accounts and set their privileges to view and edit your data, filter your data with SQL views and CQL, and finally create your own web mapping applications that use your data from GeoServer so that you can share it with the world.