codeforgso / GoVote

Local voter registration and election candidate application.
http://govotegso.org/
GNU General Public License v3.0
24 stars 46 forks source link

Where & When - Map #92

Closed SchaeStewart closed 5 years ago

SchaeStewart commented 6 years ago

This is a:

Enhancement

Description

See issue #83 and the Wiki for complete information on the Where & When Page.
Create a map component that will place a marker for a given polling place and another marker for the user's address.

Implementation

Use the information returned from the API in issue #91 to for the polling place marker. (If issue #91 is not complete yet, it is okay to make a separate API call)
Use Guildford county geocoder for placing the user's address.
Try to keep the component reusable, it may be used in other places.