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: places_insights/places-insights-demo/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ This application uses client-side OAuth 2.0 to authorize users to run BigQuery q
49
49
3. For "Application type", select **Web application**.
50
50
4. Give it a name (e.g., "Places Insights Demo").
51
51
5. Under **Authorized JavaScript origins**, click **+ ADD URI**.
52
-
6. Enter the origin for your local development server. For most servers, this is `http://localhost:8000`.
52
+
6. Enter the origin for your local development server. For most servers, this is `http://localhost:8000`.
53
53
7. Click **CREATE**.
54
54
8. Copy the **Your Client ID** value. You will need this in the next step.
55
55
@@ -118,12 +118,12 @@ For a detailed walkthrough, click the **Help** button in the application's sideb
118
118
***Places Count Per H3 (Function):** Uses server-side BigQuery functions for high-performance density mapping. This mode supports **low counts (0-4)** and **sample place markers**.
119
119
4.**Apply Filters:** Narrow your search using the collapsible filter sections:
120
120
***Place Types:** Select types and optionally check **"Match Primary Type Only"**for stricter filtering.
121
-
***Attributes:** Filter by Rating, Business Status (Operational/Closed), Price, etc.
121
+
***Attributes:** Filter by Price Level, Rating, Business Status (Operational/Closed), and various amenities (e.g., "Offers Delivery").
122
122
***Opening Hours:** Filter by day and time (Standard modes only).
123
123
***Brands:** Filter by brand name or category (US Standard mode only).
124
124
5.**Visualize:**
125
125
* Leave **Show H3 Density Map** unchecked for simple aggregate counts (Standard modes only).
126
-
* Check the box to visualize the results as a color-coded heatmap of hexagonal cells.
126
+
* Check the box to visualize the results as a color-coded heatmap of hexagonal cells.You can use the **H3 Resolution slider** (supporting up to resolution 11) to adjust the granularity of the cells.
127
127
6.**Run Search:** Click the "Run Search" button to execute the query and see the results on the map.
Copy file name to clipboardExpand all lines: places_insights/places-insights-demo/help.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -132,15 +132,15 @@ function generateGuideHtml() {
132
132
<li><strong>Included Place Types:</strong> Start typing a place category (e.g., <code>restaurant</code>, <code>park</code>) and click a suggestion to add it as a tag.</li>
133
133
<li><strong>Match Primary Type Only:</strong> Check this box to search strictly for places where the selected type is their <em>primary</em> classification (e.g., finding a "Restaurant" that is primarily a restaurant, not a hotel with a restaurant).</li>
134
134
<li><strong>Business Status:</strong> Filter places by their operational status (Operational, Closed Temporarily, Closed Permanently, or Any). Default is <strong>Operational</strong>.</li>
135
-
<li><strong>Attribute Filters:</strong> Set min/max ratings or select checkboxes for amenities (e.g., "Offers Delivery").</li>
135
+
<li><strong>Attribute Filters:</strong> Filter by Price Level, set min/max ratings, or select checkboxes for amenities (e.g., "Offers Delivery").</li>
136
136
<li><strong>Opening Hours:</strong> Select a <strong>Day of Week</strong> and time window (Not available in H3 Function mode).</li>
137
137
<li><strong>Brand Filters (US Only):</strong> Filter by Brand Category or Brand Name (Not available in H3 Function mode).</li>
138
138
</ul>
139
139
140
140
<h2>5. Choosing Your Visualization</h2>
141
141
<ul>
142
142
<li><strong>Simple Count (Default):</strong> Results are displayed as numbers in a pop-up window.</li>
143
-
<li><strong>H3 Density Map:</strong> Check the <strong>Show H3 Density Map</strong> box to see a heatmap. Use the <strong>H3 Resolution</strong> slider to change the cell size. (This is always enabled in H3 Function mode).</li>
143
+
<li><strong>H3 Density Map:</strong> Check the <strong>Show H3 Density Map</strong> box to see a heatmap. Use the <strong>H3 Resolution</strong> slider (up to resolution 11) to change the cell size. (This is always enabled in H3 Function mode).</li>
0 commit comments