도시 건물을 3D 프린팅용 STL 형식으로 내보냅니다. OSM 태그의 높이 데이터를 사용하여 건물이 3D로 돌출됩니다. 간결한 파일을 위한 바이너리 STL로, 슬라이서로 바로 가져올 수 있습니다.
주요 기능

STL 형식 소개
STL is the veteran format of 3D printing: the model is described by triangles alone, with no color, materials or layers. That is exactly why every slicer and every printer understands it, from a home machine to an industrial one.
A map is exported to STL when the city has to be held in your hands: a model of a block, a gift with your home district, a teaching aid, a stand, a blank for an architectural presentation.
What is in the file: buildings only. Each one is extruded to its own height (the height tag, otherwise the number of floors, otherwise 9 meters — about three storeys), and pitched roofs are reconstructed from OSM tags: gabled, hipped, pyramidal, mono-pitched. Where there are no tags, the shape is chosen by the type and the size of the house. Under the model lies a solid base plate so the model stands level and prints without supports under every house.
The scale is natural, in meters: before printing, shrink the model in the slicer down to the size of your bed. The terrain itself is not part of this file — the houses stand on a plane; print the relief separately: the 3D Terrain format (terrain-mesh) delivers the Copernicus GLO-30 surface as the same kind of STL, and Elevation Model (dem-geotiff) gives the raw heights — both are linked below among the related formats. The file is binary, which is several times more compact than the text variant.
STL 파일을 여는 프로그램
다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 STL (3D Printing)(.stl) 파일을 열고 편집하고 작업할 수 있습니다:
Format specifications
- Open standard
- 3D coordinates supported
- Lossless (no quality loss)
- No attributes
- Output: 1 file
- Binary STL. Buildings extruded to 2.5D height. Units: meters (scale 1:1). Opens in Blender, Meshmixer, Cura, PrusaSlicer for 3D printing.
STL 지도 사용자
STL 내보내기 방법
내보낸 뒤 여는 방법
- PrusaSlicer or Cura (free) — open the file, fit it to the bed by scaling and slice; supports are usually not needed, the model already stands on a plate.
- Blender or MeshLab — look at the model, cut off what you don't need, merge it with other objects before printing.
- Mesh checking — run the model through the check in your slicer or in Meshmixer: OSM data contains buildings overlapping each other, which produces self-intersections.
- Printing through a service — upload the file to a printing platform, where you will also see the price and get help choosing the material.
- Printing a whole city is not worth it: the file grows and the houses become indistinguishable — take a block, the center or a recognizable fragment.
STL 형식의 인기 지도
STL (3D Printing) 지도 내보내기 받기
OpenStreetMap에서 전문가용 STL 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.
자주 묻는 질문
다른 형식과 비교
관련 형식
함께 자주 내보내는 형식
Related Articles
STL relief of a city: 3D printing and engraving from a heightmap
How to make an STL relief of your city for 3D printing, CNC or laser: where the relief comes from, why vertical exaggera
formatGLB and a 3D city map: download a buildings model in GLB, OBJ or STL
What GLB is, how to open it on Windows, online and in Blender, and how to download a 3D city buildings model straight to
formatSTL — 3D Printing Format Since 1987: Binary vs ASCII, Slicers and OSM Building Export
Chuck Hull's STL and 3D Systems since 1987: 50 bytes per triangle, binary/ASCII variants, slicer watertight requirement,