Logo Lanfrica

dsfsi/healthfacilitymap

Domaine:

healthcaregeospatial

Type de record:

software
Créateur:
dsf
Hôte:
South African Health Facility map. Created to aid in covid19za responses # South African Health Facility Map Give Feedback 📑: DSFSI Resource Feedback Form ## Installation To run this project, you may to have to use jQuery installed as a prerequisite library or use a standard fetch API for data calls. After cloning or forking the project, simply replace the Google Maps JavaScript API key with your own key. If you want to use the geolocation feature without the overlaying transparent cover with the text "FOR DEVELOPMENT PURPOSES," make sure your API key is from a Google Cloud account that is enabled for billing. If you have your own geoJSON data, you can replace the existing data by following the convention of the currently used geoJSON file. If you have data in CSV format and want to convert it to geoJSON, you can use this tool ## Usage example The below mentioned use cases make the map helpful for individuals seeking information about health facilities and their capacities in a specific area, aiding in decision-making and resource planning. 1. Viewing Health Facility Bed Capacities: The map allows users to view the bed capacities of health facilities, particularly public and private hospitals, in a specific location. Users can click on markers representing each facility to access more details about that hospital. 2. Geolocation Feature: The map includes a geolocation feature that allows users to locate themselves on the map. By clicking the "My Location" button, the map centers on the user's current location, providing a convenient way to find nearby health facilities and their bed capacities. 3. Comparing Bed Capacities: The map enables users to compare the bed capacities of multiple health facilities simultaneously. The pop-up info windows associated with each marker can open concurrently, allowing users to gather information from multiple hospitals at once. This project is just a start, you may suggest more features for this map here ## Development setup For development, we used Visual Studio Code text editor with a …