Tutorials

How to load a route into a navigator and a watch: a GPX walkthrough

How to build a GPX route and load it into a navigator, a watch or a phone: track vs route vs waypoints, the GPX folder on a Garmin device, importing into Suunto and Coros, OsmAnd and Locus.

2026-09-06 · 5 min
GPXGarminчасыnavigation

GeoJSON to DXF and DWG: Converting to CAD Without Losing Scale

How to convert GeoJSON into DXF and DWG: why degree coordinates produce a drawing a fraction of a unit across, reprojection to metres in one ogr2ogr command, longitude-latitude order, polygons with holes.

2026-09-03 · 5 min
GeoJSONDXFDWGogr2ogr

OpenStreetMap to SketchUp: import real buildings and terrain as a 3D model

How to bring OpenStreetMap buildings and terrain into SketchUp via COLLADA, OBJ or glTF: import, units and scale, geolocating the model, building heights and taming a heavy scene.

2026-08-27 · 5 min
SketchUpCOLLADAOBJ3D

OSM maps for Navitel: how it actually works

OSM maps for Navitel: why OpenStreetMap data cannot be dropped into the app directly, where map files go (the NavitelContent/Maps folder) and how to import points and routes via GPX.

2026-08-22 · 7 min
НавителOSMGPXKML

SHP to DWG: Opening a Shapefile in AutoCAD Without Losing Coordinates

How to convert SHP to DXF and DWG: why a shapefile is a set of files, what breaks without the .prj, import via MAPIMPORT, QGIS and ogr2ogr, layer splitting and what happens to attributes.

2026-08-13 · 5 min
ShapefileSHPDWGDXF

KML and KMZ to DWG: Moving a Google Earth File into AutoCAD

How to convert KML or KMZ into DWG and DXF without losing coordinates: unpacking KMZ, reprojecting to metres in QGIS or ogr2ogr, layers and labels. Why a direct import gives a drawing a fraction of a unit across.

2026-08-06 · 5 min
KMLKMZDWGDXF

How to Place a Topographic Survey onto a Plan in AutoCAD

How to place a topographic survey onto a plan in AutoCAD so it lands in real coordinates: XREF, units, local CRS vs WGS-84, two-point alignment. And what to do when there is no survey.

2026-07-28 · 5 min
топосъёмкаAutoCADподосноваDWG

QGIS can't find the multipolygons layer in OSM: cause and 2-minute fix

Opened an .osm or .pbf in QGIS but the multipolygons layer is missing? Here are the causes and the fastest fix — build the area you need in our map builder and get a file with buildings, water and greenery already in place.

2026-07-22 · 5 min
QGISmultipolygonsOSMPBF

PostGIS Spatial Queries for Geodata Analysis: Practical Examples

PostGIS queries from beginner to advanced: ST_Intersects, ST_Buffer, ST_Distance, spatial indexes, performance optimization.

2026-07-14 · 5 min
PostGISSQLspatial analysisPostgreSQL

osm2cdr API: Quick Start with Python and JavaScript

How to use the osm2cdr.ru API for map export. Getting an API key, POST /api/render, status polling, downloading. Python and JS examples.

2026-07-12 · 7 min
APIPythonJavaScriptautomation

QGIS + OpenStreetMap: Import, Styling and Map Export

How to load OpenStreetMap data into QGIS, configure layer styles and export maps. Step-by-step guide with examples.

2026-07-06 · 9 min
QGISOpenStreetMapGISstyles

Batch Map Export: Automation via API

How to automate batch OpenStreetMap map export via REST API. Python and curl examples, batch endpoint, rate limits by tier.

2026-03-12 · 7 min
APIbatchautomationPython