Last active
August 29, 2015 14:12
-
-
Save paulswartz/75aa9ef394b5d0e9f531 to your computer and use it in GitHub Desktop.
EEC Data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"project": { | |
"name": "MA Child Care Finder", | |
"description": "<p>The MA Child Care Finder is a sample app built on Code for Boston's Finda platform, intended to show quick and dirty development of mapping applications using freely available, open-source tools.</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": "name", | |
"center": [ | |
42.3725, | |
-71.1266 | |
], | |
"zoom": 13, | |
"maxZoom": 16, | |
"maxBounds": [ | |
[ | |
39.2, | |
-78.0 | |
], | |
[ | |
44.5, | |
-65.0 | |
] | |
] | |
}, | |
"properties": [ | |
"name", | |
"address", | |
"city", | |
"zip", | |
"phone", | |
"email", | |
{"name": "url", "title": "more info", "url": true}, | |
{"name": "capacity", "title": "Capacity"}, | |
{"name": "type", "title": "Program Type"} | |
], | |
"list": [ | |
"name", | |
"address", | |
"city" | |
], | |
"search": { | |
"geosearch": true, | |
"full_text": { | |
"keys": ["name", "address"], | |
"properties": [ | |
"name", | |
{"name": "address", "before": " (", "after": ")"} | |
] | |
} | |
}, | |
"facets": { | |
"type": { | |
"title": "Program Type", | |
"type": "single" | |
}, | |
"transport": { | |
"title": "Transportation", | |
"type": "single" | |
}, | |
"food": { | |
"title": "Meals", | |
"type": "single" | |
}, | |
"special": { | |
"title": "Special Needs", | |
"type": "single" | |
}, | |
"help": { | |
"title": "Accepts Financial Assistance", | |
"type": "single" | |
}, | |
"duration": { | |
"title": "Duration", | |
"type": "single" | |
}, | |
"dropin": { | |
"title": "Drop In Care", | |
"type": "single" | |
}, | |
"before": { | |
"title": "Before School", | |
"type": "single" | |
}, | |
"after": { | |
"title": "After School", | |
"type": "single" | |
}, | |
"holidays": { | |
"title": "Open Holidays", | |
"type": "single" | |
}, | |
"accept": { | |
"title": "Part-Time/Full-Time", | |
"type": "single" | |
}, | |
"map": { | |
"title": "Map", | |
"text": "Limit results to those visible on the map", | |
"type": "map", | |
"value": true | |
} | |
}, | |
"analytics": { | |
"enabled": false, | |
"private": false, | |
"google_tracker": null, | |
"hostname": "auto", | |
"detail_enabled": true | |
}, | |
"geojson_source": "data.geojson" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment