Skip to content

Commit

Permalink
Merge pull request #42 from keshavgrwl96/master
Browse files Browse the repository at this point in the history
 Changes to be committed:
  • Loading branch information
thejeshgn authored Jun 18, 2019
2 parents 68346a8 + eea6ec1 commit 9610991
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/districts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,13 @@ <h1 id="india-district-boundaries">India - District Boundaries</h1>
and Lakshadweep do not have a state assembly.</li>
</ol>
<h2 id="shapefile-attributes">Shapefile Attributes.</h2>
<p>Each district will have the following attributes.</p>
<p>Each district will have the following attributes in this order.</p>
<ul>
<li>DISTRICT: Name of Districts as per the District Boundaries.</li>
<li>ST_NM: States names as per the District Boundaries.</li>
<li>ST_CEN_CD: States Census Code as per the District Boundaries.</li>
<li>DT_CEN_CD: District Census Code as per the District Boundaries.</li>
<li>DISTRICT: Name of Districts as per the District Boundaries.</li>
<li>censuscode: Code of the census of the particular district.</li>
</ul>
<h1 id="quick-view">Quick view</h1>
<div id="distsmap"> </div>
Expand Down Expand Up @@ -344,4 +345,4 @@ <h4 class="modal-title" id="exampleModalLabel">Search</h4>

</body>

</html>
</html>
4 changes: 3 additions & 1 deletion docs/parliamentary-constituencies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ <h2 id="shapefile-attributes">Shapefile Attributes.</h2>
<p>Each Constituency will have the following attributes.</p>
<ul>
<li>ST_NAME: Name of the states as per the Parliamentary Constituency.</li>
<li>PC_NAME: Name of the Parliamentary Constituency.</li>
<li>ST_CODE: Code of states as per the Parliamentary Constituency.</li>
<li>PC_CODE: Code of the Parliamentary Constituency.</li>
<li>Res: Reservation of cast as per the Parliamentary Constituency.</li>
</ul>
<h1 id="quick-view">Quick view</h1>
Expand Down Expand Up @@ -340,4 +342,4 @@ <h4 class="modal-title" id="exampleModalLabel">Search</h4>

</body>

</html>
</html>

0 comments on commit 9610991

Please sign in to comment.