diff --git a/layouts/shortcodes/leaflet-track.html b/layouts/shortcodes/leaflet-track.html
index 78634d6..a31936d 100644
--- a/layouts/shortcodes/leaflet-track.html
+++ b/layouts/shortcodes/leaflet-track.html
@@ -12,6 +12,8 @@
map_options_{{ $uniqueMapId }}.tracks.push({
source: {{ .Get "path" }},
title: {{ .Get "title" | default ("null" | safeJS) }},
+ color: {{ .Get "color" | default ("null" | safeJS) }},
+ opacity: {{ .Get "opacity" | default ("null" | safeJS) }},
// Internal use, ignored by quip-maps
downloadable: {{ .Get "downloadable" | default "true" | safeJS }},
})