Hi all, i would like to use the custom map for traccar web client. I have the following format:
https://www.mymaps.com/gisserver/rest/services/Hosted/WorldNavigationMap_v2/MapServer/tile/14/8051/12819?token=0qAVuADAyyJOMLSHFi5yLdYv-bMt0v7uQhqgg393avQAaYKo8rBJcsestjn1xA_smGv0QrGt_PpI9FXeNwa5Hbab0c8TCliKpZQ-ljHFt3wKaJwzReSlnqi75QEzsXchIfVs-oxLX8AfrVmjnEu3UHV06uVw0JaayzUu1rBkptHpsfXMH5_DLC5lzZUO_KVviGPl2EW6k0Dnh6FMuDIrda8VyXyCFXG2xWtNoVAzWQptvct4TlcxoJniagactvH-9e_6xuTYui90avcSGVOS2l-u3VgOpego
.
Wonder how to I configure the token so that I can access the custom map.
it seems like an ArcGIS REST MapServer tile commonly used for web mapping. If it's not working, check
- if valid token
- server may restrict access based on domain, IP, or user agent
- Many GIS servers block direct requests from browsers or other servers due to CORS policies (check CORS)
- Misconfigured URL or Level/Tile Values - double check the url
It just an example, because I am not sure where should I enter the token information. Or we just put the entire link in the custom map under the server configuration?
how did you get this link, is there any api documentation available in their site or do you have any account in that site ?
Hi all, i would like to use the custom map for traccar web client. I have the following format:
https://www.mymaps.com/gisserver/rest/services/Hosted/WorldNavigationMap_v2/MapServer/tile/14/8051/12819?token=0qAVuADAyyJOMLSHFi5yLdYv-bMt0v7uQhqgg393avQAaYKo8rBJcsestjn1xA_smGv0QrGt_PpI9FXeNwa5Hbab0c8TCliKpZQ-ljHFt3wKaJwzReSlnqi75QEzsXchIfVs-oxLX8AfrVmjnEu3UHV06uVw0JaayzUu1rBkptHpsfXMH5_DLC5lzZUO_KVviGPl2EW6k0Dnh6FMuDIrda8VyXyCFXG2xWtNoVAzWQptvct4TlcxoJniagactvH-9e_6xuTYui90avcSGVOS2l-u3VgOpego
.Wonder how to I configure the token so that I can access the custom map.