Hazem Noor
Software Engineer
People
Software
Hardware
Data
Procedures
The hardware is the computer and peripherals on which the GIS operates .
Provides the functions and tools users need to store, analyze and display geographical information.
The most important part, different types :
Our main goal is to build a GIS web-based application based on Data of college of Engineering, the only data we have are images of maps containing information about buildings, rooms and data about rooms
These are the Raw Materials
var map = new OpenLayers.Map("map-id");
var world = new OpenLayers.Layer.WMS(
"Earth",
"http://localhost:8080/geoserver/wms",
{layers: "earthgroup"}
);
map.addLayer(world);
map.zoomToMaxExtent();
By Hazem Noor