planarnetwork / dtd2mysql

MySQL / MariaDB import for DTD feeds (fares, timetable and routeing)
30 stars 10 forks source link

Load easting / northings into the database and use them to produce coordinates #88

Closed miklcct closed 6 months ago

miklcct commented 6 months ago

There are easting / northings from the stations file. This load them into the database and use them to generate the coordinates, instead of 0.0,0.0, if the coordinates are not supplied otherwise.

linusnorton commented 6 months ago

Nice