GeoJSON 💻

GeoJSON

Open Beta
.geojson · application/geo+json

GeoJSON، JSON پر مبنی ایک کھلا جیو ڈیٹا فارمیٹ ہے۔ ویب ڈیولپرز کے لیے معیاری حل، جو Leaflet، Mapbox، OpenLayers، D3.js اور کسی بھی GIS سافٹ ویئر کے ساتھ ہم آہنگ ہے۔

ابھی GeoJSON برآمد کریں ✨ Open Beta — مفت، کوئی حد نہیں

اہم خصوصیات

انسان کے پڑھنے کے قابل JSON فارمیٹ
فیچر خصوصیات (نام، اقسام)
WGS84 پروجیکشن
اصل براؤزر حمایت
Example GeoJSON export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

GeoJSON فارمیٹ کے بارے میں

GeoJSON is an open geodata format (RFC 7946) in which geography is written as ordinary JSON: an array of features, each with a geometry and a set of properties. A human can read it in a text editor, any programming language parses it in one line, and practically all web cartography understands it — Leaflet, Mapbox GL, OpenLayers, D3.js — with no plugins or converters.

An OSM map is exported to GeoJSON when you need the features themselves rather than a picture: to attach a layer to a website, compute statistics for a district, filter the categories you need, load the data into PostGIS or run it through GeoPandas. It is also the most convenient intermediate format: from it, ogr2ogr or QGIS will make SHP, GeoPackage, KML — anything you like.

The output is a single UTF-8 file: one FeatureCollection gathering all the layers of the selected area. Every feature keeps its OpenStreetMap attributes (name, type, tags) and a service property _layer with the name of its source layer — one line of filtering takes the data apart again into roads, buildings, water, greenery and points of interest. Coordinates are WGS84 (EPSG:4326), as the specification requires; the recorded precision is six decimal places, about ten centimeters on the ground: the file drops into any GIS and any web framework with no reprojection.

کون سا پروگرام GeoJSON فائلیں کھولتا ہے

درج ذیل پروگرام اور ایپلیکیشنز OSM2CDR سے برآمد کردہ GeoJSON (.geojson) فائلوں کو کھول، ترمیم اور ان کے ساتھ کام کر سکتے ہیں:

💻Leaflet 💻Mapbox 🌎QGIS 💻D3.js 💻Kepler.gl 💻GeoPandas

Format specifications

GeoJSON نقشے کون استعمال کرتا ہے

🏗
ویب ڈیولپمنٹ
The native format for Leaflet, Mapbox and OpenLayers: the map is attached to a site with a couple of lines of code.
💻
متعامل نقشے
Vector layers with attributes for clickable maps with tooltips and filters.
📊
ڈیٹا کی تصویر سازی
A ready source for D3.js and dashboards: boundaries, POI and routes in standard JSON.
🎨
APIs اور سروسز
A lightweight geodata exchange format for REST APIs and microservices.
🗺
ڈیٹا سائنس
Loading city geometry into GeoPandas and QGIS for spatial analysis.

GeoJSON کیسے برآمد کریں

1
علاقہ منتخب کریں
osm2cdr.ru پر انٹرایکٹو نقشے پر ایک مستطیل یا کثیرالاضلاع کھینچیں
2
GeoJSON چنیں
127 دستیاب برآمدی فارمیٹس کی فہرست سے GeoJSON منتخب کریں
3
برآمد
برآمد پر کلک کریں اور 1-5 منٹ میں اپنی .geojson فائل حاصل کریں
4
ڈاؤن لوڈ
تیار GeoJSON فائل ڈاؤن لوڈ کریں اور اسے Leaflet میں کھولیں

ایکسپورٹ کے بعد کیسے کھولیں

GeoJSON میں مقبول نقشے

مفت

GeoJSON نقشہ برآمدات حاصل کریں

OpenStreetMap سے پیشہ ورانہ GeoJSON نقشے ڈاؤن لوڈ کریں۔ فوری تخلیق، کوئی بھی علاقہ۔

Free / برآمد
ابھی GeoJSON برآمد کریں →

اکثر پوچھے جانے والے سوالات

کیا میں GeoJSON کو براؤزر میں کھول سکتا ہوں؟
کیا GeoJSON مفت ہے؟
کیا میں GeoJSON کو PostGIS میں لوڈ کر سکتا ہوں؟
How do I split the export back into layers?
Which projection do the coordinates arrive in?
What should I do if the file turns out too big for a browser?

دیگر فارمیٹس سے موازنہ کریں

متعلقہ فارمیٹس

اکثر ایک ساتھ برآمد کیے جاتے ہیں

Related Articles