Skip to content

Commit

Permalink
edit to remove zip9 with updated new-layout webscraper
Browse files Browse the repository at this point in the history
  • Loading branch information
mmt456 committed Jun 12, 2024
1 parent 9212008 commit 2ed784a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vis/MeasurementMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ function searchEventHandler(result: any): void {
+ "&street_number=" + parsedAddr.street
+ "&st=" + parsedAddr.type
+ "&post_direction=" + post_direction
+ "&zip_5=" + postcode
+ "&zip_9=" + "3207";
+ "&zip_5=" + postcode;
//+ "&zip_9=" + "3207";
console.log(url);


Expand Down

0 comments on commit 2ed784a

Please sign in to comment.