Skip to content

Commit

Permalink
Add missing bootstrap css to two examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonE committed Aug 22, 2022
1 parent 38a67ad commit ebfee35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/cartodb.html
Expand Up @@ -5,6 +5,8 @@
docs: >
A simple example with an anonymous cartodb map
tags: "simple, openstreetmap, attribution"
resources:
- https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css
---
<div id="map" class="map"></div>
<form class="row">
Expand Down
2 changes: 2 additions & 0 deletions examples/cluster.html
Expand Up @@ -5,6 +5,8 @@
docs: >
This example shows how to do clustering on point features.
tags: "cluster, vector"
resources:
- https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css
---
<div id="map" class="map"></div>
<form>
Expand Down

0 comments on commit ebfee35

Please sign in to comment.