Skip to content

Instantly share code, notes, and snippets.

@paulswartz
Last active August 29, 2015 14:12
Show Gist options
  • Save paulswartz/75aa9ef394b5d0e9f531 to your computer and use it in GitHub Desktop.
Save paulswartz/75aa9ef394b5d0e9f531 to your computer and use it in GitHub Desktop.
EEC Data
{
"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"
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment