Unquoted strings for readability
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
template: "example.html"
|
||||
title: "Popup example"
|
||||
shortdesc: "Uses an overlay to create a popup."
|
||||
template: example.html
|
||||
title: Popup example
|
||||
shortdesc: Uses an overlay to create a popup.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user