Skip to content

Instantly share code, notes, and snippets.

View erictompkins's full-sized avatar

Eric Tompkins erictompkins

View GitHub Profile
@erictompkins
erictompkins / trail-detail-content-template-code.txt
Last active September 14, 2016 18:25
BranchCMS Trails App :: Trail detail page with Google Map - Content Template
<h1>{#trail.trailSystemName}</h1>
{** map-canvas is where the map will be displayed **}
<div id="map-canvas" style="height: 500px;"></div>
{** Setup the trail information to be displayed on the map via Javascript **}
<script>
var features = [];
var segments = [];
var latitude = {#trail.latitude};