HOT TOPICS
SPOTLIGHT AGENCIES
Road Hump Records...
Written By wgwwd - 17 September, 2013
Bangalore Roads Action Potholes Infrastructure
As said in another post, I tried to create a road hump record using my basic andriod phone which just costed me 6.7k. I just mentioned cost to tell how valuable a phone can be, if it can be used constructively.
The road humps are plotted in google maps, real time.. Also data can be saved in internet.
Now you can see a Google map of 1.8 kms sample from BDA complex to SilkBoard.
If some Prajas come up to help, most of main roads can be hump-mapped to help ourselves and then automatically others..
and thus increasing our wgwwd index (what is that?)...
Your thoughts?
COMMENTS

wgwwd - 17 September, 2013 - 06:44
A nice comparison is available at SmartProbe.Org. Many Roads from Japana, USA and other countries. Our own Mumbai also seen there. Bangalore has currently less data. I have added few roads. Do your bit ;)

brilliant, any way to embed here?
silkboard - 17 September, 2013 - 08:38
Saw the map on smartprobe. anyway to embed the live map here itself?

wgwwd - 17 September, 2013 - 09:59
On lighter note : This is should be as smooth as silk(board) :)
Just create a page in Praja with following html code !
<HEAD> <link rel="shortcut icon" href="favicon.ico"> <title>Road Bump Comparison</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script> <script type="text/javascript"> function initialize() { var lng = 139.767;//change this to Bangalore var lat = 35.681;//change this to Bangalore var latlng = new google.maps.LatLng(lat, lng); var mapOptions = {zoom: 9,center: latlng,mapTypeId: google.maps.MapTypeId.ROADMAP,scaleControl: true}; mapObj = new google.maps.Map(document.getElementById('map_canvas'), mapOptions); var kmlUrl1 = "http://smartprobe.org/bumprecorder/kml/all_line2_1.kml"; var kmlLayer_line1 = new google.maps.KmlLayer(kmlUrl1); kmlLayer_line1.setMap(mapObj); var kmlUrl2 = "http://smartprobe.org/bumprecorder/kml/all_line2_2.kml"; var kmlLayer_line2 = new google.maps.KmlLayer(kmlUrl2); kmlLayer_line2.setMap(mapObj); var kmlUrl3 = "http://smartprobe.org/bumprecorder/kml/all_line2_3.kml"; var kmlLayer_line3 = new google.maps.KmlLayer(kmlUrl3); kmlLayer_line3.setMap(mapObj); var kmlUrl4 = "http://smartprobe.org/bumprecorder/kml/all_line2_4.kml"; var kmlLayer_line4 = new google.maps.KmlLayer(kmlUrl4); kmlLayer_line4.setMap(mapObj); } </script> </HEAD> <body onLoad="initialize();"> <div id='map_canvas' style='width: 800; height: 600; border: 1px solid Gray;'></div> </Body>

srinidhi - 18 September, 2013 - 06:10
was coming to office and found this huge huge crater at the residency-brigade jn..please be careful!
tried tha app too yesterday to record the road undulations..unfortunately there was less of road where I rode...the app will be only useful if there is some road to ride on..so uninstalled it!
There is an eternal jam because of bad roads at the Adarsha theatre jn on Ulsoor rd since a week now..pathetic

wgwwd - 18 September, 2013 - 07:24
Thanks, and thats how it starts. It is an app for kind of survey as per app author's page. For example we can use the app to showcase the severity of humps and compare with another road.
Sad to know its uninstalled, but you gave a good try. Something is better than nothing :-D
PRAJA.IN COMMENT GUIDELINES
Posting Guidelines apply for comments as well. No foul language, hate mongering or personal attacks. If criticizing third person or an authority, you must be fact based, as constructive as possible, and use gentle words. Avoid going off-topic no matter how nice your comment is. Moderators reserve the right to either edit or simply delete comments that don't meet these guidelines. If you are nice enough to realize you violated the guidelines, please save Moderators some time by editing and fixing yourself. Thanks!