All Projects → sandstrom → country-bounding-boxes

sandstrom / country-bounding-boxes

Licence: Unlicense license
A list of ISO 3166-1 country codes and their bounding boxes.

Projects that are alternatives of or similar to country-bounding-boxes

svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (+926.92%)
Mutual labels:  geocoding, google-maps, mapbox
Benmaps.fr
Web maps that don't track you.
Stars: ✭ 147 (+465.38%)
Mutual labels:  geocoding, google-maps, mapbox
Leaflet Geoman
🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers
Stars: ✭ 1,088 (+4084.62%)
Mutual labels:  google-maps, polygon, mapbox
Airmapview
A view abstraction to provide a map user interface with various underlying map providers
Stars: ✭ 1,824 (+6915.38%)
Mutual labels:  google-maps, mapbox
Sketch Map Generator
Sketch plugin to fill a shape with a map generated from a given location using Google Maps and Mapbox
Stars: ✭ 824 (+3069.23%)
Mutual labels:  google-maps, mapbox
Eon Map
Realtime maps with PubNub and MapBox.
Stars: ✭ 121 (+365.38%)
Mutual labels:  google-maps, mapbox
Mapbox Java
The Mapbox Java SDK – Java wrappers around Mapbox APIs and other location data
Stars: ✭ 309 (+1088.46%)
Mutual labels:  geocoding, mapbox
Geocoding.net
C# GeoCoding / Address Validation API
Stars: ✭ 377 (+1350%)
Mutual labels:  geocoding, google-maps
kirby-locator
A simple map & geolocation field, built on top of open-source services and Mapbox. Kirby 3 only.
Stars: ✭ 83 (+219.23%)
Mutual labels:  geocoding, mapbox
web-maps-wcag-evaluation
Manual accessibility evaluation of popular web map tools.
Stars: ✭ 28 (+7.69%)
Mutual labels:  google-maps, mapbox
Use Places Autocomplete
😎 📍 React hook for Google Maps Places Autocomplete.
Stars: ✭ 739 (+2742.31%)
Mutual labels:  geocoding, google-maps
Google Maps
Google Maps Web Services API wrapper for .NET
Stars: ✭ 171 (+557.69%)
Mutual labels:  geocoding, google-maps
L7
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
Stars: ✭ 2,517 (+9580.77%)
Mutual labels:  polygon, mapbox
Mapdrawingtools
this library Drawing polygon, polyline and points in Google Map and return coordinates to your App
Stars: ✭ 122 (+369.23%)
Mutual labels:  google-maps, polygon
Imgaug
Image augmentation for machine learning experiments.
Stars: ✭ 12,107 (+46465.38%)
Mutual labels:  polygon, bounding-boxes
Geo Golang
Go library to access geocoding and reverse geocoding APIs
Stars: ✭ 394 (+1415.38%)
Mutual labels:  geocoding, google-maps
google maps
🗺 An unofficial Google Maps Platform client library for the Rust programming language.
Stars: ✭ 40 (+53.85%)
Mutual labels:  geocoding, google-maps
geocoder
Geocoder is a Typescript library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations
Stars: ✭ 28 (+7.69%)
Mutual labels:  geocoding, google-maps
Delphi OSMMap
Visual control for Delphi and Lazarus to display OSM map
Stars: ✭ 27 (+3.85%)
Mutual labels:  mapbox
EasyGoogleMaps
No description or website provided.
Stars: ✭ 25 (-3.85%)
Mutual labels:  google-maps

Country Bounding Boxes

A list of ISO 3166-1 country codes and their bounding boxes. Useful when zooming a map to a specific country in Mapbox, Google Maps or similar services.

The boxes are confined to the primary area for each country. Outlying territory are excluded (for example, the US bounding box does not contain Pacific islands such as Guam).

Feel free to PR suggested changes (bounding boxes for missing countries or updates to existing boxes).

If complete polygons for each country is needed, use the raw data in the Natural Earth dataset instead (see source below).

Example

{
  "AF": ["Afghanistan", [60.53, 29.32, 75.16, 38.49]],
  "AO": ["Angola", [11.64, -17.93, 24.08, -4.44]],
  "AL": ["Albania", [19.3, 39.62, 21.02, 42.69]],
  "AE": ["United Arab Emirates", [51.58, 22.5, 56.4, 26.06]],
  "AR": ["Argentina", [-73.42, -55.25, -53.63, -21.83]],
  "AM": ["Armenia", [43.58, 38.74, 46.51, 41.25]],
  "AQ": ["Antarctica", [-180.0, -90.0, 180.0, -63.27]],
  ""
}

Source

Extracted from http://www.naturalearthdata.com (110m cultural vectors, admin 0)

License

Public Domain

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].