master 7e322945fa9f cached
22 files
133.1 MB
4.0M tokens
10 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (16,218K chars total). Download the full file to get everything.
Repository: homaily/Saudi-Arabia-Regions-Cities-and-Districts
Branch: master
Commit: 7e322945fa9f
Files: 22
Total size: 133.1 MB

Directory structure:
gitextract_n1cuf2_l/

├── .gitignore
├── LICENSE
├── README.md
├── generate_geojson/
│   ├── README.md
│   ├── generate_geojson.py
│   └── requirements.txt
├── geojson/
│   ├── cities.geojson
│   ├── districts.geojson
│   └── regions.geojson
├── json/
│   ├── cities.json
│   ├── cities_lite.json
│   ├── districts.json
│   ├── districts_lite.json
│   ├── regions.json
│   └── regions_lite.json
└── mysql/
    ├── cities.sql
    ├── cities_lite.sql
    ├── districts.sql
    ├── districts_lite.sql
    ├── regions.sql
    ├── regions_lite.sql
    └── tables.sql

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitignore
================================================
# environmental files
env
venv

# other
.DS_Store



================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
                       Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software.  If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.

  Finally, any free program is threatened constantly by software
patents.  We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary.  To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.

  The precise terms and conditions for copying, distribution and
modification follow.

                    GNU GENERAL PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License.  The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language.  (Hereinafter, translation is included without limitation in
the term "modification".)  Each licensee is addressed as "you".

Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope.  The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.

  1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.

You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.

  2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:

    a) You must cause the modified files to carry prominent notices
    stating that you changed the files and the date of any change.

    b) You must cause any work that you distribute or publish, that in
    whole or in part contains or is derived from the Program or any
    part thereof, to be licensed as a whole at no charge to all third
    parties under the terms of this License.

    c) If the modified program normally reads commands interactively
    when run, you must cause it, when started running for such
    interactive use in the most ordinary way, to print or display an
    announcement including an appropriate copyright notice and a
    notice that there is no warranty (or else, saying that you provide
    a warranty) and that users may redistribute the program under
    these conditions, and telling the user how to view a copy of this
    License.  (Exception: if the Program itself is interactive but
    does not normally print such an announcement, your work based on
    the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole.  If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works.  But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.

Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.

In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.

  3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:

    a) Accompany it with the complete corresponding machine-readable
    source code, which must be distributed under the terms of Sections
    1 and 2 above on a medium customarily used for software interchange; or,

    b) Accompany it with a written offer, valid for at least three
    years, to give any third party, for a charge no more than your
    cost of physically performing source distribution, a complete
    machine-readable copy of the corresponding source code, to be
    distributed under the terms of Sections 1 and 2 above on a medium
    customarily used for software interchange; or,

    c) Accompany it with the information you received as to the offer
    to distribute corresponding source code.  (This alternative is
    allowed only for noncommercial distribution and only if you
    received the program in object code or executable form with such
    an offer, in accord with Subsection b above.)

The source code for a work means the preferred form of the work for
making modifications to it.  For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable.  However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.

If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.

  4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License.  Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.

  5. You are not required to accept this License, since you have not
signed it.  However, nothing else grants you permission to modify or
distribute the Program or its derivative works.  These actions are
prohibited by law if you do not accept this License.  Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.

  6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions.  You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.

  7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all.  For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.

If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.

It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices.  Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

  8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded.  In such case, this License incorporates
the limitation as if written in the body of this License.

  9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

Each version is given a distinguishing version number.  If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation.  If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.

  10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission.  For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this.  Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.

                            NO WARRANTY

  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.

  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    {description}
    Copyright (C) {year}  {fullname}

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Also add information on how to contact you by electronic and paper mail.

If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:

    Gnomovision version 69, Copyright (C) year name of author
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary.  Here is a sample; alter the names:

  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  `Gnomovision' (which makes passes at compilers) written by James Hacker.

  {signature of Ty Coon}, 1 April 1989
  Ty Coon, President of Vice

This General Public License does not permit incorporating your program into
proprietary programs.  If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.



================================================
FILE: README.md
================================================
# Saudi-Arabia-Regions-Cities-and-Districts
Raw data for Saudi Arabia's 13 regions, over 4580 cities and 3730 districts in both Arabic and English.

* The data is public data collected from https://maps.address.gov.sa/
* All coordinates in (Lat, Lon) aka (Y, X) format and 8 decimal points, except for MySQL files
* Mysql files coordinates are reversed (Lon, Lat) aka (X, Y) due to the way MySQL expect it
* Data points include:
  - Regions, Cities and Districts.
  - Names (Arabic & English).
  - Regions capital city, population & center point.
  - Regions boundaries.
  - Districts boundaries.
* Lite version includes all data points except GIS data (center point & boundaries).


## Data Use Cases
This is a list of some of the open source projects based on this data:
* [KSA Covid-19 cases map](https://github.com/0x0Faisal/Covid19-Map) by [@0x0Faisal](https://github.com/0x0Faisal).
* [Saudi_geo_clickhouse](https://github.com/swarnkiran88/swarnkiran88) by [@swarnkiran88](https://github.com/swarnkiran88).
* [Saudi_GIS_Data](https://github.com/usefksa/Saudi_GIS_Data) by [@usef_ksa](https://github.com/usef_ksa).
* [Manateq - a handy library for searching and listing regions, cities and districts in Saudi Arabia](https://github.com/nuhamozaini/Manateq) by [@nuhamozaini](https://github.com/nuhamozaini).



## Contributing
All contributions are welcome! 😊
Please only send PRs that benefit most users or have a common use case. For special use cases, please publish them to a separate repo.

## Issues
If you find an issue with the data please open an issue. If you're looking for help in using the data in your own projects, please use the appropriate forums, such as StackOverflow.


## License
[GPL-2.0](https://github.com/homaily/Saudi-Arabia-Regions-Cities-and-Districts/blob/master/LICENSE)

================================================
FILE: generate_geojson/README.md
================================================
# Objective
Generating `geojson` files from json files within the repository
## Set up the environment
Assuming you have `python` >= 3 installed, run
```shell
python -m venv env
source env/bin/activate
pip install -r requirements.txt
```

## Generate geojson files
run `generate_geojson.py` using the following command,
```shell
python generate_geojson.py
```


================================================
FILE: generate_geojson/generate_geojson.py
================================================
import json
import geojson
import os
from geojson_rewind import rewind

SOURCE_JSON_FILES = [
    "../json/cities.json", "../json/districts.json", "../json/regions.json"]
OUTPUT_GEOJSON_DIR = "../geojson/"


def convert_cities_to_geojson_feature_collection(cities):
    geojson_features = []
    for city in cities:
        center_point = geojson.Point((city["center"][1], city["center"][0]))
        city.pop("center")
        feature = geojson.Feature(geometry=center_point, properties=city)
        geojson_features.append(feature)
    return geojson.FeatureCollection(geojson_features)


# Convert from (latitude, longitude) to (longitude, latitude) format
# Supports any level of nesting
def __flip_coordinates__(coords_array):
    for i in range(len(coords_array)):
        for j in range(len(coords_array[i])):
            coords_array[i][j] = [coords_array[i][j][1], coords_array[i][j][0]]
    return coords_array


def convert_districts_to_geojson_feature_collection(districts):
    geojson_features = []
    for district in districts:
        district_polygon = rewind(geojson.Polygon(__flip_coordinates__(district["boundaries"])))
        district.pop("boundaries")
        district_feature = geojson.Feature(geometry=district_polygon, properties=district)
        geojson_features.append(district_feature)
    return geojson.FeatureCollection(geojson_features)


def convert_regions_to_geojson_feature_collection(regions):
    geojson_features = []
    for region in regions:
        region_boundary_polygon = rewind(geojson.Polygon(__flip_coordinates__(region["boundaries"])))
        region_center_point = geojson.Point((region["center"][1], region["center"][0]))
        region_geometry_collection = geojson.GeometryCollection([region_boundary_polygon, region_center_point])
        region.pop("center")
        region.pop("boundaries")
        region_feature = geojson.Feature(geometry=region_geometry_collection, properties=region)
        geojson_features.append(region_feature)
    return geojson.FeatureCollection(geojson_features)


for source_json_file in SOURCE_JSON_FILES:
    with open(source_json_file) as json_f:
        json_obj = json.load(json_f)
        file_name = os.path.basename(source_json_file)
        if file_name == "cities.json":
            feature_collection = convert_cities_to_geojson_feature_collection(json_obj)
        elif file_name == "districts.json":
            feature_collection = convert_districts_to_geojson_feature_collection(json_obj)
        elif file_name == "regions.json":
            feature_collection = convert_regions_to_geojson_feature_collection(json_obj)
        assert feature_collection
        assert len(feature_collection.errors()) == 0
        geojson_file_name = file_name.replace("json", "geojson")
        geojson_file_path = os.path.join(OUTPUT_GEOJSON_DIR, geojson_file_name)
        with open(geojson_file_path, 'w') as geojson_f:
            geojson.dump(feature_collection, geojson_f, ensure_ascii=False)


================================================
FILE: generate_geojson/requirements.txt
================================================
geojson==2.5.0
geojson-rewind==1.0.1


================================================
FILE: geojson/cities.geojson
================================================
{"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.53387, 28.41464]}, "properties": {"city_id": 1, "region_id": 7, "name_ar": "تبوك", "name_en": "Tabuk"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.74931, 28.30508]}, "properties": {"city_id": 2, "region_id": 7, "name_ar": "نعمي", "name_en": "Na'mi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.73333, 24.7]}, "properties": {"city_id": 3, "region_id": 1, "name_ar": "الرياض", "name_en": "Riyadh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.38013, 28.65152]}, "properties": {"city_id": 4, "region_id": 7, "name_ar": "حميط", "name_en": "Humayt"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.41667, 21.26848]}, "properties": {"city_id": 5, "region_id": 2, "name_ar": "الطائف", "name_en": "At Taif"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.84349, 21.42718]}, "properties": {"city_id": 6, "region_id": 2, "name_ar": "مكة المكرمة", "name_en": "Makkah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.23556, 29.60752]}, "properties": {"city_id": 7, "region_id": 7, "name_ar": "رجم الطيارة", "name_en": "Rajm At Tayarah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.16726, 29.93184]}, "properties": {"city_id": 8, "region_id": 7, "name_ar": "الثميد", "name_en": "Ath Thumayd"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.98046, 29.89939]}, "properties": {"city_id": 9, "region_id": 7, "name_ar": "عسيلة", "name_en": "'Usaylah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.69733, 27.53055]}, "properties": {"city_id": 10, "region_id": 8, "name_ar": "حائل", "name_en": "Hail"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.97436, 26.33034]}, "properties": {"city_id": 11, "region_id": 4, "name_ar": "بريدة", "name_en": "Buraidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.60436, 25.36655]}, "properties": {"city_id": 12, "region_id": 5, "name_ar": "الهفوف", "name_en": "Al Hafuf"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.1092, 26.44199]}, "properties": {"city_id": 13, "region_id": 5, "name_ar": "الدمام", "name_en": "Dammam"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.60781, 24.47058]}, "properties": {"city_id": 14, "region_id": 3, "name_ar": "المدينة المنورة", "name_en": "Madinah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.5, 18.21667]}, "properties": {"city_id": 15, "region_id": 6, "name_ar": "ابها", "name_en": "Abha"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.07206, 29.16381]}, "properties": {"city_id": 16, "region_id": 7, "name_ar": "حالة عمار", "name_en": "Halat Ammar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.5536, 16.89672]}, "properties": {"city_id": 17, "region_id": 10, "name_ar": "جازان", "name_en": "Jazan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.18095, 21.48818]}, "properties": {"city_id": 18, "region_id": 2, "name_ar": "جدة", "name_en": "Jeddah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.6801, 29.06631]}, "properties": {"city_id": 19, "region_id": 7, "name_ar": "الشايب", "name_en": "Ash Shayib"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.2144, 28.27168]}, "properties": {"city_id": 20, "region_id": 7, "name_ar": "الفوهة", "name_en": "Al Fawhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.52821, 28.43636]}, "properties": {"city_id": 21, "region_id": 7, "name_ar": "اللوز", "name_en": "Al Lawz"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.75101, 27.55678]}, "properties": {"city_id": 22, "region_id": 7, "name_ar": "عين الأخضر", "name_en": "'Ayn Al Akhdar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.1648, 29.05491]}, "properties": {"city_id": 23, "region_id": 7, "name_ar": "ذات الحاج", "name_en": "Dhat Al Hajj"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.33902, 25.90743]}, "properties": {"city_id": 24, "region_id": 1, "name_ar": "المجمعة", "name_en": "Al Majma'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.03499, 28.15174]}, "properties": {"city_id": 25, "region_id": 7, "name_ar": "قيال", "name_en": "Qiyal"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.08191, 28.10813]}, "properties": {"city_id": 26, "region_id": 7, "name_ar": "الاخضر", "name_en": "Al Akhdar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.52946, 27.80688]}, "properties": {"city_id": 27, "region_id": 7, "name_ar": "البديعة", "name_en": "Al Badi'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.66741, 29.29677]}, "properties": {"city_id": 28, "region_id": 7, "name_ar": "مغيرة", "name_en": "Mughayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.56972, 28.98485]}, "properties": {"city_id": 29, "region_id": 7, "name_ar": "الهوجاء", "name_en": "Al Hawja'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.0044, 29.11109]}, "properties": {"city_id": 30, "region_id": 7, "name_ar": "البديع", "name_en": "Al Badi'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.21075, 26.31091]}, "properties": {"city_id": 31, "region_id": 5, "name_ar": "الخبر", "name_en": "Al Khobar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.3501, 27.94456]}, "properties": {"city_id": 32, "region_id": 7, "name_ar": "ابار قنا", "name_en": "Abar Qana"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.65139, 28.28975]}, "properties": {"city_id": 33, "region_id": 7, "name_ar": "الجبعاوية", "name_en": "Al Jab'awiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.93879, 29.23575]}, "properties": {"city_id": 34, "region_id": 7, "name_ar": "الحميضة", "name_en": "Al Humaydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.3857, 29.13393]}, "properties": {"city_id": 35, "region_id": 7, "name_ar": "البيانة", "name_en": "Al Bayyanah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.94863, 29.30103]}, "properties": {"city_id": 36, "region_id": 7, "name_ar": "حقل", "name_en": "Haql"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.96193, 29.35414]}, "properties": {"city_id": 37, "region_id": 7, "name_ar": "الدرة", "name_en": "Ad Durrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.517003, 28.871988]}, "properties": {"city_id": 38, "region_id": 7, "name_ar": "الزيتة", "name_en": "Az Zaytah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.42471, 29.05223]}, "properties": {"city_id": 39, "region_id": 7, "name_ar": "علقان", "name_en": "'Alaqan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.03155, 29.15739]}, "properties": {"city_id": 40, "region_id": 7, "name_ar": "الوادي الجديد", "name_en": "Al Wadi Al Jadid"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.40097, 29.16805]}, "properties": {"city_id": 41, "region_id": 7, "name_ar": "مليح", "name_en": "Mulayh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.19598, 29.20218]}, "properties": {"city_id": 42, "region_id": 7, "name_ar": "ابو الحنشان", "name_en": "Abu Al Hinshan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.7364, 28.40486]}, "properties": {"city_id": 43, "region_id": 7, "name_ar": "مقنا", "name_en": "Maqna"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.96298, 28.37527]}, "properties": {"city_id": 44, "region_id": 5, "name_ar": "ابو قعر", "name_en": "Abu Qa'ar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.43006, 29.02743]}, "properties": {"city_id": 45, "region_id": 5, "name_ar": "مركز العوجاء", "name_en": "Markaz Al 'Awja"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.24334, 29.07298]}, "properties": {"city_id": 46, "region_id": 5, "name_ar": "مركز العليمة", "name_en": "Markaz Al 'Ulayyimah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.98047, 28.4375]}, "properties": {"city_id": 47, "region_id": 5, "name_ar": "حفر الباطن", "name_en": "Hafar Al Batin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.54736, 28.55182]}, "properties": {"city_id": 48, "region_id": 5, "name_ar": "القلت", "name_en": "Al Qalt"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.23121, 28.67295]}, "properties": {"city_id": 49, "region_id": 5, "name_ar": "النظيم", "name_en": "An Nadhim"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.35671, 28.61736]}, "properties": {"city_id": 50, "region_id": 5, "name_ar": "ابن طوالة", "name_en": "Ibn Tuwalah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.7247, 28.10972]}, "properties": {"city_id": 51, "region_id": 5, "name_ar": "الصداوي", "name_en": "As Sidawi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.97312, 27.83417]}, "properties": {"city_id": 52, "region_id": 5, "name_ar": "ام قليب", "name_en": "Umm Qulaib"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.55191, 27.8162]}, "properties": {"city_id": 53, "region_id": 5, "name_ar": "عريفج", "name_en": "Urayfij"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.42083, 27.8357]}, "properties": {"city_id": 54, "region_id": 5, "name_ar": "ابن شرار", "name_en": "Ibn Sharar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.12943, 28.32198]}, "properties": {"city_id": 55, "region_id": 5, "name_ar": "القيصومة", "name_en": "Al Qaysumah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.573917, 28.983383]}, "properties": {"city_id": 56, "region_id": 5, "name_ar": "الرقعي الجديدة", "name_en": "Ar Ruq'i Al Jadidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.3803, 27.94057]}, "properties": {"city_id": 57, "region_id": 5, "name_ar": "ذبحة", "name_en": "Dhabhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.80909, 28.53147]}, "properties": {"city_id": 58, "region_id": 5, "name_ar": "الصفيري", "name_en": "As Sufairy"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.79369, 28.442]}, "properties": {"city_id": 59, "region_id": 5, "name_ar": "الوايلية", "name_en": "Al Wayliyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.80167, 28.23975]}, "properties": {"city_id": 60, "region_id": 5, "name_ar": "الفيوان", "name_en": "Al Fiwan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.531, 28.89258]}, "properties": {"city_id": 61, "region_id": 5, "name_ar": "الحماطيات", "name_en": "Al Hamatiyat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.72977, 18.30613]}, "properties": {"city_id": 62, "region_id": 6, "name_ar": "خميس مشيط", "name_en": "Khamis Mushayt"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.38224, 28.96982]}, "properties": {"city_id": 63, "region_id": 5, "name_ar": "الجبو", "name_en": "Al Jabu"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.14768, 28.97782]}, "properties": {"city_id": 64, "region_id": 5, "name_ar": "المسناة", "name_en": "Al Masnah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.83663, 18.17358]}, "properties": {"city_id": 65, "region_id": 6, "name_ar": "احد رفيده", "name_en": "Ahad Rifaydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.06599, 27.72695]}, "properties": {"city_id": 66, "region_id": 5, "name_ar": "ام عشر الشرقية", "name_en": "Umm Ishar Ash Sharqiyyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.00121, 26.56387]}, "properties": {"city_id": 67, "region_id": 5, "name_ar": "القطيف", "name_en": "Al Qatif"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.67754, 27.73134]}, "properties": {"city_id": 68, "region_id": 7, "name_ar": "بوهان", "name_en": "Buhan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.68147, 27.34904]}, "properties": {"city_id": 69, "region_id": 7, "name_ar": "السنانيات", "name_en": "As Sananiyat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.53593, 27.19261]}, "properties": {"city_id": 70, "region_id": 7, "name_ar": "حزايا", "name_en": "Hazaya"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.25667, 27.23692]}, "properties": {"city_id": 71, "region_id": 7, "name_ar": "أكباد", "name_en": "Akbad"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.29335, 27.50949]}, "properties": {"city_id": 72, "region_id": 7, "name_ar": "بئر الحيز", "name_en": "Bir Al Hayz"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.1373, 27.69619]}, "properties": {"city_id": 73, "region_id": 7, "name_ar": "جريداء", "name_en": "Jurayda"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.5506, 27.63502]}, "properties": {"city_id": 74, "region_id": 7, "name_ar": "تيماء", "name_en": "Tayma'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.97937, 28.27779]}, "properties": {"city_id": 75, "region_id": 7, "name_ar": "العسافية", "name_en": "Al Assafiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.37073, 26.98273]}, "properties": {"city_id": 76, "region_id": 3, "name_ar": "عردة", "name_en": "'Ardah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.85158, 27.52024]}, "properties": {"city_id": 77, "region_id": 7, "name_ar": "الكتيب", "name_en": "Al Kutaib"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.86915, 28.82116]}, "properties": {"city_id": 78, "region_id": 7, "name_ar": "بئر فجر", "name_en": "Bi'r Fajr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.69301, 28.37872]}, "properties": {"city_id": 79, "region_id": 7, "name_ar": "القليبة", "name_en": "Al Qalibah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.98767, 26.09155]}, "properties": {"city_id": 80, "region_id": 4, "name_ar": "عنيزة", "name_en": "Unayzah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.35749, 28.50715]}, "properties": {"city_id": 81, "region_id": 5, "name_ar": "الرافعية", "name_en": "Ar Raf'iyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.88718, 28.11393]}, "properties": {"city_id": 82, "region_id": 5, "name_ar": "الكبريت", "name_en": "Al Kabarit"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.20408, 28.49882]}, "properties": {"city_id": 83, "region_id": 5, "name_ar": "رغوة", "name_en": "Raghwah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.8794, 28.4979]}, "properties": {"city_id": 84, "region_id": 5, "name_ar": "حمى", "name_en": "Hima"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.68656, 28.56035]}, "properties": {"city_id": 85, "region_id": 5, "name_ar": "الزبر", "name_en": "Az Zabr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.74035, 27.97737]}, "properties": {"city_id": 86, "region_id": 5, "name_ar": "السفانية", "name_en": "As Saffaniyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.20782, 27.58394]}, "properties": {"city_id": 87, "region_id": 5, "name_ar": "المحوى", "name_en": "Al Mahawa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.10268, 27.07205]}, "properties": {"city_id": 88, "region_id": 5, "name_ar": "أم غور", "name_en": "Umm Ghawr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.7004, 27.56297]}, "properties": {"city_id": 89, "region_id": 5, "name_ar": "قرية العليا", "name_en": "Qaryat Al 'Ulya"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.05991, 27.02027]}, "properties": {"city_id": 90, "region_id": 5, "name_ar": "الرفيعة", "name_en": "Ar Rafi'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.06168, 27.02107]}, "properties": {"city_id": 91, "region_id": 5, "name_ar": "جرارة", "name_en": "Jarrarah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.86961, 27.49244]}, "properties": {"city_id": 92, "region_id": 5, "name_ar": "قرية", "name_en": "Qurayyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.11905, 26.87647]}, "properties": {"city_id": 93, "region_id": 5, "name_ar": "البويبيات", "name_en": "Al Buwaybiyat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.51989, 27.82641]}, "properties": {"city_id": 94, "region_id": 5, "name_ar": "السعيرة", "name_en": "As Su'ayyirah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.31459, 27.60842]}, "properties": {"city_id": 95, "region_id": 5, "name_ar": "مناخ", "name_en": "Manakh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.63575, 27.70068]}, "properties": {"city_id": 96, "region_id": 5, "name_ar": "الحيرا", "name_en": "Al Hayra"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.01678, 27.60863]}, "properties": {"city_id": 97, "region_id": 5, "name_ar": "ام الشفلح", "name_en": "Umm Ash Shifallah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.97898, 27.25212]}, "properties": {"city_id": 98, "region_id": 5, "name_ar": "اللهابة", "name_en": "Al Lahabah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.98244, 27.1838]}, "properties": {"city_id": 99, "region_id": 5, "name_ar": "الفريدة", "name_en": "Al Farridah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.00155, 27.12078]}, "properties": {"city_id": 100, "region_id": 5, "name_ar": "الشامية", "name_en": "Ash Shamiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.08092, 26.57024]}, "properties": {"city_id": 101, "region_id": 1, "name_ar": "العيطلية", "name_en": "Al 'Aytaliyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.83331, 26.39243]}, "properties": {"city_id": 102, "region_id": 5, "name_ar": "سحمة", "name_en": "Sihmah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.3397, 26.51931]}, "properties": {"city_id": 103, "region_id": 5, "name_ar": "الشملول / ام عقلا", "name_en": "Ash Shamlul (Umm Aqla)"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.23081, 26.99945]}, "properties": {"city_id": 104, "region_id": 5, "name_ar": "ام الهوشات", "name_en": "Umm Al Hawshat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.27886, 27.55495]}, "properties": {"city_id": 105, "region_id": 5, "name_ar": "الشيط", "name_en": "Ash Shayyit"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.04075, 27.05266]}, "properties": {"city_id": 106, "region_id": 5, "name_ar": "العاذرية", "name_en": "Al 'Adhiriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.01776, 27.07846]}, "properties": {"city_id": 107, "region_id": 5, "name_ar": "الشيحية", "name_en": "Ash Shihiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.32534, 26.37749]}, "properties": {"city_id": 108, "region_id": 1, "name_ar": "حزوة / العمانية", "name_en": "Hizwah (Al Umaniyah)"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.86235, 27.461]}, "properties": {"city_id": 109, "region_id": 5, "name_ar": "القرعاء", "name_en": "Al Qar'a"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.87005, 27.62416]}, "properties": {"city_id": 110, "region_id": 5, "name_ar": "اللصافة", "name_en": "Al Lisafah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.262925, 27.868517]}, "properties": {"city_id": 111, "region_id": 5, "name_ar": "النقيرة", "name_en": "An Nuqayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.30617, 27.66293]}, "properties": {"city_id": 112, "region_id": 5, "name_ar": "هجرة أولاد حثلين", "name_en": "Hijrat Awlad Hithlin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.67047, 26.99921]}, "properties": {"city_id": 113, "region_id": 5, "name_ar": "الجبيل", "name_en": "Al Jubail"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.19212, 26.17769]}, "properties": {"city_id": 114, "region_id": 5, "name_ar": "فرزان", "name_en": "Farzan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.47743, 27.4757]}, "properties": {"city_id": 115, "region_id": 5, "name_ar": "النعيرية", "name_en": "An Nu'ayriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.40824, 27.08662]}, "properties": {"city_id": 116, "region_id": 5, "name_ar": "ام ضليع", "name_en": "Umm Dulay'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.42646, 27.27414]}, "properties": {"city_id": 117, "region_id": 5, "name_ar": "مليجة", "name_en": "Mulayjah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.39345, 26.9942]}, "properties": {"city_id": 118, "region_id": 5, "name_ar": "الصرار", "name_en": "As Sarrar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.63377, 26.58137]}, "properties": {"city_id": 119, "region_id": 5, "name_ar": "حنيذ", "name_en": "Hanidh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.63706, 26.67212]}, "properties": {"city_id": 120, "region_id": 5, "name_ar": "مغطي", "name_en": "Mughati"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.74898, 26.3997]}, "properties": {"city_id": 121, "region_id": 5, "name_ar": "شفية", "name_en": "Shifiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.60461, 27.1728]}, "properties": {"city_id": 122, "region_id": 5, "name_ar": "عتيق", "name_en": "Utayyiq"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.52135, 27.10896]}, "properties": {"city_id": 123, "region_id": 5, "name_ar": "الحسي", "name_en": "Al Husayy"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.71989, 26.87542]}, "properties": {"city_id": 124, "region_id": 5, "name_ar": "ثاج", "name_en": "Thaj"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.7504, 26.93391]}, "properties": {"city_id": 125, "region_id": 5, "name_ar": "الحناة", "name_en": "Al Hinnah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.33718, 27.38166]}, "properties": {"city_id": 126, "region_id": 5, "name_ar": "الكهفة", "name_en": "Al Kahafah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.58532, 26.93736]}, "properties": {"city_id": 127, "region_id": 5, "name_ar": "الصحاف", "name_en": "As Sahaf"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.34169, 26.81174]}, "properties": {"city_id": 128, "region_id": 5, "name_ar": "العيينة", "name_en": "Al Uyainah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.28212, 26.76132]}, "properties": {"city_id": 129, "region_id": 5, "name_ar": "القليب", "name_en": "Al Qulayyib"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.42433, 26.91901]}, "properties": {"city_id": 130, "region_id": 5, "name_ar": "الونان", "name_en": "Al Wannan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.4673, 27.01919]}, "properties": {"city_id": 131, "region_id": 5, "name_ar": "غنوى", "name_en": "Ghanwa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.4293, 26.97966]}, "properties": {"city_id": 132, "region_id": 5, "name_ar": "الزغين", "name_en": "Az Zughayn"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.42016, 27.2171]}, "properties": {"city_id": 133, "region_id": 5, "name_ar": "نطاع", "name_en": "Nita'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.82016, 26.0053]}, "properties": {"city_id": 134, "region_id": 5, "name_ar": "ام الحمام", "name_en": "Umm Al Hamam"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.85325, 26.03493]}, "properties": {"city_id": 135, "region_id": 5, "name_ar": "ام ربيعة", "name_en": "Umm Rubay'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.98759, 27.30472]}, "properties": {"city_id": 136, "region_id": 5, "name_ar": "ابو حدرية", "name_en": "Abu Hadriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.99004, 27.61518]}, "properties": {"city_id": 137, "region_id": 5, "name_ar": "منيفة", "name_en": "Munifah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.163734, 22.306935]}, "properties": {"city_id": 138, "region_id": 1, "name_ar": "الافلاج", "name_en": "Al Aflaj"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.91614, 25.589897]}, "properties": {"city_id": 139, "region_id": 4, "name_ar": "خيطان", "name_en": "Khaitan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.84915, 25.73026]}, "properties": {"city_id": 140, "region_id": 1, "name_ar": "الوسيعة", "name_en": "Al Wasi'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.93998, 25.66716]}, "properties": {"city_id": 141, "region_id": 1, "name_ar": "تمرية", "name_en": "Tamriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.85417, 25.76873]}, "properties": {"city_id": 142, "region_id": 1, "name_ar": "ابو خسيفاء", "name_en": "Abu Khusayfa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.19484, 26.54018]}, "properties": {"city_id": 143, "region_id": 1, "name_ar": "النخيل", "name_en": "An Nakhil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.26954, 26.64134]}, "properties": {"city_id": 144, "region_id": 1, "name_ar": "السحيمي", "name_en": "As Suhaymi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.25225, 26.64405]}, "properties": {"city_id": 145, "region_id": 1, "name_ar": "مصدة", "name_en": "Masadah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.24192, 26.86913]}, "properties": {"city_id": 146, "region_id": 1, "name_ar": "أم سديرة", "name_en": "Umm Sudayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.49696, 26.09031]}, "properties": {"city_id": 147, "region_id": 1, "name_ar": "التنهاة", "name_en": "At Tanhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.50803, 25.68651]}, "properties": {"city_id": 148, "region_id": 1, "name_ar": "قري التويم", "name_en": "Qura At Tuwaym"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.80474, 26.11493]}, "properties": {"city_id": 149, "region_id": 1, "name_ar": "الشحمة", "name_en": "Ash Shahmah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.7458, 25.58781]}, "properties": {"city_id": 150, "region_id": 1, "name_ar": "الودي", "name_en": "Al Wuday"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.40838, 25.82043]}, "properties": {"city_id": 151, "region_id": 1, "name_ar": "جوي", "name_en": "Juwayy"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.62962, 25.5858]}, "properties": {"city_id": 152, "region_id": 1, "name_ar": "مقبلة", "name_en": "Muqbilah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.33967, 25.92815]}, "properties": {"city_id": 153, "region_id": 1, "name_ar": "حرمة", "name_en": "Harmah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.50671, 27.753]}, "properties": {"city_id": 154, "region_id": 7, "name_ar": "المعظم", "name_en": "Al Ma'dham"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.99074, 26.77443]}, "properties": {"city_id": 155, "region_id": 1, "name_ar": "جراب", "name_en": "Jirab"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.3636, 26.44052]}, "properties": {"city_id": 156, "region_id": 1, "name_ar": "العقلة", "name_en": "Al 'Uqlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.26366, 26.58567]}, "properties": {"city_id": 157, "region_id": 1, "name_ar": "النغيق", "name_en": "An Nughayq"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.16723, 26.47433]}, "properties": {"city_id": 158, "region_id": 1, "name_ar": "حويمضة", "name_en": "Huwaimidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.33515, 26.42078]}, "properties": {"city_id": 159, "region_id": 1, "name_ar": "البتيراء", "name_en": "Al Butaira'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.1664, 26.42089]}, "properties": {"city_id": 160, "region_id": 1, "name_ar": "المشاش", "name_en": "Al Mishash"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.15983, 25.77452]}, "properties": {"city_id": 161, "region_id": 1, "name_ar": "الفروثي", "name_en": "Al Furuthi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.45567, 25.6816]}, "properties": {"city_id": 162, "region_id": 1, "name_ar": "جلاجل", "name_en": "Jalajil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.56078, 25.63158]}, "properties": {"city_id": 163, "region_id": 1, "name_ar": "الدخيلة", "name_en": "Ad Dakhilah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.5994, 25.60801]}, "properties": {"city_id": 164, "region_id": 1, "name_ar": "الحصون", "name_en": "Al Husun"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.61963, 25.59692]}, "properties": {"city_id": 165, "region_id": 1, "name_ar": "حوطة سدير", "name_en": "Hawtat Sudair"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.55758, 25.61756]}, "properties": {"city_id": 166, "region_id": 1, "name_ar": "روضة سدير", "name_en": "Rawdat Sudair"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.86927, 25.70914]}, "properties": {"city_id": 167, "region_id": 1, "name_ar": "تمير", "name_en": "Tumair"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.34978, 26.51467]}, "properties": {"city_id": 168, "region_id": 1, "name_ar": "الارطاوية", "name_en": "Al Artawiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.12781, 25.83834]}, "properties": {"city_id": 169, "region_id": 1, "name_ar": "العمار", "name_en": "Al 'Amar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.11239, 25.8751]}, "properties": {"city_id": 170, "region_id": 1, "name_ar": "الخيس", "name_en": "Al Khis"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.39209, 25.56682]}, "properties": {"city_id": 171, "region_id": 1, "name_ar": "المعشبة", "name_en": "Al Ma'ashbah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.54134, 25.66193]}, "properties": {"city_id": 172, "region_id": 1, "name_ar": "التويم", "name_en": "At Tuwaym"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.69284, 25.62114]}, "properties": {"city_id": 173, "region_id": 1, "name_ar": "الخطامة", "name_en": "Al Khutamah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.662531, 25.836903]}, "properties": {"city_id": 174, "region_id": 1, "name_ar": "رويضة بوضاء", "name_en": "Ruwaydah Buwadaa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.90356, 25.91891]}, "properties": {"city_id": 175, "region_id": 1, "name_ar": "الشعب", "name_en": "Ash Shi'b"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.77009, 25.59024]}, "properties": {"city_id": 176, "region_id": 1, "name_ar": "عشيرة سدير", "name_en": "Asharat Sudair"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.6454, 25.57098]}, "properties": {"city_id": 177, "region_id": 1, "name_ar": "الجنيفي", "name_en": "Al Junayfi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.6402, 25.56201]}, "properties": {"city_id": 178, "region_id": 1, "name_ar": "العطار", "name_en": "Al 'Attar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.32275, 26.89446]}, "properties": {"city_id": 179, "region_id": 1, "name_ar": "ام الجماجم", "name_en": "Umm Al Jamajim"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.22719, 26.83924]}, "properties": {"city_id": 180, "region_id": 1, "name_ar": "مشلح", "name_en": "Mishlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.15952, 26.15485]}, "properties": {"city_id": 181, "region_id": 1, "name_ar": "ام رجوم", "name_en": "Umm Rujum"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.15295, 25.87721]}, "properties": {"city_id": 182, "region_id": 1, "name_ar": "الرويضة", "name_en": "Ar Ruwaydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.55145, 25.65387]}, "properties": {"city_id": 183, "region_id": 1, "name_ar": "الفيصلية", "name_en": "Al Faysaliyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.69031, 25.83081]}, "properties": {"city_id": 184, "region_id": 1, "name_ar": "بوضاء", "name_en": "Bawda'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.38181, 25.79555]}, "properties": {"city_id": 185, "region_id": 1, "name_ar": "الحائر", "name_en": "Al Hair"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.26833, 25.80538]}, "properties": {"city_id": 186, "region_id": 1, "name_ar": "وشي", "name_en": "Wushayy"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.67932, 25.55358]}, "properties": {"city_id": 187, "region_id": 1, "name_ar": "عودة سدير", "name_en": "'Awdat Sudayr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.8076, 25.83235]}, "properties": {"city_id": 188, "region_id": 1, "name_ar": "مبايض", "name_en": "Mubayid"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.58253, 26.42927]}, "properties": {"city_id": 189, "region_id": 1, "name_ar": "القاعية", "name_en": "Al Qa'iyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.85086, 26.38879]}, "properties": {"city_id": 190, "region_id": 3, "name_ar": "دبدبة فضلاء", "name_en": "Dibdibbat Fudala"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.93359, 27.33841]}, "properties": {"city_id": 191, "region_id": 7, "name_ar": "الحجب", "name_en": "Al Hajab"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.98418, 27.31663]}, "properties": {"city_id": 192, "region_id": 7, "name_ar": "الضلفة", "name_en": "Adh Dhalfah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.84, 26.99849]}, "properties": {"city_id": 193, "region_id": 3, "name_ar": "أبو طاقة", "name_en": "Abu Taqah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.21434, 25.86977]}, "properties": {"city_id": 194, "region_id": 3, "name_ar": "العين الجديدة", "name_en": "Al 'Ayn Al Jadidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.45951, 25.60649]}, "properties": {"city_id": 195, "region_id": 3, "name_ar": "قعرة الدومة", "name_en": "Qa'arah Al Daumah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.44954, 25.63649]}, "properties": {"city_id": 196, "region_id": 3, "name_ar": "أم زرب", "name_en": "Umm Zarb"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.74286, 25.53953]}, "properties": {"city_id": 197, "region_id": 3, "name_ar": "هدية", "name_en": "Hadiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.1532, 25.67046]}, "properties": {"city_id": 198, "region_id": 3, "name_ar": "القعرة", "name_en": "Al Qa'arah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.90992, 26.63478]}, "properties": {"city_id": 199, "region_id": 3, "name_ar": "العلا", "name_en": "Al Ula"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.88937, 26.86859]}, "properties": {"city_id": 200, "region_id": 7, "name_ar": "الجهراء", "name_en": "Al Jahara"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.96833, 27.37999]}, "properties": {"city_id": 201, "region_id": 7, "name_ar": "رحيب", "name_en": "Ruhayb"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.79626, 26.78664]}, "properties": {"city_id": 202, "region_id": 3, "name_ar": "شلال", "name_en": "Shalal"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.49139, 26.13278]}, "properties": {"city_id": 203, "region_id": 3, "name_ar": "ضاعا", "name_en": "Da'a"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.44202, 26.14861]}, "properties": {"city_id": 204, "region_id": 3, "name_ar": "جيدة", "name_en": "Jaydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.85372, 26.08243]}, "properties": {"city_id": 205, "region_id": 3, "name_ar": "قلبان عشرة", "name_en": "Qulban 'Isharah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.3686, 26.80595]}, "properties": {"city_id": 206, "region_id": 7, "name_ar": "النجيل", "name_en": "An Najil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.92323, 26.60868]}, "properties": {"city_id": 207, "region_id": 3, "name_ar": "الرزيقية", "name_en": "Ar Ruzayqiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.93558, 26.5933]}, "properties": {"city_id": 208, "region_id": 3, "name_ar": "الحميدية", "name_en": "Al Hamidiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.92593, 26.57359]}, "properties": {"city_id": 209, "region_id": 3, "name_ar": "صدر", "name_en": "Sadr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.07779, 26.46542]}, "properties": {"city_id": 210, "region_id": 3, "name_ar": "مغيراء", "name_en": "Mughayra'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.92683, 26.33721]}, "properties": {"city_id": 211, "region_id": 3, "name_ar": "قصيب ابو سيال", "name_en": "Qusayb Abu Siyal"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.18591, 27.1046]}, "properties": {"city_id": 212, "region_id": 7, "name_ar": "ابو اراكة", "name_en": "Abu Arakah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.94236, 26.81131]}, "properties": {"city_id": 213, "region_id": 3, "name_ar": "مدائن الصالح", "name_en": "Madain As Salih"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.64758, 26.7011]}, "properties": {"city_id": 214, "region_id": 3, "name_ar": "عورش", "name_en": "Awarsh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.29336, 27.02224]}, "properties": {"city_id": 215, "region_id": 7, "name_ar": "النشيفة", "name_en": "An Nushayfah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.32118, 25.63371]}, "properties": {"city_id": 216, "region_id": 3, "name_ar": "الزباير", "name_en": "Az Zubayir"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.32758, 25.67306]}, "properties": {"city_id": 217, "region_id": 3, "name_ar": "الضليعة", "name_en": "Ad Dulay'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.37003, 25.72064]}, "properties": {"city_id": 218, "region_id": 3, "name_ar": "متان العريقة", "name_en": "Mitan Al 'Urayqah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.62528, 25.58887]}, "properties": {"city_id": 219, "region_id": 3, "name_ar": "الابرق", "name_en": "Al Abraq"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.10607, 25.61915]}, "properties": {"city_id": 220, "region_id": 3, "name_ar": "اميرة", "name_en": "Amirah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.1778, 25.83178]}, "properties": {"city_id": 221, "region_id": 3, "name_ar": "الجديدة", "name_en": "Al Jadidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.06935, 26.07622]}, "properties": {"city_id": 222, "region_id": 3, "name_ar": "كتيفة مصادر", "name_en": "Kutayfat Masadir"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.41916, 26.38186]}, "properties": {"city_id": 223, "region_id": 7, "name_ar": "الراس", "name_en": "Ar Ras"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.5717, 26.24006]}, "properties": {"city_id": 224, "region_id": 7, "name_ar": "البيت", "name_en": "Al Bayt"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.87281, 27.06544]}, "properties": {"city_id": 225, "region_id": 7, "name_ar": "بئر بحار", "name_en": "Bir Bahar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.02686, 26.49028]}, "properties": {"city_id": 226, "region_id": 7, "name_ar": "سبحان", "name_en": "Sabhan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.12262, 26.30358]}, "properties": {"city_id": 227, "region_id": 5, "name_ar": "الظهران", "name_en": "Dhahran"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.79775, 26.26951]}, "properties": {"city_id": 228, "region_id": 7, "name_ar": "أم الريح", "name_en": "Umm Ar Rih"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.36254, 26.47271]}, "properties": {"city_id": 229, "region_id": 7, "name_ar": "حرم", "name_en": "Haram"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.38038, 26.60583]}, "properties": {"city_id": 230, "region_id": 7, "name_ar": "عكوز", "name_en": "'Akuz"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.24328, 26.30278]}, "properties": {"city_id": 231, "region_id": 7, "name_ar": "السديد", "name_en": "As Sudayd"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.835, 26.56325]}, "properties": {"city_id": 232, "region_id": 7, "name_ar": "الحفيرة", "name_en": "Al Hufayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.473, 26.24022]}, "properties": {"city_id": 233, "region_id": 7, "name_ar": "الوجه", "name_en": "Al Wajh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.9752, 26.39175]}, "properties": {"city_id": 234, "region_id": 7, "name_ar": "النابع", "name_en": "An Nabi'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.28453, 26.6285]}, "properties": {"city_id": 235, "region_id": 7, "name_ar": "عنتر", "name_en": "'Antar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.21525, 25.95002]}, "properties": {"city_id": 236, "region_id": 7, "name_ar": "المنجور", "name_en": "Al Manjur"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.68633, 26.77393]}, "properties": {"city_id": 237, "region_id": 7, "name_ar": "ابا القزاز", "name_en": "Aba Al Qizaz"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.91114, 26.84101]}, "properties": {"city_id": 238, "region_id": 7, "name_ar": "بداء", "name_en": "Bada'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.30372, 26.15133]}, "properties": {"city_id": 239, "region_id": 7, "name_ar": "خرباء", "name_en": "Khurba'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.88648, 26.61113]}, "properties": {"city_id": 240, "region_id": 7, "name_ar": "الكر", "name_en": "Al Kurr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.48056, 26.04407]}, "properties": {"city_id": 241, "region_id": 5, "name_ar": "برق الأسيدية", "name_en": "Burq Al Usaydiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.1943, 26.98663]}, "properties": {"city_id": 242, "region_id": 5, "name_ar": "الفاضلي", "name_en": "Al Fadili"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.68412, 25.94466]}, "properties": {"city_id": 243, "region_id": 5, "name_ar": "بقيق", "name_en": "Buqayq"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.12008, 25.93669]}, "properties": {"city_id": 244, "region_id": 5, "name_ar": "قرية", "name_en": "Qurayyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.10565, 25.89678]}, "properties": {"city_id": 245, "region_id": 5, "name_ar": "ظلوم", "name_en": "Dhulum"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.429117, 25.942767]}, "properties": {"city_id": 246, "region_id": 5, "name_ar": "عين دار الجديده", "name_en": "New 'Ayn  Dar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.39362, 25.99295]}, "properties": {"city_id": 247, "region_id": 5, "name_ar": "عين دار القديمة", "name_en": "Old 'Ayn  Dar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.82299, 26.49086]}, "properties": {"city_id": 248, "region_id": 5, "name_ar": "علاة", "name_en": "Allat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.497543, 25.94469]}, "properties": {"city_id": 249, "region_id": 5, "name_ar": "فودة", "name_en": "Fudah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.49498, 25.96327]}, "properties": {"city_id": 250, "region_id": 5, "name_ar": "الكدادية", "name_en": "Al Kadadiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.47803, 25.98982]}, "properties": {"city_id": 251, "region_id": 5, "name_ar": "يكرب", "name_en": "Yakrub"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.46462, 26.02133]}, "properties": {"city_id": 252, "region_id": 5, "name_ar": "الجابرية", "name_en": "Al Jabiriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.44914, 26.07993]}, "properties": {"city_id": 253, "region_id": 5, "name_ar": "صلاصل", "name_en": "Salasil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.42413, 26.06304]}, "properties": {"city_id": 254, "region_id": 5, "name_ar": "شهيلاء", "name_en": "Shuhayla'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.43909, 26.11535]}, "properties": {"city_id": 255, "region_id": 5, "name_ar": "عصيفرات", "name_en": "Usayfirat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.206904, 18.566761]}, "properties": {"city_id": 256, "region_id": 6, "name_ar": "طريب", "name_en": "Tarib"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.5961, 25.862367]}, "properties": {"city_id": 257, "region_id": 5, "name_ar": "الدغيمية", "name_en": "Ad Dughaymiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.8177, 26.27595]}, "properties": {"city_id": 258, "region_id": 1, "name_ar": "الروضة", "name_en": "Ar Rawdah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.6734, 26.535833]}, "properties": {"city_id": 259, "region_id": 1, "name_ar": "المنسف", "name_en": "Al Mansaf"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.65897, 26.52646]}, "properties": {"city_id": 260, "region_id": 1, "name_ar": "منسية الغربية", "name_en": "Mansiyah Al Gharbiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.61678, 26.56789]}, "properties": {"city_id": 261, "region_id": 1, "name_ar": "عشيرة", "name_en": "'Ushayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.6255, 26.58421]}, "properties": {"city_id": 262, "region_id": 1, "name_ar": "الفيصلية", "name_en": "Al Faysaliyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.636633, 26.600533]}, "properties": {"city_id": 263, "region_id": 1, "name_ar": "الثوير", "name_en": "Ath Thuwayr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.76191, 26.301]}, "properties": {"city_id": 264, "region_id": 1, "name_ar": "زليغف", "name_en": "Zulayghif"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.71493, 26.30651]}, "properties": {"city_id": 265, "region_id": 1, "name_ar": "مزارع الاثلة", "name_en": "Mazari' Al Athlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.71175, 26.34746]}, "properties": {"city_id": 266, "region_id": 1, "name_ar": "مزارع الرحية", "name_en": "Mazari' Ar Ruhayyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.68017, 26.37951]}, "properties": {"city_id": 267, "region_id": 1, "name_ar": "قصيباء", "name_en": "Qusayba"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.70069, 26.43679]}, "properties": {"city_id": 268, "region_id": 1, "name_ar": "مزرعة بيضاء نثيل", "name_en": "Mazra'at Bayda Nuthayl"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.57903, 26.21608]}, "properties": {"city_id": 269, "region_id": 1, "name_ar": "امارة المستوي", "name_en": "Imarat Al Mistawi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.80577, 26.29711]}, "properties": {"city_id": 270, "region_id": 1, "name_ar": "الزلفي", "name_en": "Az Zulfi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.86099, 26.28441]}, "properties": {"city_id": 271, "region_id": 1, "name_ar": "سمنان", "name_en": "Samnan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.78378, 26.33917]}, "properties": {"city_id": 272, "region_id": 1, "name_ar": "علقة", "name_en": "'Iliqah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.32946, 25.88811]}, "properties": {"city_id": 273, "region_id": 3, "name_ar": "العين", "name_en": "Al 'Ayn"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.30057, 25.86355]}, "properties": {"city_id": 274, "region_id": 3, "name_ar": "المضاويح", "name_en": "Al Mudhawih"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.26416, 25.81617]}, "properties": {"city_id": 275, "region_id": 3, "name_ar": "ابا البقر", "name_en": "Aba Al Baqar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.27777, 25.7754]}, "properties": {"city_id": 276, "region_id": 3, "name_ar": "الحرضة", "name_en": "Al Hardhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.26407, 25.62951]}, "properties": {"city_id": 277, "region_id": 3, "name_ar": "الضرس", "name_en": "Adh Dhars"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.19374, 25.61798]}, "properties": {"city_id": 278, "region_id": 3, "name_ar": "الخريبة", "name_en": "Al Khuraybah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.465467, 26.0437]}, "properties": {"city_id": 279, "region_id": 3, "name_ar": "العرائد", "name_en": "Al 'Araid"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.38988, 25.97486]}, "properties": {"city_id": 280, "region_id": 3, "name_ar": "غمرة", "name_en": "Ghamrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.36921, 25.93371]}, "properties": {"city_id": 281, "region_id": 3, "name_ar": "العقيلة", "name_en": "Al 'Uqaylah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.34526, 25.54865]}, "properties": {"city_id": 282, "region_id": 3, "name_ar": "العدلة", "name_en": "Al 'Adlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.34806, 25.58065]}, "properties": {"city_id": 283, "region_id": 3, "name_ar": "الديسة", "name_en": "Ad Disah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.22099, 25.5567]}, "properties": {"city_id": 284, "region_id": 3, "name_ar": "السليمي", "name_en": "As Sulaymi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.56484, 26.19354]}, "properties": {"city_id": 285, "region_id": 3, "name_ar": "الجرف", "name_en": "Al Jarf"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.66581, 26.31609]}, "properties": {"city_id": 286, "region_id": 3, "name_ar": "الهذلولي", "name_en": "Al Hadhluli"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.67672, 26.2864]}, "properties": {"city_id": 287, "region_id": 3, "name_ar": "جدعاء", "name_en": "Jad'a"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.27876, 25.71837]}, "properties": {"city_id": 288, "region_id": 3, "name_ar": "خيبر", "name_en": "Khaybar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.31053, 25.15117]}, "properties": {"city_id": 289, "region_id": 3, "name_ar": "اللحن", "name_en": "Al Lihin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.38638, 26.06599]}, "properties": {"city_id": 290, "region_id": 3, "name_ar": "العشاش", "name_en": "Al 'Ishash"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.32937, 25.26971]}, "properties": {"city_id": 291, "region_id": 3, "name_ar": "الصلصلة", "name_en": "As Silsilah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.33388, 25.5422]}, "properties": {"city_id": 292, "region_id": 3, "name_ar": "الثمد", "name_en": "Al Thamad"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.96682, 25.84859]}, "properties": {"city_id": 293, "region_id": 3, "name_ar": "العينية", "name_en": "Al Uyaynah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.161, 25.57688]}, "properties": {"city_id": 294, "region_id": 1, "name_ar": "رماح", "name_en": "Rumah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.49868, 25.95733]}, "properties": {"city_id": 295, "region_id": 1, "name_ar": "حفر العتك", "name_en": "Hafar Al Atk"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.21447, 25.58689]}, "properties": {"city_id": 296, "region_id": 1, "name_ar": "المزيرع", "name_en": "Al Muzayri'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.24552, 26.37557]}, "properties": {"city_id": 297, "region_id": 1, "name_ar": "شوية", "name_en": "Shawyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.54475, 25.69724]}, "properties": {"city_id": 298, "region_id": 1, "name_ar": "الحفنة", "name_en": "Al Hifnah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.20988, 25.41033]}, "properties": {"city_id": 299, "region_id": 1, "name_ar": "الغيلانة", "name_en": "Al Ghaylanah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.98038, 25.57818]}, "properties": {"city_id": 300, "region_id": 1, "name_ar": "الرمحية", "name_en": "Ar Rumhiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.19541, 26.38025]}, "properties": {"city_id": 301, "region_id": 5, "name_ar": "الراكة", "name_en": "Ar Rakah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.98246, 27.77887]}, "properties": {"city_id": 302, "region_id": 7, "name_ar": "الخريطة", "name_en": "Al Khuraytah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.21559, 26.25941]}, "properties": {"city_id": 303, "region_id": 5, "name_ar": "الثقبة", "name_en": "Ath Thuqbah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.19632, 26.18424]}, "properties": {"city_id": 304, "region_id": 5, "name_ar": "العزيزية", "name_en": "Al 'Aziziyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.02107, 26.44888]}, "properties": {"city_id": 305, "region_id": 7, "name_ar": "شدوا", "name_en": "Shadwa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.95036, 26.04075]}, "properties": {"city_id": 306, "region_id": 1, "name_ar": "الغاط", "name_en": "Al Ghat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.92109, 26.14492]}, "properties": {"city_id": 307, "region_id": 1, "name_ar": "مليح", "name_en": "Mulayh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.23098, 24.77487]}, "properties": {"city_id": 308, "region_id": 7, "name_ar": "الشبعان", "name_en": "Ash Shaban"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.25751, 25.08105]}, "properties": {"city_id": 309, "region_id": 7, "name_ar": "الدقم", "name_en": "Ad Duqum"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.26444, 25.13338]}, "properties": {"city_id": 310, "region_id": 7, "name_ar": "القرص", "name_en": "Al Qars"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.85609, 24.85148]}, "properties": {"city_id": 311, "region_id": 7, "name_ar": "حراض", "name_en": "Hirad"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.72669, 24.81017]}, "properties": {"city_id": 312, "region_id": 7, "name_ar": "الشبحة", "name_en": "Ash Shibahah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.75117, 24.85629]}, "properties": {"city_id": 313, "region_id": 7, "name_ar": "روضة الاغيدرات", "name_en": "Rawdat Al Aghaydirat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.80395, 25.02322]}, "properties": {"city_id": 314, "region_id": 7, "name_ar": "الخضراء الجديدة", "name_en": "Al Khadra Al Jadidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.74632, 24.92362]}, "properties": {"city_id": 315, "region_id": 7, "name_ar": "سمور", "name_en": "Samur"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.63716, 25.01201]}, "properties": {"city_id": 316, "region_id": 7, "name_ar": "الرويضات", "name_en": "Al Ruwaydat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.59522, 25.02559]}, "properties": {"city_id": 317, "region_id": 7, "name_ar": "المهدرة", "name_en": "Al Mahadrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.47718, 25.3191]}, "properties": {"city_id": 318, "region_id": 7, "name_ar": "بقيلة", "name_en": "Buqaylah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.18094, 25.38534]}, "properties": {"city_id": 319, "region_id": 7, "name_ar": "النعيلة", "name_en": "An Nu'aylah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.53013, 24.75018]}, "properties": {"city_id": 320, "region_id": 7, "name_ar": "الزغلية", "name_en": "Az Zaghliyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.3252, 25.52248]}, "properties": {"city_id": 321, "region_id": 7, "name_ar": "توله", "name_en": "Tuwalah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.60537, 25.6504]}, "properties": {"city_id": 322, "region_id": 7, "name_ar": "العين", "name_en": "Al 'Ayn"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.25938, 25.03865]}, "properties": {"city_id": 323, "region_id": 7, "name_ar": "املج", "name_en": "Umluj"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.70417, 24.88488]}, "properties": {"city_id": 324, "region_id": 7, "name_ar": "فم شثاث", "name_en": "Famm Shithath"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.24011, 25.24785]}, "properties": {"city_id": 325, "region_id": 7, "name_ar": "الحرة", "name_en": "Al Harrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.53017, 25.66824]}, "properties": {"city_id": 326, "region_id": 7, "name_ar": "العمبجة", "name_en": "Al 'Ambijah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.60969, 24.71674]}, "properties": {"city_id": 327, "region_id": 7, "name_ar": "الشدخ", "name_en": "Ash Shidakh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.86718, 25.63689]}, "properties": {"city_id": 328, "region_id": 3, "name_ar": "المرامية", "name_en": "Al Maramiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.72797, 25.20084]}, "properties": {"city_id": 329, "region_id": 1, "name_ar": "مزارع البدائع", "name_en": "Mazari' Al Badai'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.18762, 25.49531]}, "properties": {"city_id": 330, "region_id": 1, "name_ar": "الخاتلة", "name_en": "Al Khatilah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.03316, 25.30651]}, "properties": {"city_id": 331, "region_id": 1, "name_ar": "البلاد الوسطى", "name_en": "Al Bilad Al Wusta"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.02449, 25.27913]}, "properties": {"city_id": 332, "region_id": 1, "name_ar": "العليا", "name_en": "Al 'Ulayya"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.01769, 25.33517]}, "properties": {"city_id": 333, "region_id": 1, "name_ar": "الحسيان", "name_en": "Al Hisyan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.87521, 23.81479]}, "properties": {"city_id": 334, "region_id": 1, "name_ar": "الضلعي", "name_en": "Ad Dul 'Ayi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.86519, 23.79727]}, "properties": {"city_id": 335, "region_id": 1, "name_ar": "تنيبيكة", "name_en": "Tunaibikah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.84528, 23.75589]}, "properties": {"city_id": 336, "region_id": 1, "name_ar": "عبلة", "name_en": "'Ablah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.81014, 23.8036]}, "properties": {"city_id": 337, "region_id": 1, "name_ar": "عبلية", "name_en": "'Abliyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.75287, 23.83754]}, "properties": {"city_id": 338, "region_id": 1, "name_ar": "هجرة السلات", "name_en": "Hijrat As Silat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.8459, 23.87287]}, "properties": {"city_id": 339, "region_id": 1, "name_ar": "ام طلحة", "name_en": "Umm Talhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.80535, 23.99707]}, "properties": {"city_id": 340, "region_id": 1, "name_ar": "معرج قليشة", "name_en": "Mua'rij Qulaishah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.82347, 23.94201]}, "properties": {"city_id": 341, "region_id": 1, "name_ar": "داغان", "name_en": "Daghan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.02694, 23.84582]}, "properties": {"city_id": 342, "region_id": 1, "name_ar": "الجرفية", "name_en": "Al Jurfiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.741267, 23.94645]}, "properties": {"city_id": 343, "region_id": 1, "name_ar": "حشاشة", "name_en": "Hashashah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.130223, 23.672697]}, "properties": {"city_id": 344, "region_id": 1, "name_ar": "المردمة", "name_en": "Al Mardamah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.15808, 23.65304]}, "properties": {"city_id": 345, "region_id": 1, "name_ar": "لهدة الصياهد", "name_en": "Lahdat As Sayahid"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.89894, 23.74122]}, "properties": {"city_id": 346, "region_id": 1, "name_ar": "البرزاء", "name_en": "Al Barza"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.84397, 23.91599]}, "properties": {"city_id": 347, "region_id": 1, "name_ar": "الفيضة", "name_en": "Al Faydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.7677, 23.92886]}, "properties": {"city_id": 348, "region_id": 1, "name_ar": "الخالدية", "name_en": "Al Khalidiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.87817, 24.285]}, "properties": {"city_id": 349, "region_id": 1, "name_ar": "الحمادة", "name_en": "Al Hamadah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.348988, 23.634279]}, "properties": {"city_id": 350, "region_id": 1, "name_ar": "الداهمية", "name_en": "Al Dahimaiyyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.89176, 23.0169]}, "properties": {"city_id": 351, "region_id": 3, "name_ar": "الحمنة", "name_en": "Al Hamnah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.82299, 22.86716]}, "properties": {"city_id": 352, "region_id": 3, "name_ar": "أم الغيران", "name_en": "Umm Al Ghiran"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.13844, 24.04918]}, "properties": {"city_id": 353, "region_id": 3, "name_ar": "المندسة", "name_en": "Al Mundassah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.29779, 23.46028]}, "properties": {"city_id": 354, "region_id": 3, "name_ar": "السليمية", "name_en": "As Sulaymiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.42916, 22.83432]}, "properties": {"city_id": 355, "region_id": 3, "name_ar": "البراقية", "name_en": "Al Barraqiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.43302, 22.6966]}, "properties": {"city_id": 356, "region_id": 3, "name_ar": "السراقي", "name_en": "As Siraqi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.99791, 24.39297]}, "properties": {"city_id": 357, "region_id": 3, "name_ar": "آبار دحمولة", "name_en": "Abar Dahmulah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.2596, 23.40474]}, "properties": {"city_id": 358, "region_id": 3, "name_ar": "القويعية", "name_en": "Al Quway'iyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.33234, 24.00722]}, "properties": {"city_id": 359, "region_id": 3, "name_ar": "بدائع الهراسين", "name_en": "Badai' Al Harasin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.89207, 23.50623]}, "properties": {"city_id": 360, "region_id": 3, "name_ar": "مهد الذهب", "name_en": "Mahd Adh Dhahab"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.55798, 23.13412]}, "properties": {"city_id": 361, "region_id": 3, "name_ar": "صفينة", "name_en": "Sufaynah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.979748, 23.149488]}, "properties": {"city_id": 362, "region_id": 3, "name_ar": "الرقابية", "name_en": "Ar Riqabiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.48461, 22.88264]}, "properties": {"city_id": 363, "region_id": 3, "name_ar": "الصلحانية", "name_en": "As Sulhaniyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.29322, 22.66832]}, "properties": {"city_id": 364, "region_id": 3, "name_ar": "الغاشية", "name_en": "Al Ghashiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.39023, 22.62348]}, "properties": {"city_id": 365, "region_id": 3, "name_ar": "الاصيحر", "name_en": "Al Asayhir"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.30103, 23.32573]}, "properties": {"city_id": 366, "region_id": 3, "name_ar": "السويرقية", "name_en": "As Suwayriqiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.7347, 24.23354]}, "properties": {"city_id": 367, "region_id": 3, "name_ar": "ثرب", "name_en": "Tharb"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.58823, 22.59219]}, "properties": {"city_id": 368, "region_id": 3, "name_ar": "حاذة", "name_en": "Hadhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.97329, 23.94755]}, "properties": {"city_id": 369, "region_id": 3, "name_ar": "العمق", "name_en": "Al Umaq"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.31326, 23.50506]}, "properties": {"city_id": 370, "region_id": 3, "name_ar": "الصعبية", "name_en": "As Sa'biyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.01247, 22.79192]}, "properties": {"city_id": 371, "region_id": 2, "name_ar": "القعرة", "name_en": "Al Qa'arah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.14413, 22.7126]}, "properties": {"city_id": 372, "region_id": 2, "name_ar": "الجحفة", "name_en": "Al Juhfah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.71523, 23.08228]}, "properties": {"city_id": 373, "region_id": 3, "name_ar": "راين", "name_en": "Rayin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.73384, 23.03766]}, "properties": {"city_id": 374, "region_id": 2, "name_ar": "الزويراء", "name_en": "Az Zuwayra"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.24723, 22.87378]}, "properties": {"city_id": 375, "region_id": 2, "name_ar": "النويبع", "name_en": "Al Nuwaybi'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.47823, 22.83297]}, "properties": {"city_id": 376, "region_id": 2, "name_ar": "العقلة", "name_en": "Al 'Uqlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.03446, 22.79374]}, "properties": {"city_id": 377, "region_id": 2, "name_ar": "رابغ", "name_en": "Rabigh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.84475, 23.11464]}, "properties": {"city_id": 378, "region_id": 2, "name_ar": "مستورة", "name_en": "Masturah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.09712, 23.1076]}, "properties": {"city_id": 379, "region_id": 2, "name_ar": "الابواء", "name_en": "Al Abwa'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.38146, 22.57859]}, "properties": {"city_id": 380, "region_id": 2, "name_ar": "شلوة", "name_en": "Shuluwah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.33088, 22.54294]}, "properties": {"city_id": 381, "region_id": 2, "name_ar": "كلية", "name_en": "Kilayyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.72589, 23.01741]}, "properties": {"city_id": 382, "region_id": 2, "name_ar": "حجر", "name_en": "Hajur"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.18832, 22.44819]}, "properties": {"city_id": 383, "region_id": 2, "name_ar": "صعبر", "name_en": "Sa'bar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.06683, 23.10661]}, "properties": {"city_id": 384, "region_id": 2, "name_ar": "التنضبية", "name_en": "At Tandabiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.13295, 23.15475]}, "properties": {"city_id": 385, "region_id": 2, "name_ar": "قويزة", "name_en": "Quwayzah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.53583, 22.17345]}, "properties": {"city_id": 386, "region_id": 2, "name_ar": "النزة", "name_en": "An Nazzah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.54702, 22.16819]}, "properties": {"city_id": 387, "region_id": 2, "name_ar": "الشعبة", "name_en": "Ash Shu'abah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.402626, 22.14993]}, "properties": {"city_id": 388, "region_id": 2, "name_ar": "الصدر", "name_en": "As Sadr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.341435, 22.142244]}, "properties": {"city_id": 389, "region_id": 2, "name_ar": "المغاربة", "name_en": "Al Magharibah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.34429, 22.11104]}, "properties": {"city_id": 390, "region_id": 2, "name_ar": "الكويسية", "name_en": "Al Kuwaysiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.4854, 22.10969]}, "properties": {"city_id": 391, "region_id": 2, "name_ar": "ابو حليفاء", "name_en": "Abu Hulayfa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.54049, 22.18377]}, "properties": {"city_id": 392, "region_id": 2, "name_ar": "محجوبة", "name_en": "Mahjubah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.84929, 24.27575]}, "properties": {"city_id": 393, "region_id": 1, "name_ar": "بئر الفيضة", "name_en": "Bir Al Faydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.90057, 24.23347]}, "properties": {"city_id": 394, "region_id": 1, "name_ar": "الهميج", "name_en": "Al Humayj"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.8241, 24.21573]}, "properties": {"city_id": 395, "region_id": 1, "name_ar": "الذيبية", "name_en": "Adh Dhibiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.86926, 24.20792]}, "properties": {"city_id": 396, "region_id": 1, "name_ar": "خضراء", "name_en": "Khadra"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.91875, 24.14301]}, "properties": {"city_id": 397, "region_id": 1, "name_ar": "البدايع", "name_en": "Al Badayi'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.92133, 24.11362]}, "properties": {"city_id": 398, "region_id": 1, "name_ar": "بطاحة", "name_en": "Battahah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.70771, 24.2285]}, "properties": {"city_id": 399, "region_id": 1, "name_ar": "الصقرة", "name_en": "As Saqrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.27139, 24.11778]}, "properties": {"city_id": 400, "region_id": 1, "name_ar": "وبرة", "name_en": "Wabrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.2927, 24.1249]}, "properties": {"city_id": 401, "region_id": 1, "name_ar": "أبو عشرة", "name_en": "Abu 'Isharah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.23946, 24.19363]}, "properties": {"city_id": 402, "region_id": 1, "name_ar": "المعلق", "name_en": "Al Mu'allaq"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.30978, 24.19432]}, "properties": {"city_id": 403, "region_id": 1, "name_ar": "الرميثي", "name_en": "Ar Rumaythi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.15071, 23.81447]}, "properties": {"city_id": 404, "region_id": 1, "name_ar": "الهرانية", "name_en": "Al Hiraniyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.19376, 24.83172]}, "properties": {"city_id": 405, "region_id": 4, "name_ar": "الرضم", "name_en": "Ar Radum"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.68264, 23.64604]}, "properties": {"city_id": 406, "region_id": 1, "name_ar": "الثعل", "name_en": "Ath Tha'al"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.535, 23.67081]}, "properties": {"city_id": 407, "region_id": 1, "name_ar": "الانسيات", "name_en": "Al Unsiyat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.37634, 24.14995]}, "properties": {"city_id": 408, "region_id": 1, "name_ar": "فرعة الرميثي", "name_en": "Far'at Ar Rumaythi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.36091, 24.22881]}, "properties": {"city_id": 409, "region_id": 1, "name_ar": "البطين", "name_en": "Al Butayn"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.22245, 24.41034]}, "properties": {"city_id": 410, "region_id": 1, "name_ar": "مشرفة", "name_en": "Mushrifah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.24491, 24.40591]}, "properties": {"city_id": 411, "region_id": 1, "name_ar": "بديدة", "name_en": "Bidaydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.25839, 24.40279]}, "properties": {"city_id": 412, "region_id": 1, "name_ar": "المجهلية", "name_en": "Al Mijhiliyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.20872, 24.63646]}, "properties": {"city_id": 413, "region_id": 1, "name_ar": "البحرة", "name_en": "Al Baharah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.50699, 22.99875]}, "properties": {"city_id": 414, "region_id": 1, "name_ar": "بديعة", "name_en": "Buday'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.39601, 24.36913]}, "properties": {"city_id": 415, "region_id": 1, "name_ar": "الجثوم", "name_en": "Al Juthum"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.14472, 24.39532]}, "properties": {"city_id": 416, "region_id": 1, "name_ar": "الشويطن", "name_en": "Ash Shuwaytin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.19226, 24.2047]}, "properties": {"city_id": 417, "region_id": 1, "name_ar": "المحامة", "name_en": "Al Mahamah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.92143, 23.90953]}, "properties": {"city_id": 418, "region_id": 1, "name_ar": "عفيف", "name_en": "Afif"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.88687, 24.1631]}, "properties": {"city_id": 419, "region_id": 1, "name_ar": "ابرقية", "name_en": "Abraqiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.25744, 24.12179]}, "properties": {"city_id": 420, "region_id": 1, "name_ar": "الجمانية", "name_en": "Al Jammaniyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.004, 24.35474]}, "properties": {"city_id": 421, "region_id": 1, "name_ar": "الاشعرية", "name_en": "Al Ashariyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.39956, 23.60485]}, "properties": {"city_id": 422, "region_id": 1, "name_ar": "الخضارة", "name_en": "Al Khadarah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.28271, 24.4164]}, "properties": {"city_id": 423, "region_id": 1, "name_ar": "الصالحية", "name_en": "As Salhiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.27279, 24.35682]}, "properties": {"city_id": 424, "region_id": 1, "name_ar": "بدائع العضيان", "name_en": "Badai' Al Idyan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.27079, 24.65465]}, "properties": {"city_id": 425, "region_id": 1, "name_ar": "أم أرطى", "name_en": "Umm Arta"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.49449, 24.535]}, "properties": {"city_id": 426, "region_id": 1, "name_ar": "المكلاة", "name_en": "Al Maklah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.30935, 24.17216]}, "properties": {"city_id": 427, "region_id": 1, "name_ar": "عشيران", "name_en": "'Ushayran"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.35668, 23.98754]}, "properties": {"city_id": 428, "region_id": 1, "name_ar": "بعيثران", "name_en": "Bu'aythiran"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.21762, 23.42405]}, "properties": {"city_id": 429, "region_id": 1, "name_ar": "أم قصور", "name_en": "Umm Qusur"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.78132, 23.6922]}, "properties": {"city_id": 430, "region_id": 1, "name_ar": "عبدة", "name_en": "'Abdah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.68842, 23.59493]}, "properties": {"city_id": 431, "region_id": 1, "name_ar": "خريصة", "name_en": "Khuraysah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.75651, 23.68864]}, "properties": {"city_id": 432, "region_id": 1, "name_ar": "عجابة", "name_en": "'Ajabah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.78854, 23.83924]}, "properties": {"city_id": 433, "region_id": 1, "name_ar": "المديفع", "name_en": "Al Mudayfi'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.14273, 24.16979]}, "properties": {"city_id": 434, "region_id": 1, "name_ar": "القدراوية", "name_en": "Al Qidrawiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.615317, 27.70325]}, "properties": {"city_id": 435, "region_id": 8, "name_ar": "أوبيرة", "name_en": "Ubayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.12849, 24.24799]}, "properties": {"city_id": 436, "region_id": 1, "name_ar": "أم أثلة", "name_en": "Umm Athlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.1125, 24.22195]}, "properties": {"city_id": 437, "region_id": 1, "name_ar": "الأخضر", "name_en": "Al Akhdar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.08288, 24.21502]}, "properties": {"city_id": 438, "region_id": 1, "name_ar": "مطيعة", "name_en": "Muti'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.04513, 24.21329]}, "properties": {"city_id": 439, "region_id": 1, "name_ar": "المدارة", "name_en": "Al Madarah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.36646, 23.6562]}, "properties": {"city_id": 440, "region_id": 1, "name_ar": "عسيلة", "name_en": "'Usaylah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.393654, 23.655483]}, "properties": {"city_id": 441, "region_id": 1, "name_ar": "الحلوة", "name_en": "Al Hilwah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.77505, 24.95631]}, "properties": {"city_id": 442, "region_id": 1, "name_ar": "الدبيجة", "name_en": "Ad Dubayjah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.86179, 25.29715]}, "properties": {"city_id": 443, "region_id": 1, "name_ar": "ثادق", "name_en": "Thadiq"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.79873, 25.16323]}, "properties": {"city_id": 444, "region_id": 1, "name_ar": "الروبضة / رغبة", "name_en": "Ar Rawbidah / Raghabah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.85772, 25.19907]}, "properties": {"city_id": 445, "region_id": 1, "name_ar": "رويضة السهول", "name_en": "Ruwaydat As Suhul"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.78253, 25.29154]}, "properties": {"city_id": 446, "region_id": 1, "name_ar": "مشاش السهول", "name_en": "Mishash As Suhul"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.09934, 25.42026]}, "properties": {"city_id": 447, "region_id": 1, "name_ar": "الحسي", "name_en": "Al Husayy"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.03209, 25.323]}, "properties": {"city_id": 448, "region_id": 1, "name_ar": "الصفرات", "name_en": "As Sufarat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.9561, 25.28891]}, "properties": {"city_id": 449, "region_id": 1, "name_ar": "البير", "name_en": "Al Bir"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.38441, 25.67955]}, "properties": {"city_id": 450, "region_id": 1, "name_ar": "رويغب", "name_en": "Ruwayghib"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.0451, 24.48462]}, "properties": {"city_id": 451, "region_id": 3, "name_ar": "النجف", "name_en": "An Najf"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.81997, 24.19906]}, "properties": {"city_id": 452, "region_id": 3, "name_ar": "السطيح", "name_en": "As Sutayh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.96997, 24.16506]}, "properties": {"city_id": 453, "region_id": 3, "name_ar": "الخيمة", "name_en": "Al Khaymah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.0468, 26.48341]}, "properties": {"city_id": 454, "region_id": 5, "name_ar": "سيهات", "name_en": "Sayhat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.08057, 24.22207]}, "properties": {"city_id": 455, "region_id": 3, "name_ar": "تفيدة", "name_en": "Tafidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.0727, 26.5711]}, "properties": {"city_id": 456, "region_id": 5, "name_ar": "تاروت", "name_en": "Tarut"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.07378, 24.30867]}, "properties": {"city_id": 457, "region_id": 3, "name_ar": "ندياء", "name_en": "Nadya"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.29995, 24.01493]}, "properties": {"city_id": 458, "region_id": 3, "name_ar": "مشرفة", "name_en": "Mushrifah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.89671, 24.74161]}, "properties": {"city_id": 459, "region_id": 3, "name_ar": "دوينه", "name_en": "Duwayyinah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.93169, 24.77566]}, "properties": {"city_id": 460, "region_id": 3, "name_ar": "عدن", "name_en": "'Adan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.08111, 24.67471]}, "properties": {"city_id": 461, "region_id": 3, "name_ar": "الأحمر", "name_en": "Al Ahmar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.339138, 24.798095]}, "properties": {"city_id": 462, "region_id": 3, "name_ar": "المثلث", "name_en": "Al Muthallath"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.05867, 24.97252]}, "properties": {"city_id": 463, "region_id": 3, "name_ar": "الفرع", "name_en": "Al Far'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.59863, 24.39361]}, "properties": {"city_id": 464, "region_id": 3, "name_ar": "البقاع", "name_en": "Al Biqa'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.48494, 24.31887]}, "properties": {"city_id": 465, "region_id": 3, "name_ar": "النجيل", "name_en": "An Najil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.48005, 24.39626]}, "properties": {"city_id": 466, "region_id": 3, "name_ar": "البثنة", "name_en": "Al Bathnah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.49026, 24.41599]}, "properties": {"city_id": 467, "region_id": 3, "name_ar": "خيف حسين", "name_en": "Khayf Husayn"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.49504, 24.48107]}, "properties": {"city_id": 468, "region_id": 3, "name_ar": "البقارية", "name_en": "Al Baqqariyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.40621, 24.67535]}, "properties": {"city_id": 469, "region_id": 3, "name_ar": "الفقعلي", "name_en": "Al Fuq'ali"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.32332, 24.24779]}, "properties": {"city_id": 470, "region_id": 3, "name_ar": "المشريف", "name_en": "Al Mushayrif"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.5431, 24.61244]}, "properties": {"city_id": 471, "region_id": 3, "name_ar": "أم المسن", "name_en": "Umm Al Misin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.16951, 25.3345]}, "properties": {"city_id": 472, "region_id": 3, "name_ar": "البديع", "name_en": "Al Badi'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.44747, 25.21664]}, "properties": {"city_id": 473, "region_id": 3, "name_ar": "الدارة", "name_en": "Ad Darah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.44094, 23.85645]}, "properties": {"city_id": 474, "region_id": 3, "name_ar": "القري", "name_en": "Al Quray"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.54192, 23.74597]}, "properties": {"city_id": 475, "region_id": 3, "name_ar": "السليم", "name_en": "As Sulaym"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.66868, 24.78499]}, "properties": {"city_id": 476, "region_id": 3, "name_ar": "اللثامة", "name_en": "Al Luthamah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.70996, 24.76388]}, "properties": {"city_id": 477, "region_id": 3, "name_ar": "المقنع", "name_en": "Al Muqanna'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.77613, 24.75979]}, "properties": {"city_id": 478, "region_id": 3, "name_ar": "ضفيان", "name_en": "Dufyan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.66251, 24.68994]}, "properties": {"city_id": 479, "region_id": 3, "name_ar": "عضاد", "name_en": "'Adad"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.5169, 24.63837]}, "properties": {"city_id": 480, "region_id": 3, "name_ar": "العدوة", "name_en": "Al 'Idwah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.47862, 24.4139]}, "properties": {"city_id": 481, "region_id": 3, "name_ar": "النباة", "name_en": "An Nabah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.55173, 24.27604]}, "properties": {"city_id": 482, "region_id": 3, "name_ar": "البريدي", "name_en": "Al Baridi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.06336, 24.09392]}, "properties": {"city_id": 483, "region_id": 3, "name_ar": "ينبع", "name_en": "Yanbu"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.16819, 25.16389]}, "properties": {"city_id": 484, "region_id": 3, "name_ar": "القراصة", "name_en": "Al Qarrasah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.11635, 25.05988]}, "properties": {"city_id": 485, "region_id": 3, "name_ar": "العيص", "name_en": "Al 'Is"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.41904, 24.31554]}, "properties": {"city_id": 486, "region_id": 3, "name_ar": "الجابرية", "name_en": "Al Jabiriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.44994, 24.38097]}, "properties": {"city_id": 487, "region_id": 3, "name_ar": "ينبع النخل", "name_en": "Yanbu An Nakhil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.6933, 24.95847]}, "properties": {"city_id": 488, "region_id": 3, "name_ar": "جراجر", "name_en": "Jarajir"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.44205, 25.18527]}, "properties": {"city_id": 489, "region_id": 3, "name_ar": "ترعة", "name_en": "Tir'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.35068, 25.38692]}, "properties": {"city_id": 490, "region_id": 3, "name_ar": "المربع", "name_en": "Al Murabba'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.54833, 24.66828]}, "properties": {"city_id": 491, "region_id": 3, "name_ar": "نبط", "name_en": "Nabt"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.510396, 25.548427]}, "properties": {"city_id": 492, "region_id": 3, "name_ar": "السليلة", "name_en": "As Salilah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.26695, 25.22611]}, "properties": {"city_id": 493, "region_id": 1, "name_ar": "القرائن", "name_en": "Al Qarain"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.24805, 25.326]}, "properties": {"city_id": 494, "region_id": 1, "name_ar": "الشكيرة", "name_en": "Ash Shukayyrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.12815, 24.98824]}, "properties": {"city_id": 495, "region_id": 1, "name_ar": "هجرة المغر", "name_en": "Hijrat Al Mughur"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.26972, 25.42566]}, "properties": {"city_id": 496, "region_id": 1, "name_ar": "مزارع المحتجبة", "name_en": "Mazari' Al Muhtajibah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.99689, 25.47024]}, "properties": {"city_id": 497, "region_id": 1, "name_ar": "الغرابة", "name_en": "Al Ghurabah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.351, 25.23381]}, "properties": {"city_id": 498, "region_id": 1, "name_ar": "القاعية", "name_en": "Al Qa'iyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.28712, 25.22308]}, "properties": {"city_id": 499, "region_id": 1, "name_ar": "غسلة", "name_en": "Ghuslah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.25506, 25.24146]}, "properties": {"city_id": 500, "region_id": 1, "name_ar": "شقراء", "name_en": "Shaqra'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.56202, 23.56236]}, "properties": {"city_id": 501, "region_id": 1, "name_ar": "الهفوف", "name_en": "Al Hafuf"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.62945, 23.57148]}, "properties": {"city_id": 502, "region_id": 1, "name_ar": "حلوان", "name_en": "Halwan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.77055, 23.51867]}, "properties": {"city_id": 503, "region_id": 1, "name_ar": "حصرة", "name_en": "Hasarah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.52817, 23.59809]}, "properties": {"city_id": 504, "region_id": 1, "name_ar": "الثمامية", "name_en": "Ath Thumamiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.6054, 23.56506]}, "properties": {"city_id": 505, "region_id": 1, "name_ar": "لبيدة", "name_en": "Lubaydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.89302, 23.69232]}, "properties": {"city_id": 506, "region_id": 1, "name_ar": "العضيانية", "name_en": "Al 'Idayyaniyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.90108, 23.72816]}, "properties": {"city_id": 507, "region_id": 1, "name_ar": "عجلة", "name_en": "'Ajlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.94418, 23.66908]}, "properties": {"city_id": 508, "region_id": 1, "name_ar": "سعدة", "name_en": "Sa'dah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.67656, 24.25052]}, "properties": {"city_id": 509, "region_id": 1, "name_ar": "جفن ضب", "name_en": "Jafn Dabb"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.61026, 24.27134]}, "properties": {"city_id": 510, "region_id": 1, "name_ar": "دلقان", "name_en": "Dalqan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.59558, 24.28461]}, "properties": {"city_id": 511, "region_id": 1, "name_ar": "أم السباع", "name_en": "Umm As Siba'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.75436, 24.24742]}, "properties": {"city_id": 512, "region_id": 1, "name_ar": "الجله الأعلى", "name_en": "Al Jilh Al A'la"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.7966, 24.19645]}, "properties": {"city_id": 513, "region_id": 1, "name_ar": "الخفق الجنوبي", "name_en": "Al Khafaq Al Janubi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.89299, 24.17739]}, "properties": {"city_id": 514, "region_id": 1, "name_ar": "الدحوة", "name_en": "Ad Dihwah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.81105, 24.24812]}, "properties": {"city_id": 515, "region_id": 1, "name_ar": "الخفق القديم", "name_en": "Al Khafaq Al Qadim"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.87955, 23.81079]}, "properties": {"city_id": 516, "region_id": 1, "name_ar": "الشرمية", "name_en": "Ash Sharmiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.92915, 23.77615]}, "properties": {"city_id": 517, "region_id": 1, "name_ar": "مراغان", "name_en": "Maraghan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.82286, 23.724652]}, "properties": {"city_id": 518, "region_id": 1, "name_ar": "الفيضة", "name_en": "Al Faydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.04961, 23.69878]}, "properties": {"city_id": 519, "region_id": 1, "name_ar": "الجروية", "name_en": "Al Jarwiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.02041, 24.00819]}, "properties": {"city_id": 520, "region_id": 1, "name_ar": "العوشزية", "name_en": "Al Awshaziyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.03907, 24.06501]}, "properties": {"city_id": 521, "region_id": 1, "name_ar": "أبو رجوم", "name_en": "Abu Rijum"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.02926, 24.08337]}, "properties": {"city_id": 522, "region_id": 1, "name_ar": "القلتة", "name_en": "Al Qaltah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.00767, 24.07726]}, "properties": {"city_id": 523, "region_id": 1, "name_ar": "لعلع", "name_en": "Li'li'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.00566, 24.08465]}, "properties": {"city_id": 524, "region_id": 1, "name_ar": "الغريري", "name_en": "Al Ghurayri"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.97499, 24.00925]}, "properties": {"city_id": 525, "region_id": 1, "name_ar": "الخنقة", "name_en": "Al Khunqah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.00167, 23.96012]}, "properties": {"city_id": 526, "region_id": 1, "name_ar": "النسق القديم", "name_en": "An Nasaq Al Qadim"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.81028, 23.96363]}, "properties": {"city_id": 527, "region_id": 1, "name_ar": "وثيلان", "name_en": "Wuthaylan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.06809, 23.83476]}, "properties": {"city_id": 528, "region_id": 1, "name_ar": "بيضاء نثيل", "name_en": "Bayda' Nathil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.06942, 23.80836]}, "properties": {"city_id": 529, "region_id": 1, "name_ar": "أم الدباء", "name_en": "Umm Ad Diba"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.0902, 23.77249]}, "properties": {"city_id": 530, "region_id": 1, "name_ar": "الأمار", "name_en": "Al Amar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.35954, 23.68639]}, "properties": {"city_id": 531, "region_id": 1, "name_ar": "عسيلان", "name_en": "'Usaylan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.16906, 23.74385]}, "properties": {"city_id": 532, "region_id": 1, "name_ar": "السدرية", "name_en": "As Sidriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.16855, 23.63556]}, "properties": {"city_id": 533, "region_id": 1, "name_ar": "أم الشبرم", "name_en": "Umm Ash Shubrum"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.20859, 23.67192]}, "properties": {"city_id": 534, "region_id": 1, "name_ar": "الحجاجي", "name_en": "Al Hijjaji"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.27737, 23.75279]}, "properties": {"city_id": 535, "region_id": 1, "name_ar": "الغبياء", "name_en": "Al Ghubayya"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.329878, 23.796466]}, "properties": {"city_id": 536, "region_id": 1, "name_ar": "فيضة بن سعيدان", "name_en": "Faydah Bin Saeedan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.34605, 23.91375]}, "properties": {"city_id": 537, "region_id": 1, "name_ar": "أبو حميض", "name_en": "Abu Humayd"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.27967, 23.87066]}, "properties": {"city_id": 538, "region_id": 1, "name_ar": "النبيبيع", "name_en": "An Nubaybi'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.33601, 23.85297]}, "properties": {"city_id": 539, "region_id": 1, "name_ar": "النباع", "name_en": "An Naba'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.38654, 23.87837]}, "properties": {"city_id": 540, "region_id": 1, "name_ar": "الملقى", "name_en": "Al Malqa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.43534, 23.86173]}, "properties": {"city_id": 541, "region_id": 1, "name_ar": "حجيلاء", "name_en": "Hujayla"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.78896, 23.5944]}, "properties": {"city_id": 542, "region_id": 1, "name_ar": "العبد", "name_en": "Al 'Abd"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.02009, 23.65405]}, "properties": {"city_id": 543, "region_id": 1, "name_ar": "أم الجثجاث", "name_en": "Umm Al Jithjath"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.10269, 23.60859]}, "properties": {"city_id": 544, "region_id": 1, "name_ar": "أم جفر", "name_en": "Umm Jafr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.8334, 23.62063]}, "properties": {"city_id": 545, "region_id": 1, "name_ar": "الخلفية", "name_en": "Al Khalfiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.12106, 22.83059]}, "properties": {"city_id": 546, "region_id": 2, "name_ar": "الجدعان", "name_en": "Al Jidh'an"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.44395, 22.37363]}, "properties": {"city_id": 547, "region_id": 2, "name_ar": "زنقاحة", "name_en": "Zinqahah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.04536, 20.554]}, "properties": {"city_id": 548, "region_id": 2, "name_ar": "العمشان", "name_en": "Al 'Umshan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.11436, 20.54614]}, "properties": {"city_id": 549, "region_id": 2, "name_ar": "الجذية", "name_en": "Al Judhayyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.05429, 20.62265]}, "properties": {"city_id": 550, "region_id": 2, "name_ar": "العقدة", "name_en": "Al 'Uqdah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.02259, 20.63445]}, "properties": {"city_id": 551, "region_id": 2, "name_ar": "القرا", "name_en": "Al Qara"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.0089, 20.60248]}, "properties": {"city_id": 552, "region_id": 2, "name_ar": "الفطيمة", "name_en": "Al Futaymah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.9911, 20.58489]}, "properties": {"city_id": 553, "region_id": 2, "name_ar": "المحارزة", "name_en": "Al Maharizah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.04914, 20.67234]}, "properties": {"city_id": 554, "region_id": 2, "name_ar": "الحمة", "name_en": "Al Himah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.99232, 20.65224]}, "properties": {"city_id": 555, "region_id": 2, "name_ar": "صيادة", "name_en": "Sayyadah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.99266, 23.30532]}, "properties": {"city_id": 556, "region_id": 2, "name_ar": "الدفينة", "name_en": "Al Dufaynah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.3484, 21.19675]}, "properties": {"city_id": 557, "region_id": 2, "name_ar": "الوهط", "name_en": "Al Wahat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.47848, 21.21865]}, "properties": {"city_id": 558, "region_id": 2, "name_ar": "الغنم", "name_en": "Al Ghunnam"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.48109, 21.19812]}, "properties": {"city_id": 559, "region_id": 2, "name_ar": "ابو غيل", "name_en": "Abu Ghayl"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.58408, 21.11386]}, "properties": {"city_id": 560, "region_id": 2, "name_ar": "ام البكار", "name_en": "Umm Al Bikar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.52805, 21.21575]}, "properties": {"city_id": 561, "region_id": 2, "name_ar": "الفعور", "name_en": "Al Fu'ur"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.53214, 21.19601]}, "properties": {"city_id": 562, "region_id": 2, "name_ar": "الصخيرة", "name_en": "As Sukhayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.59605, 21.20059]}, "properties": {"city_id": 563, "region_id": 2, "name_ar": "السريح", "name_en": "As Sirayh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.62872, 21.19832]}, "properties": {"city_id": 564, "region_id": 2, "name_ar": "الملعب", "name_en": "Al Mal'ab"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.62269, 21.2078]}, "properties": {"city_id": 565, "region_id": 2, "name_ar": "الغمير", "name_en": "Al Ghimayr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.54443, 21.23877]}, "properties": {"city_id": 566, "region_id": 2, "name_ar": "الوزير", "name_en": "Al Wazir"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.51288, 21.15681]}, "properties": {"city_id": 567, "region_id": 2, "name_ar": "ثمالة", "name_en": "Thumalah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.49089, 21.18137]}, "properties": {"city_id": 568, "region_id": 2, "name_ar": "النصبة", "name_en": "An Nusbah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.57248, 21.13605]}, "properties": {"city_id": 569, "region_id": 2, "name_ar": "عباسة", "name_en": "'Abbasah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.602344, 21.114832]}, "properties": {"city_id": 570, "region_id": 2, "name_ar": "الحفيرة", "name_en": "Al Hufayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.59515, 21.15871]}, "properties": {"city_id": 571, "region_id": 2, "name_ar": "غرابة", "name_en": "Ghirabah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.53692, 21.25755]}, "properties": {"city_id": 572, "region_id": 2, "name_ar": "الحلقة", "name_en": "Al Halqah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.54044, 21.28877]}, "properties": {"city_id": 573, "region_id": 2, "name_ar": "الرخيلة", "name_en": "Ar Rikhaylah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.5099, 25.29603]}, "properties": {"city_id": 574, "region_id": 1, "name_ar": "القصب", "name_en": "Al Qasab"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.44002, 25.27781]}, "properties": {"city_id": 575, "region_id": 1, "name_ar": "المشاش", "name_en": "Al Mishash"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.34336, 25.50458]}, "properties": {"city_id": 576, "region_id": 1, "name_ar": "الصوح", "name_en": "As Suh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.19179, 25.34416]}, "properties": {"city_id": 577, "region_id": 1, "name_ar": "اشيقر", "name_en": "Ushayqir"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.27133, 25.42563]}, "properties": {"city_id": 578, "region_id": 1, "name_ar": "ام طليحة", "name_en": "Umm Tulayhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.28314, 25.58149]}, "properties": {"city_id": 579, "region_id": 1, "name_ar": "الداهنة", "name_en": "Ad Dahinah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.40127, 25.45086]}, "properties": {"city_id": 580, "region_id": 1, "name_ar": "الحريق", "name_en": "Al Hariq"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.26308, 25.53931]}, "properties": {"city_id": 581, "region_id": 1, "name_ar": "الجريفة", "name_en": "Al Juraifah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.37498, 25.22639]}, "properties": {"city_id": 582, "region_id": 1, "name_ar": "الوقف", "name_en": "Al Waqf"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.3475, 24.46645]}, "properties": {"city_id": 583, "region_id": 1, "name_ar": "العلوة", "name_en": "Al 'Uluwah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.44158, 24.07631]}, "properties": {"city_id": 584, "region_id": 1, "name_ar": "فرحة", "name_en": "Farhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.61579, 23.90283]}, "properties": {"city_id": 585, "region_id": 1, "name_ar": "عروى", "name_en": "'Arawa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.58698, 23.91569]}, "properties": {"city_id": 586, "region_id": 1, "name_ar": "فردة", "name_en": "Fardah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.68307, 23.91025]}, "properties": {"city_id": 587, "region_id": 1, "name_ar": "مويسل", "name_en": "Muwaysil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.41008, 23.88579]}, "properties": {"city_id": 588, "region_id": 1, "name_ar": "الشاة", "name_en": "Ash Shat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.466852, 25.336024]}, "properties": {"city_id": 589, "region_id": 1, "name_ar": "السر", "name_en": "Al Sirr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.45219, 25.40986]}, "properties": {"city_id": 590, "region_id": 1, "name_ar": "مشرف", "name_en": "Mushrif"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.3336, 24.70952]}, "properties": {"city_id": 591, "region_id": 1, "name_ar": "بدائع سويقة", "name_en": "Badai' Suwayqah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.28776, 24.90152]}, "properties": {"city_id": 592, "region_id": 1, "name_ar": "الصلبية", "name_en": "As Sulubiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.22621, 24.883722]}, "properties": {"city_id": 593, "region_id": 1, "name_ar": "حدة (مشرفة)", "name_en": "Heddah(Mushrifah)"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.26456, 24.7893]}, "properties": {"city_id": 594, "region_id": 1, "name_ar": "مزارع الروضة", "name_en": "Mazari' Ar Rawdah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.09041, 24.87373]}, "properties": {"city_id": 595, "region_id": 4, "name_ar": "هرمولة", "name_en": "Hurmulah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.855644, 25.44629]}, "properties": {"city_id": 596, "region_id": 4, "name_ar": "فيضة ابان الاحمر", "name_en": "Faydat Aban Alahmar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.11766, 24.83576]}, "properties": {"city_id": 597, "region_id": 4, "name_ar": "الدارة", "name_en": "Ad Darah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.709409, 24.666353]}, "properties": {"city_id": 598, "region_id": 1, "name_ar": "مطربة", "name_en": "Mutribah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.59965, 25.14327]}, "properties": {"city_id": 599, "region_id": 1, "name_ar": "رغلة", "name_en": "Raghlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.64176, 25.15605]}, "properties": {"city_id": 600, "region_id": 1, "name_ar": "مشرفة", "name_en": "Mushrifah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.65551, 25.12545]}, "properties": {"city_id": 601, "region_id": 1, "name_ar": "ضبة", "name_en": "Dabbah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.70676, 24.95915]}, "properties": {"city_id": 602, "region_id": 1, "name_ar": "العطاوي", "name_en": "Al 'Atawi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.61741, 24.50288]}, "properties": {"city_id": 603, "region_id": 1, "name_ar": "الحفائر", "name_en": "Al Hafair"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.61942, 24.27546]}, "properties": {"city_id": 604, "region_id": 1, "name_ar": "مزارع طينان", "name_en": "Mazari' Tinan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.41904, 24.28691]}, "properties": {"city_id": 605, "region_id": 1, "name_ar": "منيفة", "name_en": "Munifah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.49737, 24.29057]}, "properties": {"city_id": 606, "region_id": 1, "name_ar": "قويعان", "name_en": "Quway'an"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.33309, 23.96857]}, "properties": {"city_id": 607, "region_id": 1, "name_ar": "الحنابج", "name_en": "Al Hanabij"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.45293, 25.54403]}, "properties": {"city_id": 608, "region_id": 1, "name_ar": "الشفلحية", "name_en": "Ash Shifallahiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.45285, 25.52459]}, "properties": {"city_id": 609, "region_id": 1, "name_ar": "روضة وثيلان", "name_en": "Rawdat Wuthaylan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.45834, 25.11149]}, "properties": {"city_id": 610, "region_id": 1, "name_ar": "ابو ركب", "name_en": "Abu Rukab"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.14929, 25.39415]}, "properties": {"city_id": 611, "region_id": 1, "name_ar": "الخالدية", "name_en": "Al Khalidiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.47752, 24.08408]}, "properties": {"city_id": 612, "region_id": 1, "name_ar": "الحفنة", "name_en": "Al Hifnah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.45536, 24.03569]}, "properties": {"city_id": 613, "region_id": 1, "name_ar": "أبو عرينة", "name_en": "Abu Uraynah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.44528, 24.03217]}, "properties": {"city_id": 614, "region_id": 1, "name_ar": "الفرعة", "name_en": "Al Far'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.62008, 24.14563]}, "properties": {"city_id": 615, "region_id": 1, "name_ar": "بحار الجديد", "name_en": "Bihar Al Jadid"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.445133, 23.8053]}, "properties": {"city_id": 616, "region_id": 1, "name_ar": "حميان", "name_en": "Hamayyan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.494442, 19.646213]}, "properties": {"city_id": 617, "region_id": 6, "name_ar": "الجربوعية", "name_en": "Al Jarboeyyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.54643, 23.93884]}, "properties": {"city_id": 618, "region_id": 1, "name_ar": "العقلة", "name_en": "Al 'Uqlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.616967, 24.010167]}, "properties": {"city_id": 619, "region_id": 1, "name_ar": "نميلين", "name_en": "Numaileen"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.54678, 23.90505]}, "properties": {"city_id": 620, "region_id": 1, "name_ar": "الدهاسية", "name_en": "Ad Dahasiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.69571, 23.9472]}, "properties": {"city_id": 621, "region_id": 1, "name_ar": "المصلوم", "name_en": "Al Maslum"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.03519, 23.74435]}, "properties": {"city_id": 622, "region_id": 1, "name_ar": "سعدة", "name_en": "Sa'dah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.23738, 23.71528]}, "properties": {"city_id": 623, "region_id": 1, "name_ar": "أم رضمة", "name_en": "Umm Radmah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.152409, 25.28151]}, "properties": {"city_id": 624, "region_id": 1, "name_ar": "السنارية", "name_en": "As Sinnariyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.21536, 25.21581]}, "properties": {"city_id": 625, "region_id": 1, "name_ar": "الديرية", "name_en": "Ad Dirirah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.22065, 25.18472]}, "properties": {"city_id": 626, "region_id": 1, "name_ar": "المغزل", "name_en": "Al Mighzal"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.06459, 24.5377]}, "properties": {"city_id": 627, "region_id": 1, "name_ar": "جوباح", "name_en": "Jubah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.98971, 24.68622]}, "properties": {"city_id": 628, "region_id": 1, "name_ar": "القرنة", "name_en": "Al Qarnah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.41305, 25.49829]}, "properties": {"city_id": 629, "region_id": 1, "name_ar": "وثيلان", "name_en": "Wuthaylan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.4246, 25.45196]}, "properties": {"city_id": 630, "region_id": 1, "name_ar": "عين الصوينع", "name_en": "'Ayn As Suwayni'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.4977, 25.37893]}, "properties": {"city_id": 631, "region_id": 1, "name_ar": "الأرطاوي", "name_en": "Al Artawi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.34188, 24.98673]}, "properties": {"city_id": 632, "region_id": 1, "name_ar": "الثندوة", "name_en": "Ath Thiduwah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.48136, 25.15137]}, "properties": {"city_id": 633, "region_id": 1, "name_ar": "أبو جلال", "name_en": "Abu Jilal"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.62264, 24.996]}, "properties": {"city_id": 634, "region_id": 1, "name_ar": "جنوب البرود", "name_en": "Janub Al Burud"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.54588, 25.04315]}, "properties": {"city_id": 635, "region_id": 1, "name_ar": "غرب البرود", "name_en": "Gharb Al Burud"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.49757, 24.1958]}, "properties": {"city_id": 636, "region_id": 1, "name_ar": "الريشية", "name_en": "Ar Rishiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.766251, 24.588333]}, "properties": {"city_id": 637, "region_id": 1, "name_ar": "عبلة الرفايع", "name_en": "'Ablah Al Rafayia"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.78955, 24.61143]}, "properties": {"city_id": 638, "region_id": 1, "name_ar": "مزرعة البيضة", "name_en": "Mazra'at Al Bidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.72007, 24.17839]}, "properties": {"city_id": 639, "region_id": 1, "name_ar": "السليسية", "name_en": "As Sulaysiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.66867, 24.37101]}, "properties": {"city_id": 640, "region_id": 1, "name_ar": "مزرعة سليسان", "name_en": "Mazra'at Sulaysan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.80739, 24.17309]}, "properties": {"city_id": 641, "region_id": 1, "name_ar": "العويجاء", "name_en": "Al 'Uwayja"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.84909, 24.2038]}, "properties": {"city_id": 642, "region_id": 1, "name_ar": "العدوة", "name_en": "Al 'Idwah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.88986, 24.07644]}, "properties": {"city_id": 643, "region_id": 1, "name_ar": "الجديدة", "name_en": "Al Jadidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.88929, 24.2624]}, "properties": {"city_id": 644, "region_id": 1, "name_ar": "بدائع الهمجة", "name_en": "Badai' Al Hamjah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.76375, 24.3341]}, "properties": {"city_id": 645, "region_id": 1, "name_ar": "فيضة القوازين", "name_en": "Faydat Al Quwazin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.42644, 24.99735]}, "properties": {"city_id": 646, "region_id": 1, "name_ar": "مزارع مصيقرة", "name_en": "Mazari' Musayqirat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.86478, 24.39941]}, "properties": {"city_id": 647, "region_id": 1, "name_ar": "الفيحاء", "name_en": "Al Fayha"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.51551, 24.46662]}, "properties": {"city_id": 648, "region_id": 1, "name_ar": "الدسمة", "name_en": "Ad Dasmah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.47179, 24.33489]}, "properties": {"city_id": 649, "region_id": 1, "name_ar": "صفاقة", "name_en": "Saffaqah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.5387, 24.2936]}, "properties": {"city_id": 650, "region_id": 1, "name_ar": "قبيعة", "name_en": "Qubay'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.18509, 24.26623]}, "properties": {"city_id": 651, "region_id": 1, "name_ar": "الشبرمية", "name_en": "Ash Shubrumiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.95127, 24.15958]}, "properties": {"city_id": 652, "region_id": 1, "name_ar": "كويكبة", "name_en": "Kuwaykibah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.597049, 27.694101]}, "properties": {"city_id": 653, "region_id": 8, "name_ar": "الرعيلة", "name_en": "Al Raeelah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.698158, 24.76694]}, "properties": {"city_id": 654, "region_id": 1, "name_ar": "الوسيطاء", "name_en": "Al Wusayta"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.77278, 24.97875]}, "properties": {"city_id": 655, "region_id": 1, "name_ar": "الرقيبة", "name_en": "Ar Raqibah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.71931, 24.95119]}, "properties": {"city_id": 656, "region_id": 1, "name_ar": "بدع الصعكي", "name_en": "Bid' As Si'aki"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.74915, 24.90558]}, "properties": {"city_id": 657, "region_id": 1, "name_ar": "سلطانة", "name_en": "Sultanah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.66083, 24.98123]}, "properties": {"city_id": 658, "region_id": 1, "name_ar": "عبلة", "name_en": "'Ablah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.11811, 24.49584]}, "properties": {"city_id": 659, "region_id": 1, "name_ar": "الملينية", "name_en": "Al Milayyiniyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.90376, 24.55447]}, "properties": {"city_id": 660, "region_id": 1, "name_ar": "البديعة", "name_en": "Al Badi'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.682517, 24.484067]}, "properties": {"city_id": 661, "region_id": 1, "name_ar": "روضة جهام", "name_en": "Rawdat Jaham"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.72106, 24.5534]}, "properties": {"city_id": 662, "region_id": 1, "name_ar": "مزارع الجديدة", "name_en": "Mazari' Al Jadidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.84227, 24.46311]}, "properties": {"city_id": 663, "region_id": 1, "name_ar": "منيفة المغايرة", "name_en": "Munifah Al Maghayirah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.4959, 24.64344]}, "properties": {"city_id": 664, "region_id": 1, "name_ar": "الدرعية", "name_en": "Ad Dir'iyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.49571, 24.65888]}, "properties": {"city_id": 665, "region_id": 1, "name_ar": "الرمحية", "name_en": "Ar Rumayhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.68065, 24.84665]}, "properties": {"city_id": 666, "region_id": 1, "name_ar": "حسو الحيد", "name_en": "Hasu Al Hayd"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.598466, 24.805279]}, "properties": {"city_id": 667, "region_id": 1, "name_ar": "حديجة", "name_en": "Hudayjah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.51683, 24.9626]}, "properties": {"city_id": 668, "region_id": 1, "name_ar": "الدارة", "name_en": "Ad Darah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.38114, 24.50128]}, "properties": {"city_id": 669, "region_id": 1, "name_ar": "الدوادمي", "name_en": "Ad Duwadimi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.46657, 25.37419]}, "properties": {"city_id": 670, "region_id": 1, "name_ar": "الدمثي", "name_en": "Ad Damthi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.91626, 25.24645]}, "properties": {"city_id": 671, "region_id": 1, "name_ar": "أوضاخ", "name_en": "Udakh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.306, 24.53644]}, "properties": {"city_id": 672, "region_id": 1, "name_ar": "كبشان", "name_en": "Kabshan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.23587, 24.56008]}, "properties": {"city_id": 673, "region_id": 1, "name_ar": "حديجة", "name_en": "Hudayjah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.29512, 24.88629]}, "properties": {"city_id": 674, "region_id": 1, "name_ar": "القرارة", "name_en": "Al Qararah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.1889, 24.86055]}, "properties": {"city_id": 675, "region_id": 1, "name_ar": "العوشزية", "name_en": "Al Awshaziyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.68714, 24.67565]}, "properties": {"city_id": 676, "region_id": 1, "name_ar": "الجمش", "name_en": "Al Jimsh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.68643, 24.67563]}, "properties": {"city_id": 677, "region_id": 1, "name_ar": "نجخ", "name_en": "Najkh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.25535, 24.43549]}, "properties": {"city_id": 678, "region_id": 1, "name_ar": "جريسة", "name_en": "Juraysah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.25998, 24.49699]}, "properties": {"city_id": 679, "region_id": 1, "name_ar": "ام العثاكل", "name_en": "Umm Al 'Athakil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.29585, 24.72281]}, "properties": {"city_id": 680, "region_id": 1, "name_ar": "عرجاء", "name_en": "Arja'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.58692, 25.17661]}, "properties": {"city_id": 681, "region_id": 1, "name_ar": "أم سليم", "name_en": "Umm Sulaym"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.60128, 25.18672]}, "properties": {"city_id": 682, "region_id": 1, "name_ar": "ساجر", "name_en": "Sajir"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.583, 25.15467]}, "properties": {"city_id": 683, "region_id": 1, "name_ar": "الرفيعة", "name_en": "Ar Rafi'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.81251, 25.03456]}, "properties": {"city_id": 684, "region_id": 1, "name_ar": "نفي", "name_en": "Nifi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.2764, 24.54259]}, "properties": {"city_id": 685, "region_id": 1, "name_ar": "مصدة", "name_en": "Masadah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.722237, 24.91027]}, "properties": {"city_id": 686, "region_id": 1, "name_ar": "الخفيفية", "name_en": "Al Khufayfiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.51339, 24.080782]}, "properties": {"city_id": 687, "region_id": 1, "name_ar": "عسيلة الوسطي", "name_en": "'Usaylah Al Wusta"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.70763, 25.06397]}, "properties": {"city_id": 688, "region_id": 1, "name_ar": "أرطاوي الرقاص", "name_en": "Artawi Ar Raqqas"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.40363, 25.51073]}, "properties": {"city_id": 689, "region_id": 1, "name_ar": "عشيران", "name_en": "'Ushayran"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.45207, 25.46634]}, "properties": {"city_id": 690, "region_id": 1, "name_ar": "مزرعة الخفيسة", "name_en": "Mazra'at Al Khufaysah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.49914, 25.40597]}, "properties": {"city_id": 691, "region_id": 1, "name_ar": "عين القنور", "name_en": "'Ayn Al Qannur"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.28548, 25.08095]}, "properties": {"city_id": 692, "region_id": 1, "name_ar": "التسرير", "name_en": "At Tasrir"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.88836, 25.2975]}, "properties": {"city_id": 693, "region_id": 1, "name_ar": "الاثلة", "name_en": "Al Athlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.47205, 25.18194]}, "properties": {"city_id": 694, "region_id": 1, "name_ar": "عريفيجان", "name_en": "'Urayfijan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.58442, 25.27043]}, "properties": {"city_id": 695, "region_id": 1, "name_ar": "السكران", "name_en": "As Sakran"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.57001, 25.29617]}, "properties": {"city_id": 696, "region_id": 1, "name_ar": "جفن", "name_en": "Jifin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.61359, 25.08323]}, "properties": {"city_id": 697, "region_id": 1, "name_ar": "البرود", "name_en": "Al Burud"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.46233, 24.18814]}, "properties": {"city_id": 698, "region_id": 1, "name_ar": "جفنا", "name_en": "Jifana"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.708378, 24.636548]}, "properties": {"city_id": 699, "region_id": 1, "name_ar": "الصالحية (العرضان)", "name_en": "As Salhiyah(Al Ardan)"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.76535, 24.66565]}, "properties": {"city_id": 700, "region_id": 1, "name_ar": "العاذرية", "name_en": "Al 'Adhiriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.73479, 24.30087]}, "properties": {"city_id": 701, "region_id": 1, "name_ar": "البجادية", "name_en": "Al Bijadiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.23123, 24.21416]}, "properties": {"city_id": 702, "region_id": 1, "name_ar": "الرفائع", "name_en": "Ar Rafai'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.57989, 24.53663]}, "properties": {"city_id": 703, "region_id": 1, "name_ar": "جهام", "name_en": "Jaham"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.35887, 24.46033]}, "properties": {"city_id": 705, "region_id": 1, "name_ar": "الحزيمية", "name_en": "Al Huzaymiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.710252, 24.926892]}, "properties": {"city_id": 706, "region_id": 1, "name_ar": "خف", "name_en": "Khuff"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.81767, 24.79621]}, "properties": {"city_id": 707, "region_id": 1, "name_ar": "المحمدية", "name_en": "Al Muhammadiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.71343, 24.45005]}, "properties": {"city_id": 708, "region_id": 1, "name_ar": "الحفيرة", "name_en": "Al Hufayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.67528, 24.24853]}, "properties": {"city_id": 709, "region_id": 1, "name_ar": "ماسل", "name_en": "Masal"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.52261, 24.30007]}, "properties": {"city_id": 710, "region_id": 1, "name_ar": "القاعية", "name_en": "Al Qa'iyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.55358, 24.57656]}, "properties": {"city_id": 711, "region_id": 1, "name_ar": "منيفة", "name_en": "Munifah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.54869, 24.78726]}, "properties": {"city_id": 712, "region_id": 1, "name_ar": "رضوى", "name_en": "Radwa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.52652, 24.8059]}, "properties": {"city_id": 713, "region_id": 1, "name_ar": "ارطاوي حليت", "name_en": "Artawi Hillit"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.62608, 24.57884]}, "properties": {"city_id": 714, "region_id": 1, "name_ar": "عواضة", "name_en": "'Awwadah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.74276, 24.26195]}, "properties": {"city_id": 715, "region_id": 1, "name_ar": "شرارة", "name_en": "Shararah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.86847, 24.34333]}, "properties": {"city_id": 716, "region_id": 1, "name_ar": "الحزم", "name_en": "Al Hazm"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.72883, 24.31259]}, "properties": {"city_id": 717, "region_id": 1, "name_ar": "صقرة", "name_en": "Saqrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.72079, 24.31959]}, "properties": {"city_id": 718, "region_id": 1, "name_ar": "العقيشية", "name_en": "Al Uqayshiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.78946, 24.74605]}, "properties": {"city_id": 719, "region_id": 1, "name_ar": "القرين", "name_en": "Al Qurayn"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.80029, 24.72646]}, "properties": {"city_id": 720, "region_id": 1, "name_ar": "عقلة الغويري", "name_en": "Uqlat Al Uwayri"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.76523, 24.77192]}, "properties": {"city_id": 721, "region_id": 1, "name_ar": "ام زموع", "name_en": "Umm Zumu'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.775, 24.756833]}, "properties": {"city_id": 722, "region_id": 1, "name_ar": "عين البراحة", "name_en": "'Ayn Al Barahah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.02203, 24.37618]}, "properties": {"city_id": 723, "region_id": 1, "name_ar": "مغيراء", "name_en": "Mughayra'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.9599, 24.45887]}, "properties": {"city_id": 724, "region_id": 1, "name_ar": "الضحوي", "name_en": "Ad Dahawi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.68227, 25.11066]}, "properties": {"city_id": 725, "region_id": 1, "name_ar": "عسيلة", "name_en": "'Usaylah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.5482, 24.89189]}, "properties": {"city_id": 726, "region_id": 1, "name_ar": "المغيب", "name_en": "Al Maghib"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.80102, 24.35561]}, "properties": {"city_id": 727, "region_id": 1, "name_ar": "فيضة المفص", "name_en": "Faydat Al Mafass"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.50109, 24.35801]}, "properties": {"city_id": 728, "region_id": 1, "name_ar": "عريدة", "name_en": "'Urayyidah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.18138, 24.26146]}, "properties": {"city_id": 729, "region_id": 1, "name_ar": "الشعراء", "name_en": "Ash Sha'ra'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.58698, 24.51356]}, "properties": {"city_id": 730, "region_id": 1, "name_ar": "العازمية", "name_en": "Al 'Azimiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.64115, 24.48959]}, "properties": {"city_id": 731, "region_id": 1, "name_ar": "المحوي", "name_en": "Al Mahawi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.61595, 24.4967]}, "properties": {"city_id": 732, "region_id": 1, "name_ar": "المدرع", "name_en": "Al Mudarri'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.62064, 24.55547]}, "properties": {"city_id": 733, "region_id": 1, "name_ar": "سرورة", "name_en": "Sururah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.69356, 24.77281]}, "properties": {"city_id": 734, "region_id": 1, "name_ar": "عصماء", "name_en": "Asma'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.71946, 24.76545]}, "properties": {"city_id": 735, "region_id": 1, "name_ar": "ام طليحة", "name_en": "Umm Tulayhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.789089, 24.926349]}, "properties": {"city_id": 736, "region_id": 1, "name_ar": "مشرفة نفي", "name_en": "Mushrifah Nifi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.83441, 24.94663]}, "properties": {"city_id": 737, "region_id": 1, "name_ar": "مساوي", "name_en": "Musawi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.80427, 24.94789]}, "properties": {"city_id": 738, "region_id": 1, "name_ar": "النقعة", "name_en": "An Niq'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.05453, 24.57032]}, "properties": {"city_id": 739, "region_id": 1, "name_ar": "افقرا", "name_en": "Afqirah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.94905, 24.54381]}, "properties": {"city_id": 740, "region_id": 1, "name_ar": "الرفاع", "name_en": "Ar Rufa'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.93002, 24.55026]}, "properties": {"city_id": 741, "region_id": 1, "name_ar": "الفقارة", "name_en": "Al Fuqarah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.93213, 24.58506]}, "properties": {"city_id": 742, "region_id": 1, "name_ar": "الودي", "name_en": "Al Wuday"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.89815, 24.52861]}, "properties": {"city_id": 743, "region_id": 1, "name_ar": "الرفيعة", "name_en": "Ar Rafi'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.893, 24.49587]}, "properties": {"city_id": 744, "region_id": 1, "name_ar": "الخبة", "name_en": "Al Khubbah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.94905, 24.52507]}, "properties": {"city_id": 745, "region_id": 1, "name_ar": "النبوان", "name_en": "An Nabuwan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.89917, 24.58497]}, "properties": {"city_id": 746, "region_id": 1, "name_ar": "الرديفة", "name_en": "Ar Radifah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.9708, 24.64723]}, "properties": {"city_id": 747, "region_id": 1, "name_ar": "الرشاوية", "name_en": "Ar Rishawiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.867305, 24.469825]}, "properties": {"city_id": 748, "region_id": 1, "name_ar": "مطربة", "name_en": "Mutribah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.78782, 24.51036]}, "properties": {"city_id": 749, "region_id": 1, "name_ar": "المستجدة", "name_en": "Al Mustajiddah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.59474, 24.61238]}, "properties": {"city_id": 750, "region_id": 1, "name_ar": "العامرية", "name_en": "Al Amiriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.512714, 24.636703]}, "properties": {"city_id": 751, "region_id": 1, "name_ar": "الحازمية (الرفيعة)", "name_en": "Al Hazimiyyah(Ar Rafi'ah)"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.57596, 24.65039]}, "properties": {"city_id": 752, "region_id": 1, "name_ar": "الظلماوي", "name_en": "Adh Dhalmawi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.55057, 24.67936]}, "properties": {"city_id": 753, "region_id": 1, "name_ar": "شبيرمة", "name_en": "Shubayrimah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.62186, 24.71982]}, "properties": {"city_id": 754, "region_id": 1, "name_ar": "عصام", "name_en": "Isam"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.61609, 24.71563]}, "properties": {"city_id": 755, "region_id": 1, "name_ar": "عبادة", "name_en": "Abbadah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.65313, 24.83866]}, "properties": {"city_id": 757, "region_id": 1, "name_ar": "العبل", "name_en": "Al 'Abal"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.51803, 24.85929]}, "properties": {"city_id": 758, "region_id": 1, "name_ar": "ارطاوي الحماميد", "name_en": "Artawi Al Hamamid"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.52086, 24.90216]}, "properties": {"city_id": 759, "region_id": 1, "name_ar": "بدائع ابن نجم", "name_en": "Badai' Ibn Najim"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.56824, 24.79927]}, "properties": {"city_id": 760, "region_id": 3, "name_ar": "المرية", "name_en": "Al Marriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.6956, 25.02382]}, "properties": {"city_id": 761, "region_id": 3, "name_ar": "الشقران", "name_en": "Ash Shuqran"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.59363, 25.28536]}, "properties": {"city_id": 762, "region_id": 3, "name_ar": "الكريزية", "name_en": "Al Kurayziyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.33887, 24.99119]}, "properties": {"city_id": 763, "region_id": 3, "name_ar": "ذارة", "name_en": "Dharah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.50833, 25.01223]}, "properties": {"city_id": 764, "region_id": 3, "name_ar": "قصيباء", "name_en": "Qusayba"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.24162, 25.05786]}, "properties": {"city_id": 765, "region_id": 3, "name_ar": "رحبة علوش", "name_en": "Rahbat 'Allush"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.42895, 25.20949]}, "properties": {"city_id": 766, "region_id": 3, "name_ar": "المقرن", "name_en": "Al Muqrin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.136567, 25.095717]}, "properties": {"city_id": 767, "region_id": 3, "name_ar": "الرفائع", "name_en": "Ar Rafai'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.4197, 25.20233]}, "properties": {"city_id": 768, "region_id": 3, "name_ar": "صبحا", "name_en": "Sabha"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.47586, 24.08429]}, "properties": {"city_id": 769, "region_id": 3, "name_ar": "حزرة", "name_en": "Hazrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.15401, 24.14239]}, "properties": {"city_id": 770, "region_id": 3, "name_ar": "غراب", "name_en": "Ghurab"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.28087, 23.82367]}, "properties": {"city_id": 771, "region_id": 3, "name_ar": "الحجرية", "name_en": "Al Hijriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.35885, 24.74502]}, "properties": {"city_id": 772, "region_id": 3, "name_ar": "أبو مغير", "name_en": "Abu Mughayr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.29798, 23.74876]}, "properties": {"city_id": 773, "region_id": 3, "name_ar": "العد", "name_en": "Al 'Idd"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.28218, 24.63455]}, "properties": {"city_id": 774, "region_id": 3, "name_ar": "الربثة", "name_en": "Ar Rabtah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.29376, 24.62993]}, "properties": {"city_id": 775, "region_id": 3, "name_ar": "البركة", "name_en": "Al Birkah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.49142, 24.92415]}, "properties": {"city_id": 776, "region_id": 3, "name_ar": "النفازي", "name_en": "An Nafazi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.49267, 24.86837]}, "properties": {"city_id": 777, "region_id": 3, "name_ar": "الحناكية", "name_en": "Al Hinakiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.51284, 24.9373]}, "properties": {"city_id": 778, "region_id": 3, "name_ar": "المحفر", "name_en": "Al Mahaffar"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.48318, 25.09146]}, "properties": {"city_id": 779, "region_id": 3, "name_ar": "النخيل", "name_en": "An Nakhil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.48223, 25.05937]}, "properties": {"city_id": 780, "region_id": 3, "name_ar": "الصمد", "name_en": "As Samad"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.37133, 23.99051]}, "properties": {"city_id": 781, "region_id": 3, "name_ar": "الضميرية", "name_en": "Ad Dumayriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.60989, 24.76466]}, "properties": {"city_id": 782, "region_id": 3, "name_ar": "المحامة", "name_en": "Al Mahamah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.61758, 24.60448]}, "properties": {"city_id": 783, "region_id": 3, "name_ar": "الحسو", "name_en": "Al Hisu"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.23086, 25.03882]}, "properties": {"city_id": 784, "region_id": 3, "name_ar": "الهميج", "name_en": "Al Humayj"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.26703, 24.33248]}, "properties": {"city_id": 785, "region_id": 3, "name_ar": "صخيبرة", "name_en": "Sukhaybirah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.69844, 24.79986]}, "properties": {"city_id": 786, "region_id": 3, "name_ar": "هدبان", "name_en": "Hadban"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.59489, 24.94691]}, "properties": {"city_id": 787, "region_id": 3, "name_ar": "بلغة", "name_en": "Bilghah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.50467, 25.16201]}, "properties": {"city_id": 788, "region_id": 3, "name_ar": "الماوية", "name_en": "Al Mawiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.39361, 25.33624]}, "properties": {"city_id": 789, "region_id": 3, "name_ar": "قصيرة", "name_en": "Qusayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.55321, 24.94359]}, "properties": {"city_id": 790, "region_id": 3, "name_ar": "العوشزي", "name_en": "Al Awshazi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.99951, 25.31698]}, "properties": {"city_id": 791, "region_id": 3, "name_ar": "عرجاء", "name_en": "Arja'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.9717, 24.65887]}, "properties": {"city_id": 792, "region_id": 3, "name_ar": "طلال", "name_en": "Talal"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.10929, 25.11236]}, "properties": {"city_id": 793, "region_id": 1, "name_ar": "الحزم", "name_en": "Al Hazm"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.59826, 25.47064]}, "properties": {"city_id": 794, "region_id": 1, "name_ar": "الطوقي", "name_en": "At Tawqi"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.12835, 25.13226]}, "properties": {"city_id": 795, "region_id": 1, "name_ar": "حريملاء", "name_en": "Huraymila"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.326567, 25.170567]}, "properties": {"city_id": 796, "region_id": 1, "name_ar": "ملهم", "name_en": "Malham"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.21198, 24.99248]}, "properties": {"city_id": 797, "region_id": 1, "name_ar": "سدوس", "name_en": "Sudus"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.23522, 24.99257]}, "properties": {"city_id": 798, "region_id": 1, "name_ar": "حزوى", "name_en": "Hizwa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.17476, 25.32609]}, "properties": {"city_id": 799, "region_id": 1, "name_ar": "دقلة", "name_en": "Diqalah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.22121, 25.25327]}, "properties": {"city_id": 800, "region_id": 1, "name_ar": "حليفة", "name_en": "Hulayfah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.346067, 25.077883]}, "properties": {"city_id": 801, "region_id": 1, "name_ar": "صلبوخ", "name_en": "Sulbukh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.86823, 24.91219]}, "properties": {"city_id": 802, "region_id": 1, "name_ar": "البرة", "name_en": "Al Barrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.89614, 24.88415]}, "properties": {"city_id": 803, "region_id": 1, "name_ar": "العويند", "name_en": "Al Uwaynid"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.80943, 25.22847]}, "properties": {"city_id": 804, "region_id": 1, "name_ar": "البويب", "name_en": "Al Buwayb"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.06978, 28.88841]}, "properties": {"city_id": 805, "region_id": 7, "name_ar": "عيينة", "name_en": "Uyaynah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.81035, 24.46526]}, "properties": {"city_id": 806, "region_id": 1, "name_ar": "إبن غنام", "name_en": "Ibn Ghannam"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.80724, 24.47787]}, "properties": {"city_id": 807, "region_id": 1, "name_ar": "الغنامية", "name_en": "Al Ghanamiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.98682, 24.43663]}, "properties": {"city_id": 808, "region_id": 1, "name_ar": "العماج", "name_en": "Al 'Ammaj"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.01222, 24.46155]}, "properties": {"city_id": 809, "region_id": 1, "name_ar": "هيت", "name_en": "Hit"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.82939, 24.41292]}, "properties": {"city_id": 810, "region_id": 1, "name_ar": "الحائر", "name_en": "Al Hair"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.96633, 24.96208]}, "properties": {"city_id": 811, "region_id": 1, "name_ar": "كهف برمة", "name_en": "Kahf Barmah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.59193, 25.00587]}, "properties": {"city_id": 812, "region_id": 1, "name_ar": "بنبان", "name_en": "Banban"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.63552, 25.22864]}, "properties": {"city_id": 813, "region_id": 1, "name_ar": "الثمامة", "name_en": "Ath Thumamah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.65745, 24.61597]}, "properties": {"city_id": 814, "region_id": 1, "name_ar": "لبن", "name_en": "Laban"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.4448, 24.43316]}, "properties": {"city_id": 815, "region_id": 1, "name_ar": "العريدية", "name_en": "Al 'Uraydiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.48195, 24.47424]}, "properties": {"city_id": 816, "region_id": 1, "name_ar": "العباسية", "name_en": "Al 'Abbasiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.40813, 24.61475]}, "properties": {"city_id": 817, "region_id": 1, "name_ar": "أم رضمة", "name_en": "Umm Radmah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.72587, 24.93789]}, "properties": {"city_id": 818, "region_id": 1, "name_ar": "أم سليم", "name_en": "Umm Sulaym"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.4926, 25.12076]}, "properties": {"city_id": 819, "region_id": 1, "name_ar": "ثرمداء", "name_en": "Tharmada'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.46437, 25.07316]}, "properties": {"city_id": 820, "region_id": 1, "name_ar": "مرات", "name_en": "Marat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.39558, 25.16369]}, "properties": {"city_id": 821, "region_id": 1, "name_ar": "أثيثية", "name_en": "Uthaythiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.3807, 24.50504]}, "properties": {"city_id": 822, "region_id": 1, "name_ar": "لبخة", "name_en": "Labkhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.36743, 24.63133]}, "properties": {"city_id": 823, "region_id": 1, "name_ar": "روضة الفرس", "name_en": "Rawdat Al Faras"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.32362, 24.65821]}, "properties": {"city_id": 824, "region_id": 1, "name_ar": "ام طلحة", "name_en": "Umm Talhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.26412, 24.60839]}, "properties": {"city_id": 825, "region_id": 1, "name_ar": "حويتة", "name_en": "Huwaytah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.20535, 24.67424]}, "properties": {"city_id": 826, "region_id": 1, "name_ar": "الطويلة", "name_en": "At Tawilah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.46978, 24.61934]}, "properties": {"city_id": 827, "region_id": 1, "name_ar": "أوبير", "name_en": "Ubayr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.58059, 24.74105]}, "properties": {"city_id": 828, "region_id": 1, "name_ar": "الدرعية", "name_en": "Ad Dir'iyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.60965, 24.6907]}, "properties": {"city_id": 829, "region_id": 1, "name_ar": "عرقة", "name_en": "'Irqah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.37659, 24.90613]}, "properties": {"city_id": 830, "region_id": 1, "name_ar": "العيينة", "name_en": "Al Uyainah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.52699, 24.81402]}, "properties": {"city_id": 831, "region_id": 1, "name_ar": "الوصيل", "name_en": "Al Wusayl"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.53126, 24.78706]}, "properties": {"city_id": 832, "region_id": 1, "name_ar": "أبا الكباش", "name_en": "Aba Al Kibash"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.45176, 24.89797]}, "properties": {"city_id": 833, "region_id": 1, "name_ar": "الجبيلة", "name_en": "Al Jubaylah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.42766, 24.79017]}, "properties": {"city_id": 834, "region_id": 1, "name_ar": "العمارية", "name_en": "Al 'Ammariyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.30528, 24.90364]}, "properties": {"city_id": 835, "region_id": 1, "name_ar": "بوضة", "name_en": "Bawdah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.9455, 24.71273]}, "properties": {"city_id": 836, "region_id": 1, "name_ar": "العليا", "name_en": "Al 'Ulayya"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.42177, 24.47487]}, "properties": {"city_id": 837, "region_id": 1, "name_ar": "قصر القرينة", "name_en": "Qasr Al Quraynah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.38692, 24.48649]}, "properties": {"city_id": 838, "region_id": 1, "name_ar": "قصر فيهق", "name_en": "Qasr Fayhaq"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.13182, 24.60411]}, "properties": {"city_id": 839, "region_id": 1, "name_ar": "ضرما", "name_en": "Duruma"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.36995, 24.50309]}, "properties": {"city_id": 840, "region_id": 1, "name_ar": "قصور المقبل", "name_en": "Qusur Al Muqbil"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.18318, 24.49195]}, "properties": {"city_id": 841, "region_id": 1, "name_ar": "الغطغط", "name_en": "Al Ghutghut"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.34836, 24.48123]}, "properties": {"city_id": 842, "region_id": 1, "name_ar": "قصر ابن شهيل", "name_en": "Qasr Ibn Shuhayl"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.45886, 24.46416]}, "properties": {"city_id": 843, "region_id": 1, "name_ar": "المغرفية", "name_en": "Al Maghrafiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.15764, 24.497]}, "properties": {"city_id": 844, "region_id": 1, "name_ar": "جو", "name_en": "Jaww"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.84944, 24.66821]}, "properties": {"city_id": 845, "region_id": 1, "name_ar": "الغزيز", "name_en": "Al Ghuzayz"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.06279, 23.7225]}, "properties": {"city_id": 846, "region_id": 1, "name_ar": "الثمامي", "name_en": "Ath Thumamy"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.03841, 23.8028]}, "properties": {"city_id": 847, "region_id": 1, "name_ar": "وعلة", "name_en": "Wa'alah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.01748, 23.99221]}, "properties": {"city_id": 848, "region_id": 1, "name_ar": "الشامانية", "name_en": "Ash Shamaniyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.61803, 23.73143]}, "properties": {"city_id": 849, "region_id": 1, "name_ar": "القصورية", "name_en": "Al Qusuriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.59833, 23.67769]}, "properties": {"city_id": 850, "region_id": 1, "name_ar": "مزلة", "name_en": "Mazallah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.5427, 23.70806]}, "properties": {"city_id": 851, "region_id": 1, "name_ar": "عصيلة", "name_en": "'Usaylah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.46996, 23.73759]}, "properties": {"city_id": 852, "region_id": 1, "name_ar": "الشواة", "name_en": "Ash Shawah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.50622, 23.76527]}, "properties": {"city_id": 853, "region_id": 1, "name_ar": "عليان", "name_en": "'Ilayyan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.48835, 23.61591]}, "properties": {"city_id": 854, "region_id": 1, "name_ar": "عيدان", "name_en": "Idan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.78889, 23.64095]}, "properties": {"city_id": 855, "region_id": 1, "name_ar": "سيح الدبول", "name_en": "Sayh Ad Dubul"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.91478, 23.53155]}, "properties": {"city_id": 856, "region_id": 1, "name_ar": "الهمجة", "name_en": "Al Hamjah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.827378, 25.476955]}, "properties": {"city_id": 857, "region_id": 4, "name_ar": "ابو سديرة", "name_en": "Abu Sudairah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.93036, 23.79773]}, "properties": {"city_id": 858, "region_id": 1, "name_ar": "الكدرة", "name_en": "Al Kadrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.34158, 24.38786]}, "properties": {"city_id": 859, "region_id": 1, "name_ar": "الفيضة", "name_en": "Al Faydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.03596, 24.26473]}, "properties": {"city_id": 860, "region_id": 1, "name_ar": "الخيس", "name_en": "Al Khis"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.98132, 24.1708]}, "properties": {"city_id": 861, "region_id": 1, "name_ar": "الدويرة", "name_en": "Ad Duwayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.97918, 24.24141]}, "properties": {"city_id": 862, "region_id": 1, "name_ar": "أبو مروة", "name_en": "Abu Marwah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.94818, 24.17911]}, "properties": {"city_id": 863, "region_id": 1, "name_ar": "سماح", "name_en": "Samah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.07108, 24.31163]}, "properties": {"city_id": 864, "region_id": 1, "name_ar": "القرنة", "name_en": "Al Qarnah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.78305, 24.2883]}, "properties": {"city_id": 865, "region_id": 1, "name_ar": "داحس", "name_en": "Dahis"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.8747, 24.22627]}, "properties": {"city_id": 866, "region_id": 1, "name_ar": "دسمان", "name_en": "Dasman"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.83401, 24.219]}, "properties": {"city_id": 867, "region_id": 1, "name_ar": "العويسية", "name_en": "Al 'Uwaysiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.78897, 24.40018]}, "properties": {"city_id": 868, "region_id": 1, "name_ar": "العلياء", "name_en": "Al 'Ulayya"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.15586, 24.06799]}, "properties": {"city_id": 869, "region_id": 1, "name_ar": "مزرعة مزعلة", "name_en": "Mazra'at Miz'ilah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.06359, 24.02829]}, "properties": {"city_id": 870, "region_id": 1, "name_ar": "القوسة", "name_en": "Al Qawsah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.05135, 24.07375]}, "properties": {"city_id": 871, "region_id": 1, "name_ar": "الروغ", "name_en": "Ar Rawgh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.13098, 24.12521]}, "properties": {"city_id": 872, "region_id": 1, "name_ar": "الوسيطاء", "name_en": "Al Wusayta"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.09746, 24.11626]}, "properties": {"city_id": 873, "region_id": 1, "name_ar": "البعيثية", "name_en": "Al Bu'aythiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.11156, 24.11625]}, "properties": {"city_id": 874, "region_id": 1, "name_ar": "الشتلانية", "name_en": "Ash Shatlaniyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.07992, 23.97469]}, "properties": {"city_id": 875, "region_id": 1, "name_ar": "جدالة", "name_en": "Jaddalah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.19898, 23.989]}, "properties": {"city_id": 876, "region_id": 1, "name_ar": "قفرة", "name_en": "Qafarah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.14162, 23.97841]}, "properties": {"city_id": 877, "region_id": 1, "name_ar": "أجزالا", "name_en": "Ajzala"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.19905, 23.97076]}, "properties": {"city_id": 878, "region_id": 1, "name_ar": "الجفارة", "name_en": "Al Jafarah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.35762, 23.0067]}, "properties": {"city_id": 879, "region_id": 1, "name_ar": "غودة", "name_en": "Ghawdah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.26572, 24.05068]}, "properties": {"city_id": 880, "region_id": 1, "name_ar": "القويعية", "name_en": "Al Quway'iyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.3562, 23.46293]}, "properties": {"city_id": 881, "region_id": 1, "name_ar": "حلبان", "name_en": "Halaban"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.739165, 23.650802]}, "properties": {"city_id": 882, "region_id": 1, "name_ar": "سنام", "name_en": "Sanam"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.76268, 23.62028]}, "properties": {"city_id": 883, "region_id": 1, "name_ar": "الرجع", "name_en": "Ar Raj'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.70016, 23.71888]}, "properties": {"city_id": 884, "region_id": 1, "name_ar": "طحي", "name_en": "Tuhayy"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.75864, 23.76291]}, "properties": {"city_id": 885, "region_id": 1, "name_ar": "الرويضة", "name_en": "Ar Ruwaydah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.08956, 24.26882]}, "properties": {"city_id": 886, "region_id": 1, "name_ar": "الخنيقية", "name_en": "Al Khunayqiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.43731, 23.59678]}, "properties": {"city_id": 887, "region_id": 1, "name_ar": "الناصفة", "name_en": "An Nasifah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.43866, 23.56572]}, "properties": {"city_id": 888, "region_id": 1, "name_ar": "المثناة", "name_en": "Al Mathnah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.81338, 24.34316]}, "properties": {"city_id": 889, "region_id": 1, "name_ar": "الجلة", "name_en": "Jellah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.27287, 24.39719]}, "properties": {"city_id": 890, "region_id": 1, "name_ar": "الربواء", "name_en": "Ar Rabwa"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.81589, 23.71712]}, "properties": {"city_id": 891, "region_id": 1, "name_ar": "لجعة", "name_en": "Laj'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.94078, 23.93251]}, "properties": {"city_id": 892, "region_id": 1, "name_ar": "نخيلان", "name_en": "Nukhaylan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.41575, 23.82403]}, "properties": {"city_id": 893, "region_id": 1, "name_ar": "عنان", "name_en": "'Inan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.84888, 23.56381]}, "properties": {"city_id": 894, "region_id": 1, "name_ar": "البدع", "name_en": "Al Bada'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.65481, 23.73578]}, "properties": {"city_id": 895, "region_id": 1, "name_ar": "صبحاء", "name_en": "Sabha"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.44253, 22.49736]}, "properties": {"city_id": 896, "region_id": 2, "name_ar": "القصر", "name_en": "Al Qasr"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.91502, 20.61482]}, "properties": {"city_id": 897, "region_id": 2, "name_ar": "ترعة", "name_en": "Tir'ah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.17539, 22.723]}, "properties": {"city_id": 898, "region_id": 2, "name_ar": "ظلم", "name_en": "Dhalam"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.2952, 21.26902]}, "properties": {"city_id": 899, "region_id": 2, "name_ar": "الخفاشة", "name_en": "Al Khafashah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.26677, 21.23587]}, "properties": {"city_id": 900, "region_id": 2, "name_ar": "براش", "name_en": "Barash"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.24871, 21.46577]}, "properties": {"city_id": 901, "region_id": 2, "name_ar": "الشريف", "name_en": "Ash Sharif"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.804278, 24.342619]}, "properties": {"city_id": 902, "region_id": 1, "name_ar": "الجلة وتبراك", "name_en": "Jellah And Tebrak"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.29368, 21.08395]}, "properties": {"city_id": 903, "region_id": 2, "name_ar": "الفرع", "name_en": "Al Far'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.35508, 21.06123]}, "properties": {"city_id": 904, "region_id": 2, "name_ar": "حرجل", "name_en": "Harjal"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.26657, 21.14825]}, "properties": {"city_id": 905, "region_id": 2, "name_ar": "هديل", "name_en": "Hidayl"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.44346, 21.01556]}, "properties": {"city_id": 906, "region_id": 2, "name_ar": "ام الحصن", "name_en": "Umm Al Hisn"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.47183, 21.06435]}, "properties": {"city_id": 907, "region_id": 2, "name_ar": "اللحيان", "name_en": "Al Lahyan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.40898, 21.08842]}, "properties": {"city_id": 908, "region_id": 2, "name_ar": "الاسراب", "name_en": "Al Asrab"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.456, 21.12255]}, "properties": {"city_id": 909, "region_id": 2, "name_ar": "العثرية", "name_en": "Al Athriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.92941, 26.5084]}, "properties": {"city_id": 910, "region_id": 4, "name_ar": "الوطاة", "name_en": "Al Watah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.72368, 26.40975]}, "properties": {"city_id": 911, "region_id": 4, "name_ar": "غضي", "name_en": "Ghudayy"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.76793, 26.41145]}, "properties": {"city_id": 912, "region_id": 4, "name_ar": "الحيطان", "name_en": "Al Haytan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.19999, 26.56133]}, "properties": {"city_id": 913, "region_id": 4, "name_ar": "الصريف", "name_en": "As Sarif"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.98237, 26.41339]}, "properties": {"city_id": 914, "region_id": 4, "name_ar": "الفايزية", "name_en": "Al Fayziyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.89303, 26.22726]}, "properties": {"city_id": 915, "region_id": 4, "name_ar": "الصعيبية", "name_en": "As Su'aybiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.99545, 26.25087]}, "properties": {"city_id": 916, "region_id": 4, "name_ar": "نقرة العمارين", "name_en": "Nuqrat Al 'Amarin"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.80814, 26.26103]}, "properties": {"city_id": 917, "region_id": 4, "name_ar": "رغيلة", "name_en": "Rughaylah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.82977, 26.85801]}, "properties": {"city_id": 918, "region_id": 4, "name_ar": "مزارع الدغمانيات", "name_en": "Mazari' Ad Daghmaniyat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.87643, 26.74296]}, "properties": {"city_id": 919, "region_id": 4, "name_ar": "مزارع الراشد", "name_en": "Mazari' Ar Rashid"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.88494, 26.36661]}, "properties": {"city_id": 920, "region_id": 4, "name_ar": "العليا", "name_en": "Al 'Ulayya"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.88284, 26.42203]}, "properties": {"city_id": 921, "region_id": 4, "name_ar": "الروضة", "name_en": "Ar Rawdah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.8374, 26.47841]}, "properties": {"city_id": 922, "region_id": 4, "name_ar": "أبلق", "name_en": "Ablaq"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.86627, 26.33241]}, "properties": {"city_id": 923, "region_id": 4, "name_ar": "ضراس", "name_en": "Diras"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.57875, 26.86538]}, "properties": {"city_id": 924, "region_id": 4, "name_ar": "أم مكرية", "name_en": "Umm Makriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.59352, 26.84738]}, "properties": {"city_id": 925, "region_id": 4, "name_ar": "الخناصة", "name_en": "Al Khinnasah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.60049, 26.89721]}, "properties": {"city_id": 926, "region_id": 4, "name_ar": "مزارع الصقيريات", "name_en": "Mazari' As Suqayriyat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.5536, 26.92673]}, "properties": {"city_id": 927, "region_id": 4, "name_ar": "رياض الرماح", "name_en": "Riyad Ar Rimah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.49174, 26.80456]}, "properties": {"city_id": 928, "region_id": 4, "name_ar": "العقلة", "name_en": "Al 'Uqlah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.54738, 26.81407]}, "properties": {"city_id": 929, "region_id": 4, "name_ar": "روض ابن كميان", "name_en": "Rawd Ibn Kumayyan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.72254, 27.47869]}, "properties": {"city_id": 930, "region_id": 4, "name_ar": "القرو", "name_en": "Al Qaru"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.3522, 26.9092]}, "properties": {"city_id": 931, "region_id": 4, "name_ar": "الحديدية", "name_en": "Al Hadidiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.07859, 27.60053]}, "properties": {"city_id": 932, "region_id": 4, "name_ar": "البعيثة", "name_en": "Al Bi'ithah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.6523, 27.211]}, "properties": {"city_id": 933, "region_id": 4, "name_ar": "الصغيرية", "name_en": "As Sughayriyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.94831, 26.30687]}, "properties": {"city_id": 934, "region_id": 4, "name_ar": "حويلان", "name_en": "Huwaylan"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.98041, 26.30262]}, "properties": {"city_id": 935, "region_id": 4, "name_ar": "الصباخ", "name_en": "As Subakh"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.97583, 26.26577]}, "properties": {"city_id": 936, "region_id": 4, "name_ar": "اللسيب", "name_en": "Al Lusayb"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.90129, 26.33894]}, "properties": {"city_id": 937, "region_id": 4, "name_ar": "الدعيسة", "name_en": "Ad Da'isah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.88088, 26.2651]}, "properties": {"city_id": 938, "region_id": 4, "name_ar": "العاقول", "name_en": "Al 'Aqul"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.86881, 26.29642]}, "properties": {"city_id": 939, "region_id": 4, "name_ar": "البصر", "name_en": "Al Busur"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.38882, 29.97189]}, "properties": {"city_id": 940, "region_id": 13, "name_ar": "المريشدية", "name_en": "Al Murayshdiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.0246, 26.54516]}, "properties": {"city_id": 941, "region_id": 4, "name_ar": "الطرفية", "name_en": "At Turfiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.76906, 26.40404]}, "properties": {"city_id": 942, "region_id": 4, "name_ar": "القرعاء", "name_en": "Al Qar'a"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.77954, 26.31958]}, "properties": {"city_id": 943, "region_id": 4, "name_ar": "المليداء", "name_en": "Al Mulayda'"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.8805, 26.81052]}, "properties": {"city_id": 944, "region_id": 4, "name_ar": "البطين", "name_en": "Al Butayn"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.61107, 27.37503]}, "properties": {"city_id": 945, "region_id": 4, "name_ar": "محير الترمس", "name_en": "Mihir At Turmus"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.40638, 27.25835]}, "properties": {"city_id": 946, "region_id": 4, "name_ar": "شري", "name_en": "Shari"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.83435, 26.43459]}, "properties": {"city_id": 947, "region_id": 4, "name_ar": "الشقة العليا", "name_en": "Ash Shiqqah Al 'Ulya"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.85034, 26.40196]}, "properties": {"city_id": 948, "region_id": 4, "name_ar": "الشقة السفلى", "name_en": "Ash Shiqqah As Suflah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.71401, 27.46674]}, "properties": {"city_id": 949, "region_id": 4, "name_ar": "الزبيرة", "name_en": "Az Zubayrah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.61022, 26.88115]}, "properties": {"city_id": 950, "region_id": 4, "name_ar": "قصيباء", "name_en": "Qusayba"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.47393, 26.78049]}, "properties": {"city_id": 951, "region_id": 4, "name_ar": "القوارة", "name_en": "Al Quwarah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.05667, 26.38441]}, "properties": {"city_id": 952, "region_id": 4, "name_ar": "الهدية", "name_en": "Al Hudayyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.92108, 26.24818]}, "properties": {"city_id": 953, "region_id": 4, "name_ar": "الغماس", "name_en": "Al Ghammas"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.71664, 27.22108]}, "properties": {"city_id": 954, "region_id": 4, "name_ar": "مدرج", "name_en": "Mudarraj"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.3312, 27.40646]}, "properties": {"city_id": 955, "region_id": 4, "name_ar": "قبة", "name_en": "Qibah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.59394, 23.71929]}, "properties": {"city_id": 956, "region_id": 1, "name_ar": "أم سريحة", "name_en": "Umm Surayhah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.64785, 23.83124]}, "properties": {"city_id": 957, "region_id": 1, "name_ar": "الخروعية", "name_en": "Al Kharwa'iyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.9082, 23.64919]}, "properties": {"city_id": 958, "region_id": 1, "name_ar": "المجذمية", "name_en": "Al Majdhamiyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.9492, 22.83512]}, "properties": {"city_id": 959, "region_id": 1, "name_ar": "الحصاة", "name_en": "Alhasat"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.16851, 24.27648]}, "properties": {"city_id": 960, "region_id": 1, "name_ar": "الحرملية", "name_en": "Al Harmaliyah"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.53376, 23.65973]}, 
Download .txt
gitextract_n1cuf2_l/

├── .gitignore
├── LICENSE
├── README.md
├── generate_geojson/
│   ├── README.md
│   ├── generate_geojson.py
│   └── requirements.txt
├── geojson/
│   ├── cities.geojson
│   ├── districts.geojson
│   └── regions.geojson
├── json/
│   ├── cities.json
│   ├── cities_lite.json
│   ├── districts.json
│   ├── districts_lite.json
│   ├── regions.json
│   └── regions_lite.json
└── mysql/
    ├── cities.sql
    ├── cities_lite.sql
    ├── districts.sql
    ├── districts_lite.sql
    ├── regions.sql
    ├── regions_lite.sql
    └── tables.sql
Download .txt
SYMBOL INDEX (10 symbols across 2 files)

FILE: generate_geojson/generate_geojson.py
  function convert_cities_to_geojson_feature_collection (line 11) | def convert_cities_to_geojson_feature_collection(cities):
  function __flip_coordinates__ (line 23) | def __flip_coordinates__(coords_array):
  function convert_districts_to_geojson_feature_collection (line 30) | def convert_districts_to_geojson_feature_collection(districts):
  function convert_regions_to_geojson_feature_collection (line 40) | def convert_regions_to_geojson_feature_collection(regions):

FILE: mysql/tables.sql
  type `regions` (line 5) | CREATE TABLE `regions` (
  type `regions_lite` (line 18) | CREATE TABLE `regions_lite` (
  type `cities` (line 29) | CREATE TABLE `cities` (
  type `cities_lite` (line 39) | CREATE TABLE `cities_lite` (
  type `districts` (line 48) | CREATE TABLE `districts` (
  type `districts_lite` (line 59) | CREATE TABLE `districts_lite` (
Copy disabled (too large) Download .json
Condensed preview — 22 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (16,635K chars).
[
  {
    "path": ".gitignore",
    "chars": 51,
    "preview": "# environmental files\nenv\nvenv\n\n# other\n.DS_Store\n\n"
  },
  {
    "path": "LICENSE",
    "chars": 18027,
    "preview": "GNU GENERAL PUBLIC LICENSE\n                       Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundati"
  },
  {
    "path": "README.md",
    "chars": 1805,
    "preview": "# Saudi-Arabia-Regions-Cities-and-Districts\nRaw data for Saudi Arabia's 13 regions, over 4580 cities and 3730 districts "
  },
  {
    "path": "generate_geojson/README.md",
    "chars": 360,
    "preview": "# Objective\nGenerating `geojson` files from json files within the repository\n## Set up the environment\nAssuming you have"
  },
  {
    "path": "generate_geojson/generate_geojson.py",
    "chars": 2989,
    "preview": "import json\nimport geojson\nimport os\nfrom geojson_rewind import rewind\n\nSOURCE_JSON_FILES = [\n    \"../json/cities.json\","
  },
  {
    "path": "generate_geojson/requirements.txt",
    "chars": 37,
    "preview": "geojson==2.5.0\ngeojson-rewind==1.0.1\n"
  },
  {
    "path": "geojson/cities.geojson",
    "chars": 849984,
    "preview": "{\"type\": \"FeatureCollection\", \"features\": [{\"type\": \"Feature\", \"geometry\": {\"type\": \"Point\", \"coordinates\": [36.53387, 2"
  },
  {
    "path": "geojson/regions.geojson",
    "chars": 6247024,
    "preview": "{\"type\": \"FeatureCollection\", \"features\": [{\"type\": \"Feature\", \"geometry\": {\"type\": \"GeometryCollection\", \"geometries\": "
  },
  {
    "path": "json/cities.json",
    "chars": 749455,
    "preview": "[\n  {\n    \"city_id\": 1,\n    \"region_id\": 7,\n    \"name_ar\": \"تبوك\",\n    \"name_en\": \"Tabuk\",\n    \"center\": [\n      28.4146"
  },
  {
    "path": "json/cities_lite.json",
    "chars": 478410,
    "preview": "[\n  {\n    \"city_id\": 1,\n    \"region_id\": 7,\n    \"name_ar\": \"تبوك\",\n    \"name_en\": \"Tabuk\"\n  },\n  {\n    \"city_id\": 2,\n   "
  },
  {
    "path": "json/districts_lite.json",
    "chars": 538579,
    "preview": "[\n  {\n    \"district_id\": 10100003001,\n    \"city_id\": 3,\n    \"region_id\": 1,\n    \"name_ar\": \"حي العمل\",\n    \"name_en\": \"A"
  },
  {
    "path": "json/regions_lite.json",
    "chars": 2062,
    "preview": "[\n  {\n    \"region_id\": 1,\n    \"capital_city_id\": 3,\n    \"code\": \"RD\",\n    \"name_ar\": \"منطقة الرياض\",\n    \"name_en\": \"Riy"
  },
  {
    "path": "mysql/cities.sql",
    "chars": 402416,
    "preview": "-- Data Source\r\n-- https://github.com/homaily/Saudi-Arabia-Regions-Cities-and-Districts\r\n-- Coordinates are in (Lon Lat)"
  },
  {
    "path": "mysql/cities_lite.sql",
    "chars": 172544,
    "preview": "-- Data Source\r\n-- https://github.com/homaily/Saudi-Arabia-Regions-Cities-and-Districts\r\n\r\n\r\ninsert into `cities_lite` ("
  },
  {
    "path": "mysql/districts_lite.sql",
    "chars": 217818,
    "preview": "-- Data Source\r\n-- https://github.com/homaily/Saudi-Arabia-Regions-Cities-and-Districts\r\n\r\n\r\ninsert into `districts_lite"
  },
  {
    "path": "mysql/regions.sql",
    "chars": 6304465,
    "preview": "-- Data Source\r\n-- https://github.com/homaily/Saudi-Arabia-Regions-Cities-and-Districts\r\n-- Coordinates are in (Lon Lat)"
  },
  {
    "path": "mysql/regions_lite.sql",
    "chars": 898,
    "preview": "-- Data Source\r\n-- https://github.com/homaily/Saudi-Arabia-Regions-Cities-and-Districts\r\n\r\n\r\ninsert into `regions_lite` "
  },
  {
    "path": "mysql/tables.sql",
    "chars": 1996,
    "preview": "-- Data Source\n-- https://github.com/homaily/Saudi-Arabia-Regions-Cities-and-Districts\n\n\nCREATE TABLE `regions` (\n  `reg"
  }
]

// ... and 4 more files (download for full content)

About this extraction

This page contains the full source code of the homaily/Saudi-Arabia-Regions-Cities-and-Districts GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 22 files (133.1 MB), approximately 4.0M tokens, and a symbol index with 10 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!