Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 493 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 493 Bytes

Google Maps Mashup

A Google Maps Mashup that allows for planning of aircraft routes, saving and retreiving them via a microservice written in Python.

Assignment.pdf : Requirements/Business Case.

plan_route_map.html : The Client web-interface written in Java-Script that allows user to plan aircraft routes and save these by sending them via AJAX to Microservice.py

Microservice.py : The Microservice that allows for retrival or saving of aircraft routes as XML object. Written in Python.