jovanna24 / Room-3-Project-1

An application to locate nearby volunteer organizations
0 stars 1 forks source link

Noahs branch #23

Open nmoyer123 opened 4 months ago

nmoyer123 commented 4 months ago

Updated the handleFormSubmit function to call updateMapLocation after submitting the form. Added the updateMapLocation function to fetch geocoding data from the Radar API based on the user's zip code input. Implemented the initMap function to initialize the Leaflet map with a marker at the provided coordinates. Modified the Leaflet map initialization to use a specified tile layer for map rendering.

CSS Styling:

Added custom CSS rules to style the map container and ensure proper visibility. Adjusted z-index values to manage the stacking order of elements, ensuring the modal is displayed above the map when necessary.