Skip to content

Commit 1fd8d9e

Browse files
committed
docs
1 parent c579b58 commit 1fd8d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/geojson-for-web-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To preserve CRS metadata between editing sessions, use Shapefile, GeoPackage, Fl
137137
Polygon winding controls which side of a ring is treated as the polygon interior. For most small land polygons:
138138

139139
- RFC 7946 GeoJSON uses counter-clockwise outer rings and clockwise holes.
140-
- D3's spherical polygon convention uses the opposite orientation.
140+
- D3's spherical polygon convention uses the opposite orientation (see the [d3-geo winding order notebook](https://observablehq.com/@d3/winding-order) and the [d3-geo overview](https://d3js.org/d3-geo) for details).
141141
- SVG and Canvas planar rendering usually care less, but holes can still render incorrectly when winding is inconsistent.
142142

143143
Mapshaper writes RFC 7946 winding by default. For D3 geographic rendering, try:

0 commit comments

Comments
 (0)