OpenStreetMap 지도 데이터를 학술 출판용 LaTeX/TikZ로 내보냅니다. 스타일, 글꼴, 라벨을 완전히 제어하면서 LaTeX 문서 안에 직접 벡터 지도를 만듭니다.
주요 기능

LaTeX/TikZ 형식 소개
TikZ is a graphics language inside LaTeX: a drawing is described by commands right in the source, and the compiler turns them into vector graphics while building the document. For academic work that is convenient because the map lives inside the text rather than as a separate picture: the fonts are the same as in the article, the sizes do not drift, and an edit takes a second.
The export is needed when a map goes into an article, a dissertation or a poster: the journal demands vector, the reviewer asks to change a caption, and the figure has to be built together with the text. The resulting .tex is edited by hand — line widths, colors, label positions.
The file is a self-contained document of the standalone class with a single tikz package. Layer colors are declared through \definecolor, the geometry is written out as drawing commands onto a 15 × 10 cm canvas, and a scale bar with a caption in meters or kilometers is drawn in the lower left corner. Object labels are added as \node elements, no more than two hundred of them, so the document stays compilable.
For Cyrillic, inputenc with UTF-8 and fontenc with the T2A encoding are included; the most reliable way is to build the file with XeLaTeX or LuaLaTeX — they work with Unicode directly.
LaTeX/TikZ 파일을 여는 프로그램
다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 LaTeX/TikZ (Academic Map)(.tex) 파일을 열고 편집하고 작업할 수 있습니다:
Format specifications
- Open standard
- 2D only
- Lossless (no quality loss)
- No attributes
- Output: 1 file
- LaTeX TikZ source (.tex). Embed maps directly in scientific papers; compiles with pdflatex into print-quality vector PDF.
LaTeX/TikZ 지도 사용자
LaTeX/TikZ 내보내기 방법
내보낸 뒤 여는 방법
- Overleaf — create a project, upload the .tex and press Recompile; the tikz package is already there, and the compiler in the project settings is better switched to XeLaTeX or LuaLaTeX.
- TeXstudio, TeXShop, VS Code with LaTeX Workshop — open the file and build it locally; in full TeX Live and MiKTeX installations nothing extra has to be installed.
- Inserting into your own article — copy the block between \begin{tikzpicture} and \end{tikzpicture} into a figure environment, and move the \definecolor lines into the document preamble.
- Changing the look — colors are changed in \definecolor, line thickness in the line width parameter, and an unwanted layer is removed by deleting its block of commands.
- A PDF for the journal — the built standalone gives a PDF exactly the size of the figure, with no page margins; such a file is accepted as a vector illustration.
LaTeX/TikZ 형식의 인기 지도
LaTeX/TikZ (Academic Map) 지도 내보내기 받기
OpenStreetMap에서 전문가용 LaTeX/TikZ 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.