Skip to content

Commit 723dfd2

Browse files
committed
Bold
1 parent 7244225 commit 723dfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leaflet/03-GEOJSON-INFO.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The simplest way to display a popup with information for each marker is to use the Marker's [`bindPopup`](http://leafletjs.com/reference.html#marker-bindpopup) method. The GeoJSON layer provides an [`onEachFeature`](http://leafletjs.com/reference.html#geojson-oneachfeature) option which will be called once per feature before it's added to the layer which we can use to call `bindPopup`.
44

5-
Replace the placeholder `// -- Layer options here --` with the following in `leaflet.js`:
5+
**Replace the placeholder** `// -- Layer options here --` with the following in `leaflet.js`:
66

77
```javascript
88
// Define a function that will be called once for each feature that is

0 commit comments

Comments
 (0)