Closed niryariv closed 11 years ago
@alonisser what do you think of the above? ^
the main challenge for me is to get the text to display in readable form, ie "תל אביב" instead of "\u05db\u05ea" etc - to make it user-readable. my python unicode skills are lacking..
a readable form in the Json? so we can read it from js? I'll give it a try
exactly - ideally, people can then fork it, edit the file in place on github to enter locations (and fix typos etc) and we'll merge it back. basically we'll have a live DB everyone can edit.
thanks!
I implemented the errors in the geojson part, but couldn't do the readable text part. closing this and creating a new ticket for the readable text.
instead of creating a separate file, we can keep the mislocated stations in the original file with some "error:" property, and filter them out in leaflet.js
this will allow people to fix the data directly in the json, and fixes will be reflected immediately.