This folder contains code written using Polymaps javascript library as the frontend.
- fromScratch.html = This was written to know the working of the polymaps library and lead to the development of OSM2GEO
- busRoute.html = This is the Road Congestion Map drawn using the speed values from GPS log of a MTC bus. The base data is the busroute.csv, the path.php files parses this csv and retruns the requested GeoJSON.
- *.osm files = OpenStreetMap export files used to test OSM2GEO and draw in fromScratch.html
- test.html = A copy of Polymaps Streets Example to study the library
- data.json = Data used in test.html
- js/osm2geo.js = The original OSM2GEO, where development and testing takes place.