Skip to content

Instantly share code, notes, and snippets.

@mapmeld
Created June 23, 2012 17:06
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 mapmeld/2979048 to your computer and use it in GitHub Desktop.
Save mapmeld/2979048 to your computer and use it in GitHub Desktop.
Macon-Bibb Sign Regulations
zonePermissions = [
{
zoneNames: [ "RR", "R-1AAA", "R-1AAAA", "R-1AA", "R-1A", "R-1", "MHR" ],
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, banks, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 50,
maxtotal: 50,
maxheight: 5
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 32,
maxtotal: 32,
maxheight: 5
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 5
},
{
name: "Business ( for each use on a property )",
locations: [ "Freestanding", "Wall" ],
maxsigns: 2,
maxfreestanding: 1,
maxsize: {
wall: 4,
freestanding: 8
},
maxtotal: 12
}
]
},
{
zoneNames: [ "R-2A", "R-2" ],
categories: [
// differ from other residential by adding professional offices
// dependent on whether office is on busy street
{
name: "Professional office on arterial or collector street",
locations: [ "Wall", "Freestanding" ],
maxsigns: 2,
maxfreestanding: 1,
maxsize: {
wall: 4,
freestanding: 8
},
maxtotal: 12,
maxheight: 5
},
{
name: "Professional office NOT on arterial or collector street",
locations: [ "Wall" ],
maxsigns: 1,
maxfreestanding: 0,
maxsize: 4,
maxtotal: 4,
maxheight: 5
},
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, banks, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 50,
maxtotal: 50
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 32,
maxtotal: 32,
maxheight: 5
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 5
},
{
name: "Business ( for each use on a property )",
locations: [ "Freestanding", "Wall" ],
maxsigns: 2,
maxfreestanding: 1,
maxsize: {
wall: 4,
freestanding: 8
},
maxtotal: 12
}
]
},
{
zoneNames: [ "R-3" ],
categories: [
// differ from other residential by adding professional office
// unlike R-2*, not dependent on street type
{
name: "Professional office",
locations: [ "Wall", "Freestanding" ],
maxsigns: 2,
maxfreestanding: 1,
maxsize: {
wall: 4,
freestanding: 8
},
maxtotal: 12,
maxheight: 5
},
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, banks, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 50,
maxtotal: 50,
maxheight: 5
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 32,
maxtotal: 32,
maxheight: 5
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 5
},
{
name: "Business ( per property )",
locations: [ "Freestanding", "Wall" ],
maxsigns: 2,
maxfreestanding: 1,
maxsize: {
wall: 4,
freestanding: 8
},
maxtotal: 12
}
]
},
{
zoneNames: [ "A", "C-1", "C-5" ],
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 50,
maxtotal: 150,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 32,
maxtotal: 32,
maxheight: 8
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 8
},
{
name: "Professional office ",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Business (including banks) (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Business (including banks) in shopping center (per property)",
locations: [ "Canopy", "Wall" ],
maxfreestanding: 0,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Shopping center, office park, or warehouse park",
locations: [ "Freestanding" ],
maxsigns: "1 per street frontage",
maxfreestanding: 1,
maxsize: 200,
maxtotal: 320,
maxheight: {
"2 lanes" : 10,
"3 lanes" : 20,
"4 lanes" : 35
}
}
]
},
{
zoneNames: [ "C-2", "C-4" ],
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, banks, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 50,
maxtotal: 150,
maxheight: {
"2 lanes": 10,
"3 lanes": 20,
"4 lanes": 35
}
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 32,
maxtotal: 32,
maxheight: 10
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 10
},
{
name: "Professional office ",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 10,
"3 lanes" : 20,
"4 lanes" : 35
}
},
{
name: "New car dealer",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: "1 per each 250 feet of lot frontage",
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 10,
"3 lanes" : 20,
"4 lanes" : 35
}
},
{
name: "Used car lots",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 10,
"3 lanes" : 20,
"4 lanes" : 35
}
},
{
name: "Business (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 10,
"3 lanes" : 20,
"4 lanes" : 35
}
},
{
name: "Business in shopping center (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 0,
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 10,
"3 lanes" : 20,
"4 lanes" : 35
}
},
{
name: "Shopping center, office park, or warehouse park",
locations: [ "Freestanding" ],
maxsigns: "1 per street frontage",
maxfreestanding: 1,
maxsize: 200,
maxtotal: 320,
maxheight: {
"2 lanes" : 10,
"3 lanes" : 20,
"4 lanes" : 35
}
}
]
},
{
// CBD-1 has stricter sign regulations than CBD-2
zoneNames: [ "CBD-1" ],
warning: "Certificate of appropriateness required from P&Z",
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 50,
maxtotal: 150,
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 8
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 8
},
{
name: "Professional office ",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "New car dealer",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: "1 per each 250 feet of lot frontage",
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Used car lots",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Business (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 120,
maxtotal: "2 sq ft per foot of frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Business in shopping center (per property)",
locations: [ "Canopy", "Wall" ],
maxfreestanding: 0,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Shopping center, office park, or warehouse park",
locations: [ "Freestanding" ],
maxsigns: "1 per street frontage",
maxfreestanding: 1,
maxsize: 200,
maxtotal: 320,
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
}
]
},
{
// CBD-1 has stricter sign regulations than CBD-2
zoneNames: [ "CBD-2" ],
warning: "Certificate of appropriateness required from P&Z",
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 50,
maxtotal: 150,
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 8
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 8
},
{
name: "Professional office ",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "New car dealer",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: "1 per each 250 feet of lot frontage",
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Used car lots",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Business (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 200,
maxtotal: "2 sq ft per foot of frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Business in shopping center (per property)",
locations: [ "Canopy", "Wall" ],
maxfreestanding: 0,
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Shopping center, office park, or warehouse park",
locations: [ "Freestanding" ],
maxsigns: "1 per street frontage",
maxfreestanding: 1,
maxsize: 200,
maxtotal: 320,
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
}
]
},
{
zoneNames: [ "PDI", "PDC", "PDE" ],
// PROBLEM: regulation says professional offices follow PDR guidelines, which are another zone?
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 50,
maxtotal: 50,
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 32,
maxtotal: 32
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8
},
{
name: "Professional office",
locations: [ "Wall" ],
maxsigns: 2,
maxfreestanding: 1,
maxsize: {
wall: 4,
freestanding: 8
},
maxtotal: 12,
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "New car dealer",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: "1 per each 250 feet of lot frontage",
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Used car lots",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Business (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 200,
maxtotal: "2 sq ft per foot of frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Business in shopping center (per property)",
locations: [ "Canopy", "Wall" ],
maxfreestanding: 0,
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes" : 8,
"3 lanes" : 10,
"4 lanes" : 14
}
},
{
name: "Shopping center, office park, or warehouse park",
locations: [ "Freestanding" ],
maxsigns: "1 per street frontage",
maxfreestanding: 1,
maxsize: 200,
maxtotal: 320,
maxheight: {
"2 lanes" : 10,
"3 lanes" : 20,
"4 lanes" : 35
}
}
]
},
{
// HR-3 and PDR are stricter on professional offices' signs, have different max heights
zoneNames: [ "PDR" ],
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 10,
maxtotal: 30,
maxheight: 5
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 10,
maxtotal: 30,
maxheight: 5
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 5
},
{
name: "Professional office",
locations: [ "Freestanding", "Wall" ],
maxsigns: 2,
maxfreestanding: 1,
maxsize: {
wall: 4,
freestanding: 8
},
maxtotal: 12,
maxheight: 5
},
{
name: "Business (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 16,
maxtotal: 16,
maxheight: 5
},
{
name: "Business in shopping center (per property)",
locations: [ "Canopy", "Wall" ],
maxfreestanding: 0,
maxsize: 16,
maxtotal: 16,
maxheight: 5
},
{
name: "Shopping center, office park, or warehouse park",
locations: [ "Freestanding" ],
maxsigns: "1 per street frontage",
maxfreestanding: 1,
maxsize: 200,
maxtotal: 320,
maxheight: 10
}
]
},
{
zoneNames: [ "M-1", "M-2", "M-3" ],
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 50,
maxtotal: 150,
maxheight: {
"2 lanes": 10,
"3 lanes": 20,
"4 lanes": 35
}
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 32,
maxtotal: 32,
maxheight: 8
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 8
},
{
name: "Professional office",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes": 10,
"3 lanes": 20,
"4 lanes": 35
}
},
{
name: "New car dealer",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: "1 per each 250 feet of lot frontage",
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes": 10,
"3 lanes": 20,
"4 lanes": 35
}
},
{
name: "Used car lots",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 200,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes": 10,
"3 lanes": 20,
"4 lanes": 35
}
},
{
name: "Business (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 120,
maxtotal: "2 sq ft per foot of frontage",
maxheight: {
"2 lanes": 10,
"3 lanes": 20,
"4 lanes": 35
}
},
{
name: "Business in shopping center (per property)",
locations: [ "Canopy", "Wall" ],
maxfreestanding: 0,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes": 10,
"3 lanes": 20,
"4 lanes": 35
}
},
{
name: "Shopping center, office park, or warehouse park",
locations: [ "Freestanding" ],
maxsigns: "1 per street frontage",
maxfreestanding: 1,
maxsize: 200,
maxtotal: 320,
maxheight: {
"2 lanes": 10,
"3 lanes": 20,
"4 lanes": 35
}
}
]
},
{
// HR-3 and PDR are stricter on professional offices' signs
// HR-3 has same maxheight as these
zoneNames: [ "HR-1", "HR-2", "HC", "HPD" ],
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 10,
maxtotal: 30,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 10,
maxtotal: 30,
maxheight: 10
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 10
},
{
name: "Professional office",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 16,
maxtotal: 16,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Business (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 16,
maxtotal: 16,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Business in shopping center (per property)",
locations: [ "Canopy", "Wall" ],
maxfreestanding: 0,
maxsize: 16,
maxtotal: 16,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Shopping center, office park, or warehouse park",
locations: [ "Freestanding" ],
maxsigns: "1 per street frontage",
maxfreestanding: 1,
maxsize: 200,
maxtotal: 320,
maxheight: {
"2 lanes": 10,
"3 lanes": 20,
"4 lanes": 35
}
}
]
},
{
zoneNames: [ "HR-3" ],
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 10,
maxtotal: 30,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 10,
maxtotal: 30,
maxheight: 10
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 10
},
{
name: "Professional office",
locations: [ "Freestanding", "Wall" ],
maxsigns: 2,
maxfreestanding: 1,
maxsize: {
wall: 4,
freestanding: 8
},
maxtotal: 12,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Business (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 16,
maxtotal: 16,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Business in shopping center (per property)",
locations: [ "Canopy", "Wall" ],
maxfreestanding: 0,
maxsize: 16,
maxtotal: 16,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Shopping center, office park, or warehouse park",
locations: [ "Freestanding" ],
maxsigns: "1 per street frontage",
maxfreestanding: 1,
maxsize: 200,
maxtotal: 320,
maxheight: {
"2 lanes": 10,
"3 lanes": 20,
"4 lanes": 35
}
}
]
},
{
zoneNames: [ "SC" ],
categories: [
{
name: "Single-family residential",
locations: [ "Freestanding", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 2,
maxtotal: 2,
maxheight: 2
},
{
name: "Institutional uses, places of assembly",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 3,
maxfreestanding: 1,
maxsize: 50,
maxtotal: 150,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Multi-family development",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 32,
maxtotal: 32,
maxheight: 8
},
{
name: "Guest quarter enterprise",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxsigns: 1,
maxfreestanding: 1,
maxsize: 8,
maxtotal: 8,
maxheight: 8
},
{
name: "Professional office",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Business (per property)",
locations: [ "Freestanding", "Canopy", "Wall" ],
maxfreestanding: 1,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Business in shopping center (per property)",
locations: [ "Canopy", "Wall" ],
maxfreestanding: 0,
maxsize: 120,
maxtotal: "2 sq ft per foot of lot frontage",
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
},
{
name: "Shopping center, office park, or warehouse park",
locations: [ "Freestanding" ],
maxsigns: "1 per street frontage",
maxfreestanding: 1,
maxsize: 200,
maxtotal: 320,
maxheight: {
"2 lanes": 8,
"3 lanes": 10,
"4 lanes": 14
}
}
]
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment