deduplicateFeatureCollection

fun deduplicateFeatureCollection(outputFeatureCollection: FeatureCollection, inputFeatureCollection: FeatureCollection?, existingSet: MutableSet<Any>)

processFeatureCollection goes through the feature collection from a tile and adds it to the feature collection for the grid, deduplicating by OSM is as it goes.