1

Working with maps

Тема: Working with maps

Hi,

I am using wialon remote api, is there something to use google maps or "gurtam maps" whith some key to my gurtam account?
To avoid paying another quantity to google directly?

2

Working with maps

Re: Working with maps

Or if there is a tutorial to use gurtam maps on my site, and if it is, where it is

3

Working with maps

(11/01/2014 15:58:50 отредактировано mast)

Re: Working with maps

Hello. We got only  server which renders GurtamMap tiles for us (you can see it while debugging in FireBug). No API. For getting other maps  we use owners' APIs provided.

Maksim
Wialon Platform QA
Gurtam
4

Working with maps

Re: Working with maps

glizarraga, Gurtam Maps is embedded in Wialon and you use per active Wialon session. See here more info: http://sdk.wialon.com/wiki/en/sidebar/r … s/requests

At the dark side of telematics...
5

Working with maps

Re: Working with maps

You can consider to use GoogleMaps API and build whole interface around it. There are tons of tutorials like this one https://developers.google.com/maps/docu … google-map
Or you can use any opensource javascript map library (i recommend Leaflet http://leafletjs.com/ ) and add GoogleMaps layers there (using plugin like https://gitlab.com/IvanSanchez/Leaflet. … ogleMutant )

6

Working with maps

Re: Working with maps

Leaflet is the best library to use layers of maps. is very powerful.