Skip to content

Commit d0fc815

Browse files
Ibrahim RahhalIbrahim Rahhal
Ibrahim Rahhal
authored and
Ibrahim Rahhal
committed
intial commit
0 parents  commit d0fc815

15 files changed

+30071
-0
lines changed

GeoJSON/ajloun.json

+490
Large diffs are not rendered by default.

GeoJSON/amman.json

+1,158
Large diffs are not rendered by default.

GeoJSON/aqaba.json

+1,382
Large diffs are not rendered by default.

GeoJSON/balqa.json

+10,226
Large diffs are not rendered by default.

GeoJSON/irbid.json

+9,046
Large diffs are not rendered by default.

GeoJSON/jerash.json

+490
Large diffs are not rendered by default.

GeoJSON/karak.json

+1,094
Large diffs are not rendered by default.

GeoJSON/maan.json

+1,918
Large diffs are not rendered by default.

GeoJSON/madaba.json

+666
Large diffs are not rendered by default.

GeoJSON/mafraq.json

+1,610
Large diffs are not rendered by default.

GeoJSON/tafilah.json

+1,162
Large diffs are not rendered by default.

GeoJSON/zarqa.json

+774
Large diffs are not rendered by default.

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Ibrahim Rahhal
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

index.js

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
const Cities = {
2+
Amman: require("./GeoJSON/amman.json"),
3+
Zarqa: require("./GeoJSON/zarqa.json"),
4+
Irbid: require("./GeoJSON/irbid.json"),
5+
Maan: require("./GeoJSON/maan.json"),
6+
Ajloun: require("./GeoJSON/ajloun.json"),
7+
Tafilah: require("./GeoJSON/tafilah.json"),
8+
Balqa: require("./GeoJSON/balqa.json"),
9+
jerash: require("./GeoJSON/jerash.json"),
10+
Aqaba: require("./GeoJSON/aqaba.json"),
11+
Karak: require("./GeoJSON/karak.json"),
12+
Madaba: require("./GeoJSON/madaba.json"),
13+
Mafraq: require("./GeoJSON/mafraq.json")
14+
};
15+
16+
module.exports = Cities;

package.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "jordan-cities-geojson",
3+
"version": "1.0.0",
4+
"description": "Package that contains GeoJSON info for all cities of Jordan",
5+
"main": "index.js",
6+
"scripts": { },
7+
"keywords": [
8+
"jordan",
9+
"geojson",
10+
"maps"
11+
],
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/Ibrahimrahhal/jordan-cities-geojson.git"
15+
},
16+
"author": "Ibrahim Rahhal <ibrahim.rahhal3636@gmail.com>",
17+
"license": "MIT"
18+
}

0 commit comments

Comments
 (0)