15 lines
393 B
HTML
15 lines
393 B
HTML
---
|
|
layout: example.html
|
|
title: MapQuest
|
|
shortdesc: Example of a MapQuest map.Shows how to create custom controls.
|
|
docs: >
|
|
Example of a MapQuest map.
|
|
tags: "mapquest"
|
|
---
|
|
<div id="map" class="map"></div>
|
|
<select id="layer-select">
|
|
<option value="Aerial">Aerial</option>
|
|
<option value="AerialWithLabels">Aerial with labels</option>
|
|
<option value="Road" selected>Road</option>
|
|
</select>
|