Skip to main content

ResourceMap Adaptor

About ResourceMap

ResourceMap is a free, open-source collaborative mapping platform developed by InSTEDD that helps organizations track their work, resources, and results geographically. It enables teams to collaboratively record, track, and analyze resources using interactive maps with real-time data updates.

ResourceMap is particularly useful for humanitarian organizations, healthcare systems, supply chain management, and field operations requiring location-based resource tracking and analysis.

Integration Options

REST API: ResourceMap offers a comprehensive REST API that enables external applications to interact with its mapping and data collection services. The API supports multiple data formats (JSON, CSV, GeoJSON, RSS) and provides endpoints for managing collections, sites, layers, and user permissions. Refer to the ResourceMap REST API documentation for detailed guidelines on endpoints and payload formats.

Authentication

The ResourceMap adaptor uses HTTP basic authentication or can work with publicly accessible collections:

{
"baseUrl": "https://your-resourcemap-instance.com",
"username": "your_username",
"password": "your_password"
}

For public collections, only the baseUrl is required.

I've noticed a problem with this Adaptor, or something is out of date, what can I do?

Thanks for asking! We are a fully Open Source Digital Public Good, and we welcome contributions from our community. Check out our Adaptors Wiki for more information on how you can update Adaptors!

Or, you can always reach out to the Community through our Community Forum here.