Show Bhwan map downloaded fig on webpage

Post Reply
MohitBadhwar
Posts: 2
Joined: Fri Apr 24, 2015 2:26 pm

Show Bhwan map downloaded fig on webpage

Post by MohitBadhwar » Fri Apr 24, 2015 2:31 pm

I have downloaded a map fig from portal which has four files after extracting from zip file now I want to show that fig on my webpage but I don't have idea which file to attach and how to attach it on my project If anybody has idea plz do share the code, It will be very helpful.

sonal
Posts: 258
Joined: Mon Aug 01, 2011 1:53 pm

Re: Show Bhwan map downloaded fig on webpage

Post by sonal » Fri Apr 24, 2015 6:25 pm

If you are interested to make False Color Composite, please refer this link and make. The output can be kept in your website either as a service for dynamic view or as a screenshot.

MohitBadhwar
Posts: 2
Joined: Fri Apr 24, 2015 2:26 pm

Re: Show Bhwan map downloaded fig on webpage

Post by MohitBadhwar » Fri Apr 24, 2015 6:38 pm

Cant i add direclty add map to my webapp like we do in google maps using latitude and longitude

sonal
Posts: 258
Joined: Mon Aug 01, 2011 1:53 pm

Re: Show Bhwan map downloaded fig on webpage

Post by sonal » Mon Apr 27, 2015 2:21 pm

Yes that is also possible. You can see the 'link' option of Bhuvan 2D (http://bhuvan.nrsc.gov.in/map)

For example you can add below code to your webpage -

<iframe width='500' height='400' frameborder='0' scrolling='no' marginwidth='0'src=http://bhuvan.nrsc.gov.in/map/bhuvannew ... s></iframe>

Post Reply