Пример #1
0
 def inner(feature):
     slug = "%s-%s" % (feature.get(field), feature.get('GEOID10'))
     return boundaries._clean_string(slug)
Пример #2
0
 def inner(feature):
     slug = "%s-%s" % (feature.get(field), feature.get('GEOID10'))
     return boundaries._clean_string(slug)
Пример #3
0
 def inner(feature):
     name = "%s %s" % (state, feature.get(field))
     return boundaries._clean_string(name)
Пример #4
0
 def inner(feature):
     name = "%s %s" % (state, feature.get(field))
     return boundaries._clean_string(name)