summaryrefslogtreecommitdiff
path: root/ishtar_common/fixtures/test_towns.json
blob: d34c10411a73a946ef93194d3a0b6a545731ac6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
    {
        "pk": 20816, 
        "model": "ishtar_common.town", 
        "fields": {
            "departement": null, 
            "name": "PARIS-1ER-ARRONDISSEMENT", 
            "center": "POINT (599976.9837326267734170 2429351.2226647692732513)", 
            "surface": 1810000, 
            "numero_insee": "75101"
        }
    }, 
    {
        "pk": 23920, 
        "model": "ishtar_common.town", 
        "fields": {
            "departement": null, 
            "name": "LILLE", 
            "center": "POINT (650348.5204579939600080 2626592.6267738011665642)", 
            "surface": 34990000, 
            "numero_insee": "59350"
        }
    }
]