Remove MapQuest source

This commit is contained in:
Bart van den Eijnden
2016-07-01 11:34:37 +02:00
parent c56432cf2e
commit ed80d243fb
45 changed files with 88 additions and 262 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ docs: >
<p>
Click on the map to get a popup. The popup is composed of a few basic elements: a container, a close button, and a place for the content. To anchor the popup to the map, an <code>ol.Overlay</code> is created with the popup container. A listener is registered for the map's <code>click</code> event to display the popup, and another listener is set as the <code>click</code> handler for the close button to hide the popup.
</p>
tags: "overlay, popup, mapquest, openaerial"
tags: "overlay, popup"
---
<div id="map" class="map"></div>
<div id="popup" class="ol-popup">