1

View our custom arcGIS map to the user using js SDK

Тема: View our custom arcGIS map to the user using js SDK

Hello,
We have uploaded a new ArcGIS map to our account, the map appeared in the Wialon local system in the map list normally and it's ok.
Now I have to develop a custom app for one of our customers and load and view the newly added ArcGIS map for him, Could you guide me from where can I start in SDK? since you already implement it in Wialon.
I need to load this ArcGIS map using Wialon SDK or by remote API.

FYI:
ArcGis hosted on the following server: www.iraq-gis.com{
I can get an image for each request in the browser like this:  https://www.iraq-gis.com/mahala/{z}/{y}/{x}
How Wialon can render this ArcGis map on UI for the user as you have done?



Regards,
Thanks

2

View our custom arcGIS map to the user using js SDK

(02/01/2021 11:41:04 отредактировано hhamedk)

Re: View our custom arcGIS map to the user using js SDK

Fadi Ramzi, as I know Wialon requests ArcGIS tiles from client side, means as you login to Wialon your PC (client) requests ArcGIS tiles. So, there shouldn't be a specific API (SDK) request for such case.

I can get an image for each request in the browser like this:  https://www.iraq-gis.com/mahala/{z}/{y}/{x}

As you mentioned you can request map tiles with example request, so you just need to use Leaflet, OpenLayers, etc. (I personally prefer Leaflet ) to load such tiles in your application.

3

View our custom arcGIS map to the user using js SDK

Re: View our custom arcGIS map to the user using js SDK

@hhamedk
I have used leaflet as you mentioned and its work.
Thanks a lot
Regards