Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Task 2: Building the Spatial Database

  • Locate appropriate hardware and configure PostGIS database
  • Clean Illinois Census Tract Data and import into database
  • Clean sample business location data and import into database
  • Test accuracy of database with imported data
  • Test performance of database with imported data

Task 3: Building the Web Feature Server

  • Install and configure Geoserver
  • Configure Geoserver for census tract data
  • Configure Geoserver for business location data
  • Create visual styles for census tract data
  • Create visual styles for business location data
  • Test accuracy of Geoserver with imported data
  • Test performance of Geoserver with imported data

Task 4: Develop Initial Map Component

  • Create client-side implementation of mapping component
  • Overlay with Google map data
  • Overlay with census tract (polygon) data
  • Overlay with business location (point) data
  • Test accuracy of mapping component with imported data
  • Test performance of mapping component with imported data

Task 5: Develop Browsing Capability