Animesh Kumar {itsAnimesh}

Animesh Kumar {itsAnimesh}

I'm an IT professional from New Delhi, India. Currently for the most part I work as a Technical Consultant developing Open Source ICT solutions for social and societal inclusion. I'm also pursing PG in Management. Below are the latest updates from a some social networks I subscribe to.

:

  • Howto : Longitude and Latitude from Google Maps…

    One thing that is missing from Google Maps is point coordinates (Longitude and Latitude)… There is no way to get the coordinates of a point in the map… A very simple JavaScript i recently found was : javascript:void(prompt(”,gApplication.getMap().getCenter())); Just create a new bookmark on your bookmark bar and add the above code… It’s obvious that …