GeoJSON 💻

GeoJSON

Open Beta
.geojson · application/geo+json

GeoJSON은 JSON을 기반으로 한 개방형 지오데이터 형식입니다. 웹 개발자를 위한 표준 솔루션으로, Leaflet, Mapbox, OpenLayers, D3.js 및 모든 GIS 소프트웨어와 호환됩니다.

지금 GeoJSON 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

사람이 읽기 쉬운 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 선택
사용 가능한 127가지 내보내기 형식 목록에서 GeoJSON을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .geojson 파일을 받습니다
4
다운로드
완성된 GeoJSON 파일을 다운로드하여 Leaflet에서 여세요

내보낸 뒤 여는 방법

GeoJSON 형식의 인기 지도

무료

GeoJSON 지도 내보내기 받기

OpenStreetMap에서 전문가용 GeoJSON 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 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