Aloha! You can help improve the Honolulu bike map by adding your favorite bike-friendly roads and routes. Follow the instructions below to contribute.
.geojson file will be downloaded to your computer.You can submit your GeoJSON file in one of two ways:
You can also preview your exported GeoJSON on the map before sending:
If you prefer to edit directly in a text editor or geojson.io, use this template:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Road Name Here",
"notes": "Optional notes about the road",
"color": "#FF0000"
},
"geometry": {
"type": "LineString",
"coordinates": [
[-157.849, 21.296],
[-157.844, 21.293]
]
}
}
]
}
Subject: Honolulu Bike Road Contribution Aloha! Attached is my contribution to the Honolulu Bike Map. The GeoJSON file includes: - Road names - Notes (if provided) - Line colors for visualization Mahalo for helping make Honolulu more bike-friendly! [Your Name]
Subject: New Bike Road Contributions – Merge Request Hi Team, We received new bike road contributions. Steps to merge: 1. Open the main dataset (good_roads.geojson) in QGIS. 2. Open submitted GeoJSON files. 3. Verify coordinates, names, notes, and colors. 4. Merge features into main dataset. 5. Save and upload updated GeoJSON to Neocities. 6. Preview on map to confirm correct styling. Thanks!
Mahalo for helping make Honolulu more bike-friendly!