All checks were successful
CI / test-and-build (push) Successful in 47s
- osm-dump.mjs: capture way name/ref as edgeNames; honor oneway & roundabout as directed edges; graphHighways widened to include named local roads - routing.ts: buildTurnInstructions emits 'Head north on Pine St' / 'Turn right onto 21st St'; merges short legs to avoid phantom turns; nameResolverFor() maps node path to street names - Rebuilt tulsa-dump-graph.json: 225,956 nodes / 227,468 edges (was 55k); ~27MB (was 4.7MB) - tests, README updated
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
[
|
|
{
|
|
"name": "tulsa",
|
|
"label": "Tulsa, Oklahoma",
|
|
"category": "osm",
|
|
"layerType": "mixed",
|
|
"bbox": [
|
|
35.9,
|
|
-96.1,
|
|
36.3,
|
|
-95.7
|
|
],
|
|
"featureCount": 20496,
|
|
"path": "/data/tulsa.geojson"
|
|
},
|
|
{
|
|
"name": "my-places",
|
|
"label": "My Places",
|
|
"category": "custom",
|
|
"layerType": "poi",
|
|
"color": "#e11d48",
|
|
"featureCount": 4,
|
|
"path": "/data/custom/my-places.geojson"
|
|
},
|
|
{
|
|
"name": "districts",
|
|
"label": "Districts",
|
|
"category": "custom",
|
|
"layerType": "zone",
|
|
"color": "#0ea5e9",
|
|
"featureCount": 2,
|
|
"path": "/data/custom/districts.geojson"
|
|
},
|
|
{
|
|
"name": "trails",
|
|
"label": "Trails & Routes",
|
|
"category": "custom",
|
|
"layerType": "path",
|
|
"color": "#22c55e",
|
|
"featureCount": 1,
|
|
"path": "/data/custom/trails.geojson"
|
|
},
|
|
{
|
|
"name": "rogers-county",
|
|
"label": "Rogers County",
|
|
"category": "custom",
|
|
"layerType": "poi",
|
|
"color": "#f59e0b",
|
|
"featureCount": 7,
|
|
"path": "/data/custom/rogers-county.geojson"
|
|
},
|
|
{
|
|
"name": "tulsa-dump",
|
|
"label": "Tulsa OSM (dump)",
|
|
"category": "dump",
|
|
"layerType": "poi",
|
|
"color": "#8b5cf6",
|
|
"featureCount": 12853,
|
|
"path": "/data/tulsa-dump-poi.geojson",
|
|
"poiPath": "/data/tulsa-dump-poi.geojson",
|
|
"graphPath": "/data/tulsa-dump-graph.json",
|
|
"graphNodeCount": 225956
|
|
}
|
|
] |