This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
index.html
152 lines (144 loc) Β· 4.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<title>GeoJSON-Nepal π³π΅</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
type="text/css"
href="stylesheets/normalize.css"
media="screen"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700"
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/stylesheet.css"
media="screen"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/github-light.css"
media="screen"
/>
</head>
<body>
<section class="page-header">
<h1 class="project-name">GeoJSON-Nepal π³π΅</h1>
<a href="https://github.com/mesaugat/geoJSON-Nepal" class="btn"
>View on GitHub</a
>
<a
href="https://github.com/mesaugat/geoJSON-Nepal/zipball/master"
class="btn"
>Download .zip</a
>
<a
href="https://github.com/mesaugat/geoJSON-Nepal/tarball/master"
class="btn"
>Download .tar.gz</a
>
</section>
<section class="main-content">
<h3>
<a
id="states-geojson"
class="anchor"
href="#states-geojson"
aria-hidden="true"
><span class="octicon octicon-link"></span></a
>States GeoJSON
</h3>
<script src="https://embed.github.com/view/geojson/mesaugat/geoJSON-Nepal/master/nepal-states.geojson?height=520&width=832"></script>
<h3>
<a
id="districts-new-geojson"
class="anchor"
href="#districts-new-geojson"
aria-hidden="true"
><span class="octicon octicon-link"></span></a
>Districts GeoJSON
</h3>
<script src="https://embed.github.com/view/geojson/mesaugat/geoJSON-Nepal/master/nepal-districts-new.geojson?height=520&width=832"></script>
<h3>
<a
id="development-regions-geojson"
class="anchor"
href="#development-regions-geojson"
aria-hidden="true"
><span class="octicon octicon-link"></span></a
>Development Regions GeoJSON
</h3>
<script src="https://embed.github.com/view/geojson/mesaugat/geoJSON-Nepal/master/nepal-development-regions.geojson?height=520&width=832"></script>
<h3>
<a
id="municipalities-geojson"
class="anchor"
href="#municipalities-geojson"
aria-hidden="true"
><span class="octicon octicon-link"></span></a
>Municipalities GeoJSON
</h3>
<script src="https://embed.github.com/view/geojson/mesaugat/geoJSON-Nepal/master/nepal-municipalities.geojson?height=520&width=832"></script>
<h3>
<a
id="districts-geojson"
class="anchor"
href="#districts-geojson"
aria-hidden="true"
><span class="octicon octicon-link"></span></a
>Districts GeoJSON (Old)
</h3>
<script src="https://embed.github.com/view/geojson/mesaugat/geoJSON-Nepal/master/nepal-districts.geojson?height=520&width=832"></script>
<h3>
<a
id="district-headquarters-geojson"
class="anchor"
href="#district-headquarters-geojson"
aria-hidden="true"
><span class="octicon octicon-link"></span></a
>District Headquarters GeoJSON (Old)
</h3>
<script src="https://embed.github.com/view/geojson/mesaugat/geoJSON-Nepal/master/nepal-district-headquarters.geojson?height=520&width=832"></script>
<h3>
<a
id="districts-topojson"
class="anchor"
href="#districts-topojson"
aria-hidden="true"
><span class="octicon octicon-link"></span></a
>Districts TopoJSON (Old)
</h3>
<script src="https://embed.github.com/view/geojson/mesaugat/geoJSON-Nepal/master/nepal-districts.topojson?height=520&width=832"></script>
<h3>
<a
id="wards-topojson"
class="anchor"
href="#wards-topojson"
aria-hidden="true"
><span class="octicon octicon-link"></span></a
>Wards TopoJSON - Administrative Level 4 (Old)
</h3>
<script src="https://embed.github.com/view/geojson/mesaugat/geoJSON-Nepal/master/nepal-wards.topojson?height=520&width=832"></script>
<footer class="site-footer">
<span class="site-footer-owner"
><a href="https://github.com/mesaugat/geoJSON-Nepal">GeoJSON-Nepal</a>
is maintained by
<a href="https://github.com/mesaugat">mesaugat</a>.</span
>
<span class="site-footer-credits"
>This page was generated by
<a href="https://pages.github.com">GitHub Pages</a> using the
<a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a>
by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span
>
</footer>
</section>
</body>
</html>