Skip to content

Instantly share code, notes, and snippets.

@paulswartz
Created November 10, 2014 02:16
Show Gist options
  • Save paulswartz/5a194e27c31c93c3f895 to your computer and use it in GitHub Desktop.
Save paulswartz/5a194e27c31c93c3f895 to your computer and use it in GitHub Desktop.
LGBTQ data for Finda
{
"project": {
"name": "Finda",
"description": "<p>Finda is a generic \"find-a\" app for geographic datasets.</p>",
"contact": "Please send feedback, ideas, and bug reports to our <a href=\"https://github.com/codeforboston/finda/issues\" target=\"_blank\">Github</a> page."
},
"map": {
"preview_attribute": "organization_name",
"center":[42.3725, -71.1266],
"zoom":13,
"maxZoom":16,
"maxBounds":[
[39.2, -78.0],
[44.5, -65.0]
]
},
"properties": [
"organization_name",
"address",
{"name": "address", "title": "directions", "directions": true },
{"name": "web_url", "title": "website", "url": true },
{"name": "contact_names", "title": "Contact Information" },
"contact_emails",
"phone_numbers",
{"name": "services_offered", "title": "Services" },
{"name": "youth_category", "title": "Type of Organization" },
{"name": "target_populations", "title": "Populations Served" },
{"name": "additional_notes", "title": "Information"}
],
"list": [
"organization_name",
"address"
],
"search": {
"geosearch": true,
"full_text": {
"keys": [
"address",
"organization_name",
"community",
"youth_category",
"service_class_level_2",
"additional_notes"]
}
},
"facets": {
"target_populations": {
"title": "Populations Served",
"type": "list"
},
"youth_category": {
"title": "Category",
"type": "single"
}
},
"analytics": {
"enabled": true,
"private": false,
"google_tracker": null,
"hostname": "auto",
"detail_enabled": true
},
"geojson_source": "data.geojson"
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
/* Styles for each individual property, as defined in config.json */
.feature-phone_numbers {
font-style: italic;
}
.feature-address {
font-style: italic;
}
.feature-address a { /* directions */
font-style: normal;
}
.feature-organization_name {
font-weight: bold;
font-size: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment