Skip to content

Instantly share code, notes, and snippets.

@jasonrogena
Created November 17, 2017 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonrogena/bc0d036768099b8d4431127a0324a859 to your computer and use it in GitHub Desktop.
Save jasonrogena/bc0d036768099b8d4431127a0324a859 to your computer and use it in GitHub Desktop.
{
"spray_status":{
"colors": {
"notsprayed":"#ffff0000",
"sprayed":"#ff00ff00",
"noteligible":"#ff000000",
"":"#ffffff00"
},
"required":true,
"not_selectable_if": ["sprayed"]
},
"notsprayed_reason":{
"show_if": {
"spray_status":"notsprayed"
},
"required":true
},
"structure_type":{
"show_if": {
"spray_status":"noteligible"
},
"required":true,
"custom_value":true
},
"addr:street":{
"hide":true
},
"name":{
"hide":true
},
"addr:city": {
"hide":true
},
"addr:housenumber": {
"hide":true
},
"addr:state": {
"hide":true
},
"addr:postcode": {
"hide":true
},
"amenity": {
"hide":true
},
"building": {
"hide":true
},
"building:levels": {
"hide":true
},
"cuisine": {
"hide":true
},
"network": {
"hide":true
},
"office": {
"hide":true
},
"opening_hours": {
"hide":true
},
"operator": {
"hide":true
},
"religion": {
"hide":true
},
"shop": {
"hide":true
},
"source": {
"hide":true
},
"addr_city": {
"hide":true
},
"colour": {
"hide":true
},
"atm": {
"hide":true
},
"man_made": {
"hide":true
},
"roof_heigh": {
"hide":true
},
"roof_shape": {
"hide":true
},
"osm_way_id": {
"hide":true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment