Esri JSON 🌎

Esri JSON (ArcGIS REST API)

Open Beta
.json · application/json

Esri JSON is the vector feature serialization format of the ArcGIS REST API (Esri, since 2008): an alternative to GeoJSON spoken by the entire ArcGIS stack — ArcGIS Online, ArcGIS Pro, the JavaScript API, Survey123, Dashboards. It differs from GeoJSON: geometry is encoded through x/y, paths and rings, polygon outer rings run clockwise, the coordinate system is given by a numeric wkid, and attributes live in a typed fields schema. Our exporter writes the selected OSM layers as Esri JSON in WGS84 (wkid 4326) through the GDAL ESRIJSON driver; a single layer yields a .json file, multiple layers are packed into a ZIP. This is a static file for one-time ingestion into ArcGIS, not a live feature service — no paging, no applyEdits.

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

주요 기능

Esri geometry: x/y points, paths for lines, rings for polygons
Typed fields attribute schema with alias names
Coordinate system via spatialReference wkid (4326 by default)
Single layer — a .json file, multiple layers — a ZIP archive
Output through the GDAL ESRIJSON driver with a manual fallback

Esri JSON 형식 소개

Esri JSON is what the ArcGIS stack uses to exchange vector features over the network. ArcGIS Server and ArcGIS Online REST services return it, and ArcGIS Pro, the ArcGIS JavaScript API, Dashboards, Survey123 and FME all understand it. ArcGIS has read GeoJSON for a long time, but this format has remained the platform's internal language.

The export is for those who live inside the Esri ecosystem: OpenStreetMap data lands in a corporate map with no intermediate conversions, and a client who asks for "the ArcGIS format" gets exactly what they expect.

The file contains the map layers translated by the GDAL ESRIJSON driver. Geometry follows Esri's rules: points as x/y, lines as paths, polygons as rings. The coordinate system is WGS84, and its number (wkid 4326) is written into spatialReference so that ArcGIS puts the data in the right place immediately. OpenStreetMap attributes go into a typed fields schema with alias names, so the attribute table looks meaningful. One layer means one .json, several layers mean a ZIP archive.

The limitation is an honest one: this is a static snapshot of the data at export time, not a live feature service. There is no paging, no queries and no editing through applyEdits in a file, and there cannot be.

Esri JSON 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 Esri JSON (ArcGIS REST API)(.json) 파일을 열고 편집하고 작업할 수 있습니다:

🌎ArcGIS Pro 🌎ArcGIS Online 🌎QGIS 💻ogr2ogr (GDAL) 💻FME

Format specifications

Esri JSON 지도 사용자

🏗
Loading OSM data into ArcGIS Online as a hosted feature layer via «Add Item»
The file is uploaded through Add Item and published as a hosted layer — the data is immediately available to the organization's web maps and apps.
💻
Importing into ArcGIS Pro as a source for a map or analysis
A ready source for maps and geoprocessing, with no intermediate conversion to Shapefile.
📊
Feeding ETL pipelines and BI tools with a native ArcGIS connector
The standard input for FME readers and BI tools with a native ArcGIS connector.
🎨
Handing a selection to a customer working entirely in the Esri ecosystem
A format that an Esri-based organization opens without questions or extra explanations.

Esri JSON 내보내기 방법

1
영역 선택
osm2cdr.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
Esri JSON 선택
사용 가능한 127가지 내보내기 형식 목록에서 Esri JSON (ArcGIS REST API)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .json 파일을 받습니다
4
다운로드
완성된 Esri JSON 파일을 다운로드하여 ArcGIS Pro에서 여세요

내보낸 뒤 여는 방법

Esri JSON 형식의 인기 지도

무료

Esri JSON (ArcGIS REST API) 지도 내보내기 받기

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

무료 / 내보내기
지금 Esri JSON 내보내기 →

자주 묻는 질문

How does Esri JSON differ from GeoJSON?
Is this a full feature service?
Which coordinate system is the result in?
What happens when exporting several layers?
Do I need an ArcGIS license to open the file?
Are OpenStreetMap tags preserved?

관련 형식

함께 자주 내보내는 형식

Related Articles