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

Post Reply
rkarunak
Posts: 2
Joined: Sat Jan 07, 2017 11:56 pm

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

Post by rkarunak » Sun Jan 08, 2017 12:07 am

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

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

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

Post by sonal » Mon Jan 09, 2017 2:03 pm

Yes it is available.
kindly go through this link http://bhuvan-forum.nrsc.gov.in/guest/v ... ?f=3&t=256

rkarunak
Posts: 2
Joined: Sat Jan 07, 2017 11:56 pm

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

Post by rkarunak » Wed Jan 18, 2017 5:07 am

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

Post Reply