Select to view content in your preferred language

Add ESRI base map in Geoserver

2805
3
10-04-2017 05:20 AM
FranciscoGutierres1
New Contributor

Hi all,

 

I am using Geoserver to publish layers in Kibana.

 

However I would like to use the ESRI Topographic base map as background in Geoserver. I need to publish as WMS service. Is possible and what information I need to include in Geoserver?

 

Best

 

Francisco Gutierres

0 Kudos
3 Replies
JohnGravois
Frequent Contributor

why would you want to republish our Topographic basemap as a WMS service? you can already consume the one we host in Leaflet, OpenLayers, Google Maps API and our own JavaScript API.

0 Kudos
FranciscoGutierres1
New Contributor

Hi Dear John Gravois,

Because I have several layers in Geoserver to be used in Kibana 5.0. Kibana only accept one WMS service. So I used several layers in Geoserver with an OSM WMS (also published as a Geoserver layer). I only want to change the OSM WMS with the ESRI WMS. 

Thanks

Francisco

0 Kudos
JohnGravois
Frequent Contributor

i don't know anything about kibana, but from their marketing page it looks like they are using Leaflet so your best bet is to dig into the code and load our tiled basemap using L.tileLayer (or L.esri.basemapLayer if you're allowed to load plugins).

0 Kudos