SVGZ is plain SVG compressed with gzip. SVG is text-based XML by nature and compresses extremely well: a multi-megabyte district map becomes a file 60-80% smaller — with no quality loss, since gzip is lossless. Our exporter does this in one step: the map is honestly rendered through QGIS into a full styled SVG, then compressed with gzip level 9. All modern browsers unpack .svgz on the fly, and Inkscape and Illustrator open it directly. Inside is the same object-name catalogue layer as in plain SVG: names are searchable in the editor's object list, and no extra labels are drawn on the map.
주요 기능

SVGZ 형식 소개
SVGZ is not a separate format but the same SVG, packed with gzip. The extension serves as a hint to the browser and to editors that the content is compressed. A vector map is text with thousands of repeating fragments, which is why it compresses particularly well.
It makes sense wherever somebody downloads the file: a map on a page, an archive of layouts, serving from static hosting. The saving runs end to end — less disk space, less traffic, faster loading, and the image does not lose a single dot.
What you get: a full styled map, rendered by the same pipeline as the ordinary SVG and compressed with gzip at maximum level. There is no need to unpack it by hand — browsers, Inkscape and Illustrator read the file directly; if you do end up needing the source, gunzip gives back the ordinary SVG.
SVGZ 파일을 여는 프로그램
다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 SVGZ — Compressed SVG (gzip)(.svgz) 파일을 열고 편집하고 작업할 수 있습니다:
Format specifications
- Open standard
- 2D only
- Lossless (no quality loss)
- No attributes
- Output: 1 file
- A full styled QGIS SVG compressed with gzip level 9 (typically -60-80%); lossless — the original SVG is restored bit-for-bit, unpacked by browsers on the fly.
SVGZ 지도 사용자
SVGZ 내보내기 방법
내보낸 뒤 여는 방법
- A browser — open the file with a double click: Chrome, Firefox, Safari and Edge unpack it themselves.
- Inkscape — opens and saves compressed SVG directly, no separate unpacking step needed.
- The command line — gunzip gives back an ordinary .svg if a program does not understand the compressed variant.
- Serving from a server — set the image/svg+xml content type and the gzip encoding headers, otherwise the browser will show a meaningless set of characters instead of the map.
- A check after deployment — open the file's address in a browser: if the map rendered, the headers are set correctly.
SVGZ 형식의 인기 지도
SVGZ — Compressed SVG (gzip) 지도 내보내기 받기
OpenStreetMap에서 전문가용 SVGZ 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.