Hi everyone,
The legal and technical possible usage of Google Maps in Traccar has been already discussed in detail here.
Follow the link of issue below:
https://github.com/traccar/traccar/issues/2991
New Feature Request details are here:
https://github.com/traccar/traccar/issues/4143
Currently you cannot use Google maps layers in Traccar legally, google will block your domain/IP if you have no API-KEY or without using APIs and directly using their tile server, For example using this URL: (https://mt0.google.com/vt/lyrs=m&hl=en&x={x}&y={y}&z={z}&s=Ga)
Hi good people,
Can someone with experience tell me is there any free satellite Map Layer to use with Traccar or what Map layer do you use it ( a good alternative for google map) ?
Regards
URL en MAPA PERSONALIZADO como ADMIN:
https://mt0.google.com/vt/lyrs=s&hl=en&x={x}&y={y}&z={z}&s=Ga
Lo que se debe cambiar es: lyrs=s
h = solo carreteras
m = hoja de ruta estándar
p = terreno
r = hoja de ruta alterada de alguna manera
s = solo satélite
t = solo terreno
y = híbrido
Espero poder ayudar.
Saludos.
Hello everyone, I would like to know how to configure the traccar, so that he can read the map from the vectors.
I have GPS reports that in situations show routes above streets where there are houses and not on the streets.
The idea is that traccar take the references when the report is about the vectors.
I await your help.
Blessings and Greetings!
I use this for google maps layer: https://mt0.google.com/vt/lyrs=m,traffic&hl=sl&x={x}&y={y}&z={z}&s=Ga
It shows google map with traffic information
As Thiago Ventura (Brazilian comedian) says: "só gradece!" ...thanks everyone for the posts, as a beginner I have learned a lot from you! @Anton, this project fascinates me every day, thanks to all the cooperators.
I'm having a bitch of time with the Google maps layer
Does anyone have an updated as of 2022 map layer that works with traccar - I’ve read the map layer forum post or wiki post and I just can’t seem to get the Google Maps to work (I want to Google maps because they do dark mode with my plug-in)
Edit: fixing voice to text oddities
It should work. Probably doesn't make sense to discuss it on such an ancient thread though.
I could open a new thread of you would like
... Are there variable I need to change in the google maps url too get it to play nice? Only open street Maps and the location Iq maps work for me (granted those are the only ones I care about out of the box)
What do you suggest
Imzenreally did you get a solution?
Can't get google street view to work
needed to add that to my traccar.xml files
<entry key='web.sanitize'>false</entry>
Imzenreally Thanks.
I have created my api key in google and I am using:
https://maps.googleapis.com/maps/api/streetview?location=41.403609,2.174448&size=456x456&key=mykey
Also I have added <entry key='web.sanitize'>false</entry>
to my traccar.xml config file but still doesn't work.
any Idea why?
I am new to traccar I might be missing something
YenikaCarlex where did you get that link from? It's not a tile server URL, so you can't use it as a custom map.
As the documentation clearly states, you configure it in the server settings, not user account.