Brett Bussell

Project Details

Bear Maps

Bear Maps is a web mapping application inspired by Google Maps, where users can interact with a map of Berkeley. The application supports features like scrolling, zooming, and route finding, powered by a Java backend.

Features

  • Map Rastering: Converts map data into pixel images for display.
  • Graph Building: Builds graph representation of entire area from real world dataset.
  • Routing: Implements the A* shortest path algorithm for navigation.

Tech Stack

Java