Skip to content

A package that contains GeoJSON info for all cities of Jordan

License

Notifications You must be signed in to change notification settings

Ibrahimrahhal/jordan-cities-geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jordan Cities GeoJSON

This is a package/ repositry that contains geoJSON info for all Jordan cities.

Getting Started

To begin, you'll need to install jordan-cities-geojson:

npm install --save jordan-cities-geojson

Then import the GeoJSON data for the city that you want

my-cool-map-app.js

const { Amman } = require('jordan-cities-geojson');

To import all cities just require the whole package

const JordanCities = require('jordan-cities-geojson');

Contributing

Please take a moment to read our contributing guidelines if you haven't yet done so.

CONTRIBUTING

License

MIT