Show Bhwan map downloaded fig on webpage
-
- Posts: 2
- Joined: Fri Apr 24, 2015 2:26 pm
Show Bhwan map downloaded fig on webpage
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.
Re: Show Bhwan map downloaded fig on webpage
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.
-
- Posts: 2
- Joined: Fri Apr 24, 2015 2:26 pm
Re: Show Bhwan map downloaded fig on webpage
Cant i add direclty add map to my webapp like we do in google maps using latitude and longitude
Re: Show Bhwan map downloaded fig on webpage
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>
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>