NYCPlanning / ae-zoning-map-poc

This mapping application shows zoning and other related data on a map of NYC. It is intended as a proof of concept for using React, Deck.gl, Chakra, and other related technologies.
0 stars 0 forks source link

Implement Location Search by borough, block, and lot #20

Closed TylerMatteo closed 10 months ago

TylerMatteo commented 1 year ago

Implement Location Search functionality into existing stubbed out component. Depends on Tax Lot endpoint for looking up based on bbl. Upon successfully finding a tax lot, map should pan to the lot, select it, and show the detail panel for that lot.

TylerMatteo commented 1 year ago

This is partially completed by #24 but the rest of the functionality depends on the Tax Lot layer being added to the map. Moving back to todo for now.

TylerMatteo commented 11 months ago

Moving to blocked because the rest of this is blocked by #14

TylerMatteo commented 10 months ago

Hey @bmarchena have you been able to make any progress on this or have you been focusing on on the testing research Issues? Asking because I might have some incoming changes to the front end that deal with how the map manages the lat/long state.

bmarchena commented 10 months ago

@TylerMatteo I've been working on the tax lot unit tests so no worries here regarding any front end changes

TylerMatteo commented 10 months ago

Closing this so that future related work can be covered by more detailed, granular issues. Next one would be #43 .