You are not logged in.
- Topics: Active | Unanswered
Announcement
*** NOTICE: forum.openstreetmap.org is being retired. Please request a category for your community in the new ones as soon as possible using this process, which will allow you to propose your community moderators.
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
#1 2021-07-03 16:10:50
- Tussiez
- New Member
- Registered: 2021-07-01
- Posts: 2
Finding connecting roads in GeoJSON
I'm writing a program that renders (GeoJSON) OpenStreetMap data. Is there a property in GeoJSON that lists connected roads, or does this need to be done manually?
Offline
#2 2021-07-06 14:25:26
- Richard
- Member
- From: Charlbury, UK
- Registered: 2007-04-24
- Posts: 427
- Website
Re: Finding connecting roads in GeoJSON
There's no property in GeoJSON for that, but you could consider TopoJSON: https://github.com/topojson/topojson
Offline
#3 2021-07-09 16:19:19
- Tussiez
- New Member
- Registered: 2021-07-01
- Posts: 2
Re: Finding connecting roads in GeoJSON
Thank you!
Offline