-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change visibility of markers on custom zoom level. #8
Comments
For some reason I don't have a MM running now. I can't test it. |
I know, it is a feature of TomTom to show the incidents on small roads on a very tight zoom, this avoid cluttering of a map with all kind of incidents. I checked if TomTom allowed an option to set a zoomlevel via a setting, the only solution is to make your own style with the map styler. |
I keep an eye on it how to fix this and add this to my wish list to improve. |
It won't show any Incidents that are happening right now or else. Also the Marker is not appearing, where i set it.
{
module: "MMM-TomTomTrafficIncidents",
position: "bottom_center",
config: {
key: "XXX",
lng: (coordinates removed),
lat: (coordinates removed),
zoom: 10,
height: "500px",
width: "600px",
showMarker: true,
showIncidents: true,
showTraffic: true
}
},
The text was updated successfully, but these errors were encountered: