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.
🎨
API-ები და სერვისები
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
აირჩიეთ GeoJSON ხელმისაწვდომი 127 ექსპორტის ფორმატის სიიდან
3
ექსპორტი
დააჭირეთ ექსპორტს და მიიღეთ თქვენი .geojson ფაილი 1-5 წუთში
4
ჩამოტვირთვა
ჩამოტვირთეთ მზა GeoJSON ფაილი და გახსენით იგი Leaflet-ში

როგორ გავხსნათ ექსპორტის შემდეგ

პოპულარული რუკები GeoJSON-ში

უფასო

მიიღეთ GeoJSON რუკების ექსპორტი

ჩამოტვირთეთ პროფესიული GeoJSON რუკები OpenStreetMap-იდან. მყისიერი გენერაცია, ნებისმიერი არე.

უფასო / ექსპორტი
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?

შეადარეთ სხვა ფორმატებს

Convert to GeoJSON and back

GeoJSON guides and tutorials

დაკავშირებული ფორმატები

ხშირად ერთად ექსპორტირებული

Related Articles