Page 1 of 1

Do we have a Bhuvan tile service similar to google/OSM?

Posted: Sun Jan 08, 2017 12:07 am
by rkarunak
Hi,

Similar to google tile service or Open Street Map tile service, do we have a Bhuvan tile service, which we can implement using OpenLayers or ArcGIS? For example, currently I am using leaflet (simplest I could find!) to show an interactive map in my website, where I am using Open Street Map base map. The problem is that it doesn't show Complete J&K as part of India. I wish Bhuvan has a similar service, with which I can show the CORRECT map.

Code in leaflet javascript:
---------
L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright ... reetMap</a>',
subdomains: ['a', 'b', 'c']
}).addTo(map);
---------
I wish to replace the openstreetmap tile source url with similar url from Bhuvan for its base map (if we have one).

Thanks in Advace,
Ramesh

Re: Do we have a Bhuvan tile service similar to google/OSM?

Posted: Mon Jan 09, 2017 2:03 pm
by sonal
Yes it is available.
kindly go through this link http://bhuvan-forum.nrsc.gov.in/guest/v ... ?f=3&t=256

Re: Do we have a Bhuvan tile service similar to google/OSM?

Posted: Wed Jan 18, 2017 5:07 am
by rkarunak
Excellent!!

Many thanks for sharing the good news! I will go through the link and come back to you, if I am stuck.

Regards,
Ramesh