Read the statement by Michael Teeuw here.
MMM-TracCar
-
@asimhsidd done ! :slightly_smiling_face:
-
Great module - thank you for sharing.
Is there anyway to start the Map in Satellite View as default and also adjust the default Zoom level. I want it to be a wider zoom from the current default.
Thanks,
G -
Bump - Is there a way adjust the default zoom level. I find that it is too zoomed in most cases.
-
Same question here about default zoom level. any option?
-
-
-
@justjim1220 said in MMM-TracCar:
zoom: 75;
Sorry to tel, but that’s not what I meen. I just want to zoom out the traccar map window. I can’t find any think in the traccar.js file. I just don’t know. I’m absolute beginner.:smiling_face_with_halo:
@Mykle1 Thanks for sharing the link. -
@maxs @justjim1220 I was looking for the samething… zoom level in the map… any luck or options for this?
-
@iwaldrum hey I know this is really old, but if you comment out the lines in the .js file:
self.map.fitBounds(self.bounds); self.map.panToBounds(self.bounds);
the map will not change zoom based on the object locations anymore. Hope this helps!
-
This is a great plugin but for me it would be better if it didn’t rely on Google maps but instead used something like Leaflet
I may have a go at converting the map element of MMM-TracCar myself but my js coding is primative at best
:smirking_face: