NYCPlanning / labs-zola

NYC Planning's Zoning and Land Use App
https://zola.planning.nyc.gov
Other
75 stars 26 forks source link

Add Search History #1183

Closed dhochbaum-dcp closed 2 months ago

dhochbaum-dcp commented 3 months ago

This PR updates @nycplanning/ember to use the package with the newly created Zola search history functionality.

image

To pre-populate your search history, paste the below into the console.

window.localStorage["search-history"] = '[{"label":"CHRYSLER BUILDING, New York, NY, USA","bbl":"1012970023","geometry":{"type":"Point","coordinates":[-73.97533,40.751639]},"type":"lot","id":0,"typeTitle":"Search History"},{"label":"EMPIRE STATE BUILDING, New York, NY, USA","bbl":"1008350041","geometry":{"type":"Point","coordinates":[-73.985654,40.748433]},"type":"lot","id":0,"typeTitle":"Search History"},{"label":"STATUE OF LIBERTY, New York, NY, USA","bbl":"1000010101","geometry":{"type":"Point","coordinates":[-74.044535,40.689232]},"type":"lot","id":0,"typeTitle":"Search History"},{"label":"YANKEE STADIUM, Bronx, NY, USA","bbl":"2024930001","geometry":{"type":"Point","coordinates":[-73.926473,40.828812]},"type":"lot","id":0,"typeTitle":"Search History"},{"label":"CITI FIELD, Flushing Meadows, NY, USA","bbl":"4017870020","geometry":{"type":"Point","coordinates":[-73.844636,40.757003]},"type":"lot","id":0,"typeTitle":"Search History"},{"label":"120 BROADWAY, New York, NY, USA","bbl":"1000477501","geometry":{"type":"Point","coordinates":[-74.01054,40.708225]},"type":"lot","id":0,"typeTitle":"Search History"}]'

Closes #1191

netlify[bot] commented 3 months ago

Deploy Preview for labs-zola ready!

Name Link
Latest commit ca0c9fabd8c8dd4d2f5bc54c8bcea2f7075ea9ad
Latest deploy log https://app.netlify.com/sites/labs-zola/deploys/661e881f2d9535000853edc0
Deploy Preview https://deploy-preview-1183--labs-zola.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

dhochbaum-dcp commented 2 months ago

Closing this PR to update to revised implementation, #1199