zlant / parking-lanes

Parking lanes viewer from OpenStreetMap
https://zlant.github.io/parking-lanes/
MIT License
78 stars 13 forks source link

Implement further typescript types #47

Closed jakecoppinger closed 3 years ago

jakecoppinger commented 3 years ago

This PR adds further typescript interfaces and types, and refactors some code to pass the type checking.

I've tried to name the types by understanding the code but some of the names could possibly be better.

Happy to make changes.

zlant commented 3 years ago

Please use PascalCasing or camelCasing for abbreviations 3 characters or more. OSMWay -> OsmWay and other type names

zlant commented 3 years ago

Great work! Thanks!

jakecoppinger commented 3 years ago

Cheers!