Map questions
Setup requirements
Sample GeoJSON
{
"type": "FeatureCollection",
"features":
[
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-122.4194, 37.7749]
},
"properties": {
"facility_name": "Main Community Center",
"location": "123 Main St, San Francisco, CA",
"more_info_link": "https://example.com/center",
"wheelchair_accessible": true,
"capacity": "limited"
},
"id": "main-community-center" # Feature ID
},
{
...
},
{
...
}
]
}
Configuration options

Adding a filter


Adding a tag



Data storage and refresh settings
Validation options
Accessibility considerations
Troubleshooting
GeoJSON endpoint failing
Key mapping not working
Filters not showing expected options
Tags not appearing on locations
Data not refreshing
Selection data missing in exports
Last updated
Was this helpful?