spatialdev / osmquality-web

A UI to summarize OSM Map Quality as defined by Atlas Checks
https://osmquality.io/
2 stars 5 forks source link

data.js update logic #66

Open MonicaBrandeis opened 5 years ago

MonicaBrandeis commented 5 years ago

Investigate if we can just populate the data from the .csv into data.js easily.

Also, the data.js do not have to order by ranking but can be more flexible.

sayas01 commented 5 years ago

Verified that the data in data.js need not be in order. The data is sorted by ranking in https://github.com/spatialdev/osmquality-web/blob/138eece0b62afada69efd73d2f89ce9daba0c1de/src/components/CityRankingTable.js#L57

MonicaBrandeis commented 5 years ago

Thanks. We still need to script to look up key as "state" name and update the values accordingly.