Skip to content

Commit 4c199ec

Browse files
authored
Update MapLibre dependency to v5 (#202)
* update MapLibre dependency to v5 * bump version to 4.5.1
1 parent d4876b1 commit 4c199ec

File tree

5 files changed

+84
-281
lines changed

5 files changed

+84
-281
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Radar.initialize('prj_test_pk_...', { /* options */ });
5656
5757
Add the following script in your `html` file
5858
```html
59-
<script src="https://js.radar.com/v4.5.0/radar.min.js"></script>
59+
<script src="https://js.radar.com/v4.5.1/radar.min.js"></script>
6060
```
6161

6262
Then initialize the Radar SDK
@@ -73,8 +73,8 @@ To create a map, first initialize the Radar SDK with your publishable key. Then
7373
```html
7474
<html>
7575
<head>
76-
<link href="https://js.radar.com/v4.5.0/radar.css" rel="stylesheet">
77-
<script src="https://js.radar.com/v4.5.0/radar.min.js"></script>
76+
<link href="https://js.radar.com/v4.5.1/radar.css" rel="stylesheet">
77+
<script src="https://js.radar.com/v4.5.1/radar.min.js"></script>
7878
</head>
7979

8080
<body>
@@ -98,8 +98,8 @@ To create an autocomplete input, first initialize the Radar SDK with your publis
9898
```html
9999
<html>
100100
<head>
101-
<link href="https://js.radar.com/v4.5.0/radar.css" rel="stylesheet">
102-
<script src="https://js.radar.com/v4.5.0/radar.min.js"></script>
101+
<link href="https://js.radar.com/v4.5.1/radar.css" rel="stylesheet">
102+
<script src="https://js.radar.com/v4.5.1/radar.min.js"></script>
103103
</head>
104104

105105
<body>
@@ -130,8 +130,8 @@ To power [geofencing](https://radar.com/documentation/geofencing/overview) exper
130130
```html
131131
<html>
132132
<head>
133-
<link href="https://js.radar.com/v4.5.0/radar.css" rel="stylesheet">
134-
<script src="https://js.radar.com/v4.5.0/radar.min.js"></script>
133+
<link href="https://js.radar.com/v4.5.1/radar.css" rel="stylesheet">
134+
<script src="https://js.radar.com/v4.5.1/radar.min.js"></script>
135135
</head>
136136

137137
<body>

0 commit comments

Comments
 (0)