map information system and interactive campus map

20
Map Information System and Interactive Campus Map Shawn Whiteside Senior Web Services Programmer/Analyst Rochester Institute of Technology Patrick Reed Web Programmer/Analyst Rochester Institute of Technology

Upload: reedpatrick

Post on 01-Nov-2014

1.168 views

Category:

Education


2 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Map Information System and Interactive Campus Map

Map Information System and Interactive Campus Map

Shawn WhitesideSenior Web Services Programmer/Analyst

Rochester Institute of Technology

Patrick ReedWeb Programmer/Analyst

Rochester Institute of Technology

Page 2: Map Information System and Interactive Campus Map

History

• Initially part of a project to rename buildings at RIT

• Evolved into an enterprise data management tool

• Our team consisted of one graphic designer and three developers

Page 3: Map Information System and Interactive Campus Map

Requirements

• Needs to support various forms of data– Buildings, Locations in buildings, Paths

• Needs to work with different maps services– Google, Yahoo, Bing, OpenStreetMap, Static

• Content needs to be searchable• Content needs to be shareable

Page 4: Map Information System and Interactive Campus Map

Web-based Clients

• Functionality – Sharing of map views with deep linking– Image overlay used to show up to date info– Embed map content on external web sites– Keyword search functionality– Auto suggest search results– Familiar interface

Page 5: Map Information System and Interactive Campus Map

Full Screen Client

http://maps.rit.edu

Page 6: Map Information System and Interactive Campus Map

Creating the Map Overlay

• Created the map image based on Google Map satellite view and campus CAD files

• The image overlay is made up of hundreds of 256 x 256 pixel images

• Tiled the images with MapTiler • Every zoom level has a different set of tiles

Page 7: Map Information System and Interactive Campus Map

Mobile Client

• Alternate presentation of map• jQuery Mobile framework• PHP• Simplified view of data• Automatic redirection

Page 8: Map Information System and Interactive Campus Map

Questions?

Page 9: Map Information System and Interactive Campus Map

Extensible Data Model

• Needed a straight forward, relatively easy to understand data model.

• Needs to handle different use cases.• Map Data Object has three child components:– Map Object– Content Objects – Tags

Page 10: Map Information System and Interactive Campus Map
Page 11: Map Information System and Interactive Campus Map

Web Service Architecture

• Why did we go this route?– We wanted to do something a little bit different

than a standard map of buildings. – A building block for other clients– A data source for innovation– RIT needed a better way to find places on campus– Ultimate goal is to map every public place on

campus. (Vending machines, Artwork, etc)

Page 12: Map Information System and Interactive Campus Map

Web Service Architecture

Page 13: Map Information System and Interactive Campus Map

Searching

• Apache Solr – An open source search server• Fantastic performance• Faceted search capabilities• 75% of the Interactive Campus Map calls are

supported by this service.

Page 14: Map Information System and Interactive Campus Map

Admin Interface

• Currently have an internal only client that is fairly basic.

• Plan to integrate with the new client• We plan to have the majority of our dynamic

data added programmatically. • Content updated manually where needed

Page 15: Map Information System and Interactive Campus Map

Collecting Map Data

• Process• Challenges• Options– Mobile gps capture– Google Earth– Google Map

• Accuracy (or lack of)– Roads change width depending on zoom.etc.

Page 16: Map Information System and Interactive Campus Map

Challenges

• Google Map Imagery is not correct• Managing our own map layer is challenging• Keeping data current and relevant• Limited resources

Page 17: Map Information System and Interactive Campus Map

Marketing

• Word of mouth• Embedding the map into other web pages• Linking to it from the main RIT web page• Opening the API up to other developers

Page 18: Map Information System and Interactive Campus Map

Future Ideas

• Integration with the campus events calendar• Real-time bus locations• Point to point directions• Integration with the course catalog• Public release of the API• Restricted views inside the buildings• Development of more map clients

Page 19: Map Information System and Interactive Campus Map

Tools and Resources

• Google Maps JavaScript APIhttp://code.google.com/apis/maps/documentation/javascript/

• MapTilerhttp://www.maptiler.org/

• Apache Solrhttp://lucene.apache.org/solr/

• Google Earthhttp://www.google.com/earth/index.html

• RIT Interactive Campus Maphttp://maps.rit.edu

Page 20: Map Information System and Interactive Campus Map

Questions?