I’ve traced a lot of the public transport lines in Bucharest using an online tool (it took longer than I wanted). I’ve tried multiple ways of importing them in my custom map and now I’m writing a JS program that will automatically convert and format the individual gpx files into geojsons with properties like “lines”, “direction”, “length”.
I’ve also worked on the app: I’ve designed the trip card, which displays a bit of information about every trip. It will eventually also have an automatically generated image of a map. I’ve also added a warning for when there is no internet connection as well as syncing with my Google Firestore databases that store the lines with their ids, and the stops with their ids, names and coordinates.
Log in to leave a comment