Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmorz committed Oct 20, 2020
1 parent 97c215a commit 8fd5b1c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# web-gis-demo
A basic implemetation of Web-GIS system using Leaflet JS, GeoServer and Postgres with PostGIS plugin(extension)
A basic implemetation of Web-GIS using Leaflet JS, GeoServer and Postgres with PostGIS plugin(extension)

[![Demo](https://i.imgur.com/zhqnQDY.gif "Demo")](https://i.imgur.com/zhqnQDY.gif "Demo")
### Prerequisite
1. Postgres with PostGIS plugin is installed in your machine
1. GeoServer is installed in your machine
Expand All @@ -16,7 +17,4 @@ A basic implemetation of Web-GIS system using Leaflet JS, GeoServer and Postgres
- Zoom-in to the filtered features using Web Feature Service (WFS) of GeoServer
- Display legend using WMS GetLegendGraphic Request

**Note: Change the URI accordingly e.g. if you use another URI on GeoServer, change the value of *owsURI* on *index.html***



**Note: Change the URI accordingly e.g. if you use another URI on GeoServer, change the value of *owsURI* on *index.html***

0 comments on commit 8fd5b1c

Please sign in to comment.