Update examples to use new bootstrap tooltip
This commit is contained in:
@@ -6,8 +6,9 @@ docs: >
|
||||
This example parses a KML file and renders the features as a vector layer. The layer is given a <code>style</code> that renders earthquake locations with a size relative to their magnitude.
|
||||
tags: "KML, vector, style, tooltip"
|
||||
resources:
|
||||
- https://code.jquery.com/jquery-3.5.1.min.js
|
||||
- https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css
|
||||
- https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js
|
||||
---
|
||||
<div id="map" class="map"><div id="info"></div></div>
|
||||
<div id="map" class="map">
|
||||
<div id="info"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user