Add missing bootstrap css to two examples

This commit is contained in:
Maximilian Krög
2022-08-21 20:52:08 +02:00
parent 38a67ad575
commit ebfee35a78
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ shortdesc: Example of a cartodb map.
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">

View File

@@ -5,6 +5,8 @@ shortdesc: Example of using ol/source/Cluster.
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>