Skip to content

Commit

Permalink
Fully implement lazy loading (#142)
Browse files Browse the repository at this point in the history
Parking lot data is now split by city, to allow for lazy loading.
Parking lots will only be loaded if the city is within view.
Added testing.

---------

Co-authored-by: tunglinn <[email protected]>
Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2024
1 parent 8c1acfa commit 13611ef
Show file tree
Hide file tree
Showing 114 changed files with 211,886 additions and 1,007 deletions.
3 changes: 2 additions & 1 deletion .parcelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
},
"transformers": {
"*.geojson": ["@parcel/transformer-json"]
}
},
"resolvers": ["@parcel/resolver-glob", "..."]
}
Loading

0 comments on commit 13611ef

Please sign in to comment.