Add a title to a map
Use Ultra's HTMLControl to add a title to the map
---
title: Add a title to a map
description: Use Ultra's HTMLControl to add a title to the map
controls:
- type: HTMLControl
options:
html: >
<h1><center>A Titled Map!</center></h1>
css: >
h1 {
position: fixed;
top: 0;
left: 0;
right: 0;
}
---