1

Render Maps

Тема: Render Maps

Hi, im currently able to create track based on long lat that i get from "messages/load_interval" and then i use leafletjs to create the polylines, and then i need to get speed status, geofences polygons, and arrow, which API that i can use for getting those things? I`m completely new to wialon sdk, but i already read the whole sdk documentation, and getting custom report, etc.

i confuse with "https://sdk.wialon.com/wiki/en/sidebar/ … ages_layer", it says can do many things that i need, but the responses just json

2

Render Maps

Re: Render Maps

After render/create_messages_layer (and related methods) call you need to load tiles from:

https://hst-api.wialon.com/adfurl{someRand}/avl_render/{x}_{y}_{z}/{sid}.png

Where {someRand} must be unique for every session and renderer state.

3

Render Maps

(19/03/2019 18:43:34 отредактировано Bakuryuuha)

Re: Render Maps

rual пишет:

After render/create_messages_layer (and related methods) call you need to load tiles from:

https://hst-api.wialon.com/adfurl{someRand}/avl_render/{x}_{y}_{z}/{sid}.png

Where {someRand} must be unique for every session and renderer state.

thank you for the reply, but im getting 404 not found page when hitting

https://hst-api.wialon.com/adfurl{someRand}/avl_render/{x}_{y}_{z}/{sid}.png

edit =
now i need marker`s (eg.stop, parkir, etc) lang, lot, which api should i use?