Tag

Tianditu

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 20, 2024 · Backend Development

Integrating Tianditu Map Service with Java: Reverse Geocoding, Nearby Search, and Coordinate Conversion

This article explains how to replace a paid map service with the free Tianditu API by implementing reverse geocoding, nearby and text search, and coordinate system conversion in Java, providing complete code examples and practical considerations for cost‑effective map integration.

Coordinate ConversionJavaTianditu
0 likes · 17 min read
Integrating Tianditu Map Service with Java: Reverse Geocoding, Nearby Search, and Coordinate Conversion
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 14, 2023 · Frontend Development

Using maplibre-gl with Tianditu Tiles for Large‑Screen Map Development

This article explains how to choose between mapbox‑gl and its open‑source fork maplibre‑gl, obtain free Tianditu tile services, install the library, render 2.5D and vector tiles, customize styles, and overlay business data such as polygons, icons and labels for large‑screen web maps.

Large‑Screen MapsMap TilesTianditu
0 likes · 17 min read
Using maplibre-gl with Tianditu Tiles for Large‑Screen Map Development
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 30, 2022 · Frontend Development

Building Tile‑Style Large‑Screen Maps with mapbox‑gl, maplibre‑gl, and Tianditu

This tutorial explains the differences between mapbox‑gl and maplibre‑gl, shows how to obtain and use Tianditu tile services, and provides step‑by‑step code for creating a tile‑style large‑screen map with 2.5D view, custom layers, and business data overlays.

JavaScriptTiandituWeb GIS
0 likes · 19 min read
Building Tile‑Style Large‑Screen Maps with mapbox‑gl, maplibre‑gl, and Tianditu