It is possible to consume wms service as wms tile service

893
1
10-31-2019 05:25 AM
RitikaManderwal
New Contributor III

My map service is deployed as wms service on map server. 

when i am that service in leaflet.js at that time i am able to consume it as tile service as i am able to zoom.

So, i want to is there any method in arcgis js to convert that wms service to wmts service so that i can use it in my application

thank you

0 Kudos
1 Reply
GarrettSeay1
New Contributor III

You may be able to use the code here to do something for this: WMTS layer | ArcGIS API for JavaScript 3.30

This may help as well: Using WMS and TMS services - Leaflet - a JavaScript library for interactive maps 

0 Kudos