Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "tenantId": "pg.rourkela",
    "moduleName": "egov-location",
    "TenantBoundary": [
        {
            "hierarchyType": {
                "code": "REVENUE",
                "name": "REVENUE"
            },
            "boundary": {
                "id": 1,
                "boundaryNum": 1,
                "name": "Rourkela",
                "localname": "Rourkela",
                "longitude": null,
                "latitude": null,
                "label": "City",
                "code": "pg.rourkela",
                "children": [
                    {
                        "id": "2",
                        "boundaryNum": 1,
                        "name": "Pradhanpalli",
                        "localname": "Pradhanpalli",
                        "longitude": null,
                        "latitude": null,
                        "label": "Locality",
                        "code": "VIL1"
                    },
                    {
                        "id": "3",
                        "boundaryNum": 1,
                        "name": "Other",
                        "localname": "Other",
                        "longitude": null,
                        "latitude": null,
                        "label": "GP",
                        "code": "OTH1",
                        "children": []
                    }
                ]
            }
        }
    ]
}


How Steps to create the jsons of GP data -

  • The GP data is given in excel format.

  • Copy all the GP’s list and make an excel with format given below

...

  1. Adding Slum Details in ULBNAME/FSM/Slum.json
    The name of the slums will be provided.The format of slum adding in mdms is: 

    Code Block
    {
                "name": "slumname",           
                 "active": true,
                "code": "CODE001",
                "locality": "VIL1"
        },

How to create Steps To Create the jsons of Slum data :
The slum data is provided in excel format.

  • Make and an excel with with given format

...