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/gallery/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
<articleclass="docs-article">
41
41
42
42
<h1id="gallery">Gallery</h1>
43
-
<p>A collection of example maps made with Mapshaper. Each tile links to a full write-up with the recipe, the source data, and a one-click link to open the finished snapshot in the <ahref="/">web app</a>.</p>
43
+
<p>A collection of example maps made with Mapshaper. Each tile links to its own page with the recipe, the source data, and a link to open the finished map in the <ahref="/">web app</a>.</p>
Copy file name to clipboardExpand all lines: docs/gallery/index.html.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Example maps made with Mapshaper, with full source data and reprodu
5
5
6
6
# Gallery
7
7
8
-
A collection of example maps made with Mapshaper. Each tile links to a full write-up with the recipe, the source data, and a one-click link to open the finished snapshot in the [web app](/).
8
+
A collection of example maps made with Mapshaper. Each tile links to its own page with the recipe, the source data, and a link to open the finished map in the [web app](/).
<p>JavaScript's built-in <code>Math</code>, <code>JSON</code>, <code>Number</code>, <code>String</code>, <code>Array</code>, <code>Date</code>, <code>Object</code> etc. are all available. Node-specific globals like <code>process</code>, <code>require</code> and <code>setTimeout</code> are not.</p>
421
421
<h2id="calc-expressions">Calc expressions</h2>
422
-
<p><code>-calc</code> and any command's <code>calc=</code> option use the same context as <code>-each</code> plus a set of <em>aggregate</em> functions that operate over the entire group of features (or the entire layer for <code>-calc</code>). Each aggregate function takes a per-feature expression and reduces it to a single value across the group.</p>
422
+
<p><code>-calc</code> and any command's <code>calc=</code> option use the same context as <code>-each</code> plus a set of <em>reduction functions</em>— functions that convert data from a group of features or an entire layer to a single value. Each reduction function takes a per-feature expression and reduces it across the group.</p>
`-calc` and any command's `calc=` option use the same context as `-each` plus a set of *aggregate*functions that operate over the entire group of features (or the entire layer for `-calc`). Each aggregate function takes a per-feature expression and reduces it to a single value across the group.
262
+
`-calc` and any command's `calc=` option use the same context as `-each` plus a set of *reduction functions* — functions that convert data from a group of features or an entire layer to a single value. Each reduction function takes a per-feature expression and reduces it across the group.
Copy file name to clipboardExpand all lines: llms-full.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1938,7 +1938,7 @@ Print mapshaper version.
1938
1938
1939
1939
# Gallery
1940
1940
1941
-
A collection of example maps made with Mapshaper. Each tile links to a full write-up with the recipe, the source data, and a one-click link to open the finished snapshot in the [web app](/).
1941
+
A collection of example maps made with Mapshaper. Each tile links to its own page with the recipe, the source data, and a link to open the finished map in the [web app](/).
`-calc` and any command's `calc=` option use the same context as `-each` plus a set of *aggregate* functions that operate over the entire group of features (or the entire layer for `-calc`). Each aggregate function takes a per-feature expression and reduces it to a single value across the group.
2518
+
`-calc` and any command's `calc=` option use the same context as `-each` plus a set of *reduction functions* — functions that convert data from a group of features or an entire layer to a single value. Each reduction function takes a per-feature expression and reduces it across the group.
0 commit comments