diff --git a/docs/_posts/examples/3400-01-04-center-on-symbol.html b/docs/_posts/examples/3400-01-04-center-on-symbol.html index 04dc4dfa81c..c5021aa56da 100644 --- a/docs/_posts/examples/3400-01-04-center-on-symbol.html +++ b/docs/_posts/examples/3400-01-04-center-on-symbol.html @@ -2,7 +2,7 @@ layout: example category: example title: Center the map on a clicked marker -description: Using featuresAt and flyTo to center the map on a symbol +description: Using queryRenderedFeatures and flyTo to center the map on a symbol ---
diff --git a/docs/_posts/examples/3400-01-04-hover-styles.html b/docs/_posts/examples/3400-01-04-hover-styles.html index 9812785c764..b7588a92c3d 100644 --- a/docs/_posts/examples/3400-01-04-hover-styles.html +++ b/docs/_posts/examples/3400-01-04-hover-styles.html @@ -2,7 +2,7 @@ layout: example category: example title: Highlight features under the mouse pointer -description: Using featuresAt and a filter to change hover styles +description: Using queryRenderedFeatures and a filter to change hover styles ---
diff --git a/docs/_posts/examples/3400-01-05-queryrenderedfeatures.html b/docs/_posts/examples/3400-01-05-queryrenderedfeatures.html index f7e14277cbc..41ca91e58fb 100644 --- a/docs/_posts/examples/3400-01-05-queryrenderedfeatures.html +++ b/docs/_posts/examples/3400-01-05-queryrenderedfeatures.html @@ -2,7 +2,7 @@ layout: example category: example title: Get features under the mouse pointer -description: Using the featuresAt API to show properties of hovered-over map elements. +description: Using the queryRenderedFeatures API to show properties of hovered-over map elements. ---