Skip to content

Commit

Permalink
Regenerate Java output
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Aug 27, 2024
1 parent 566b137 commit 07d231f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion output/java.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,24 @@
]
},
"properties": {
"addressType": null,
"street": "38 Bad Guy Headquarters st.",
"locality": "Paris",
"region": null,
"postalCode": "F-75002",
"country": "France"
}
},
{
"type": "Feature",
"geometry": null,
"properties": {
"addressType": null,
"street": "20341 Whitworth Institute 405 N. Whitworth",
"locality": "Seattle",
"region": "WA",
"postalCode": "98052"
"postalCode": "98052",
"country": null
}
}
]
Expand Down

0 comments on commit 07d231f

Please sign in to comment.