Web Gis
Web Gis
GIS Development
• GIS users nearly always require reference map data (e.g., streets,
1
1/25/2024
Distributed GIS
(via web services)
Downloading Data
Matu rity
Media Distribution
(“ ftp”)
Shared Diskspace
Time
2
1/25/2024
GIS DATA
Vector Data
• Point Data
• Line Data
• Polygon Data
Raster Data
• Also known as grid data, is made up of pixels, and each pixel has a value
3
1/25/2024
Standalone VS Web-GIS
2. OGC web services like WMS that allow visualize this data in a web
browser
Map Structure
4
1/25/2024
Spatial Databases
5
1/25/2024
Speed: better performance out of data served from a database than you will
from a shapefile
Examples
1.ogr2ogr hawaii.shp PG:dbname=g4wd -sql "select name, the_geom from us_states where
name='Hawaii'"
3. shp2pgsql—pgsql2shp
6
1/25/2024
Creating data
CREATE TABLE geometries (name varchar, geom geometry);
Spatial Queries:
we can ask questions like Intersects,Touches, Crosses, Within,
Overlaps, and Contains
7
1/25/2024
Web GIS
Request
Response
(HTML document)
8
1/25/2024
9
1/25/2024
Client:
• Internet Browser such as Internet Explore, Mozila firefox etc
Internet Connection:
• Performance of a web mapping site largely depends on the
bandwidth of the Internet connection
• Higher the bandwidth better the performance
Web server
• Handle the requests from Web Browser (user) and Return the
web page
• Apache, IIS
Meta Data
• Data about data
• Including Server URL, Owner etc
10
1/25/2024
• WMS Servers can generate maps on request, using parameters, such as map layer order, styling/symbolization, map
extent, data format, projection, etc.
• The OGC Consortium defined the WMS standard to define the map requests and return data formats
• Typical image formats for the map result are PNG, JPEG, GIF or SVG Examples
1. MapServer
2. ESRI ArcGIS
3. GeoServer
THANKS
11