buskerudbyen / cycling-norway

3 stars 2 forks source link

Use GeoJson and own types #127

Closed Beck-berry closed 3 months ago

Beck-berry commented 4 months ago

Changes:

After a first review, I'll merge the main and fix the conflicts.

Beck-berry commented 4 months ago

@michaeljohansen There's one thing, I could not solve on my own:

src/components/BikeRoutePopup.tsx:31:11 - error TS2488: Type '{ [name: string]: any; } & { network?: Network | undefined; from?: string | undefined; to?: string | undefined; description?: string | undefined; website?: string | undefined; }' must have a '[Symbol.iterator]()' method that returns an iterator.

Can you suggest a solution?