Vue 3 Map Component Integrating Multiple Providers with Geocoding

This component provides a flexible way to embed interactive maps within a Vue 3 application, supporting various map providers like Tianditu, Baidu Maps, Tencent Maps, and Amap. It includes geocoding functionality to find coordinates from addresses and supports marker dragging for point selection. The component can be integrated into your Vue pr ...

Posted on Sat, 20 Jun 2026 17:52:32 +0000 by wtg21.org

Enhancing GeoJSON from Tianditu for ECharts Compatibility

Processinng Tianditu GeoJSON for ECharts Integration When using GeoJSON data downloaded from Tianditu directly with ECharts 4+, certain properties like center coordinates, administrative levels, and adcodes may be missing. A Python script can merge these missing properties from a reference JSON file. Python Processing Script import json def re ...

Posted on Wed, 13 May 2026 15:54:19 +0000 by tripc1