Skip to content

Commit 616f56a

Browse files
Fix missing whitespace breaking lists
1 parent 124a589 commit 616f56a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/opensidewalks/guides/core-edges-in-osw.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ We want to convert each sidewalk centerline into an OpenSidewalks footway that l
8383

8484
### Step 1: Coordinate System Transformation
8585

86-
Most city GIS datasets use local coordinate systems (Seattle uses EPSG:2926 - NAD83 / Washington South). OSW requires WGS84 decimal degrees (EPSG:4326).
86+
Most city GIS datasets use local coordinate systems. Seattle uses EPSG:2926 - NAD83 / Washington South. OSW requires WGS84 decimal degrees (EPSG:4326).
8787

8888
**Transform coordinates before conversion:**
89+
8990
- Use GIS software (QGIS, ArcGIS) or GDAL utilities
9091

9192
### Step 2: Map Fields to OSW Structure
@@ -106,6 +107,7 @@ Create a mapping between your dataset fields and OSW properties:
106107
| `LAST_VERIFY_DATE` | `ext:last_verify_date` | Convert to ISO 8601 format |
107108

108109
**Required OSW Core Entity Fields:**
110+
109111
- `_id`: Unique identifier (string, letters/numbers/underscores)
110112
- `geometry`: LineString coordinates in WGS84
111113
- `highway=footway` + `footway=sidewalk`: Sidewalk Core Entity tag

0 commit comments

Comments
 (0)