You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ A control that provides a form for requesting a route range. Adds a marker to th
32
32
33
33
The following shows how to create an instance of the `SelectionControl` class, connect it to a data source and add it to a map.
34
34
35
-
```JavaScript
35
+
```javascript
36
36
//Create a data source and add it to the map.
37
37
datasource =newatlas.source.DataSource();
38
38
map.sources.add(datasource);
@@ -121,7 +121,7 @@ This control only uses a `non-fixed` position when being added to the map. If a
121
121
122
122
The `RouteRangeControl` class is used by the selection control under the hood, but it can also be used directly if this is the only control needed. Here is an example.
0 commit comments