Exemplo n.º 1
0
 def inner(feature):
     slug = "%s-%s" % (feature.get(field), feature.get('GEOID10'))
     return boundaries._clean_string(slug)
Exemplo n.º 2
0
 def inner(feature):
     slug = "%s-%s" % (feature.get(field), feature.get('GEOID10'))
     return boundaries._clean_string(slug)
Exemplo n.º 3
0
 def inner(feature):
     name = "%s %s" % (state, feature.get(field))
     return boundaries._clean_string(name)
Exemplo n.º 4
0
 def inner(feature):
     name = "%s %s" % (state, feature.get(field))
     return boundaries._clean_string(name)