Esempio n. 1
0
def township(x, y):
    if request.get_header('Accept') and request.get_header(
            'Accept') == 'application/json':
        response.content_type = 'application/json'
    catasto = Catasto()
    township = catasto.findGeoTownship(x, y)
    return township
Esempio n. 2
0
def township(x, y):
    catasto = Catasto()
    township = catasto.findGeoTownship(x, y)
    return township
Esempio n. 3
0
def township(x,y):
    catasto = Catasto()
    township = catasto.findGeoTownship(x,y)
    return township