holyturt / SwiftOverpassWrapper

A wrapper of the Overpass API for Swift.
MIT License
16 stars 2 forks source link

Refactoring: Improve OpenStreetMap elements #7

Closed wtimme closed 6 years ago

wtimme commented 6 years ago

This branch attempts to cleanup and make the elements easier to work with. Mainly, it

Last but not least, it renames OverpassEntity to OverpassElement to be more in line with the official OpenStreetMap lingo, and adds some basic documentation to the elements that should help developers who are new to OSM (like me) understand what the elements' purpose is.

What do you think? As always, feedback is much appreciated.

holyturt commented 6 years ago

Looks great to me. Thank you!