[datameet] Q on retrieving DUSIB data from G maps engine

2014-05-05 Thread Avinash Celestine
Hi all Needed some help I just wanted to know if it was at all possible to retrieve the data (geometries etc) underlying the map linked to on this page (2nd link). Its a mapping of all JJ clusters in Delhi http://delhishelterboard.in/main/?page_id=3644 Usually, when you load a page, among the f

Re: [datameet] Q on retrieving DUSIB data from G maps engine

2014-05-05 Thread Thejesh GN
Here is what I could figure: The layers are defined in the javascript : https://gist.github.com/thejeshgn/fe9853115b2b7cbc7d50#file-cluster-json And it is displayed using the Javascript https://gist.github.com/thejeshgn/fe9853115b2b7cbc7d50#file-mapviewer-js All the layers of type GOOGLE_MAPS_E

Re: [datameet] Q on retrieving DUSIB data from G maps engine

2014-05-05 Thread Avinash Celestine
thanks Thej. I figured that the layers were 'embedded' in the map tiles themselves rather than being rendered separately browser-side. but wasnt at all sure how to proceed from there. the dynamic maps engine layer solution that you suggested definitely seems worth a shot. will give it a try... Av