Maps Model Importer V0.4.0 -
The Maps Models Importer (developed by Elie Michel) is a specialized Blender add-on designed to extract and import 3D photogrammetry data from Google Maps.
While the tool has advanced to version v0.7.0 as of 2024, version v0.4.0 was a pivotal mid-stage release that refined the "proof of concept" into a more stable workflow. Core Workflow & Features
The tool does not "download" models directly; instead, it acts as a bridge for RenderDoc, a graphics debugger.
Capture Mechanism: Users must inject RenderDoc into a custom instance of Google Chrome to capture the 3D data as it is being rendered by the GPU.
Model Quality: The importer retrieves actual photogrammetry meshes—including buildings and terrain—with their corresponding textures.
Optimization Tools: Imported meshes are often fragmented into hundreds of "blocks." Users typically need to join these into a single mesh and merge vertices to clean up the geometry. Key Benefits
High Accuracy: For urban planning or architectural visualization, it provides a "ground truth" reference of real-world locations. maps model importer v0.4.0
Total Access: It allows users to bring almost any location with 3D data available on Google Maps into a 3D environment for free.
Compatibility: While primary to Blender, these models can be exported to other engines like Unreal Engine 5 or Rhino after initial processing. Critical Limitations
Setup Complexity: The installation requires very specific versions of software (e.g., RenderDoc 1.31 for v0.7.0) to work.
Low Resolution: The models are generally low-poly and intended for mid-to-far distance viewing rather than close-up interior shots.
Legal Restrictions: The tool is intended for educational purposes only; commercial use or redistribution of the extracted data is strictly prohibited by Google's terms of service. Summary Comparison v0.4.0 Era Current (v0.7.0) Blender Support Blender 2.8x - 2.9x Blender 4.1+ RenderDoc Version 1.6 - 1.1x RenderDoc 1.31 Main Improvement Support for Google Earth Improved GPU process stability
Are you looking to use this for a specific project, like architectural pre-viz or environment art? Releases · eliemichel/MapsModelsImporter - GitHub The Maps Models Importer (developed by Elie Michel
Maps Models Importer (v0.4.0) is an open-source Blender add-on created by Elie Michel. It functions as a bridge for importing 3D photogrammetry data from Google Maps into Blender for architectural site planning, reference, or creative projects. Core Functionality
The tool does not "download" files directly; instead, it uses RenderDoc to intercept and capture the 3D mesh data as it is rendered in a web browser (typically Google Chrome) while navigating Google Maps. Key Features of v0.4.0
Vertex Fixes: Resolved issues where the first vertex was missing when importing CSV data.
Wall Import: Added the ability to import walls from AI-lines.
CSV Export: Introduced a feature to export data back to CSV format.
Compatibility: This specific version is often cited as a stable "legacy" choice, particularly compatible with Blender 2.93 and RenderDoc 1.13. Performance & Quality Google Maps to Blender Missing buildings in some regions: The Overture Maps
Troubleshooting Common v0.4.0 Issues
As with any major release, early adopters have reported a few hiccups:
- Missing buildings in some regions: The Overture Maps data for Southeast Asia is incomplete. Switch your source to OpenStreetMap (slower but more complete) in the Provider settings.
- UV maps stretching on steep terrain: This is a known warp introduced by the new multi-threaded UV unwrapper. A workaround is to reduce the import resolution to “Medium” or check “Flatten UVs by gravity direction” in the Advanced Terrain tab.
- Plugin fails to open in Unity 2022.3: Ensure your Project Settings > Player > Allow unsafe code is enabled. Then re-import the
.unitypackage.
The community forum (forum.mapsimporter.com) has stickied threads for each of these issues.
6. Installation & Migration
2. Key Features & Improvements
How to Get Maps Model Importer v0.4.0
The software is available in three tiers:
- Free Community Edition: Supports up to 0.5km² imports, watermarked textures, OSM data only. Perfect for learning and prototyping.
- Pro License ($49/month or $490/year): Unlimited tile size, all data providers (excluding commercial premium sources like Google Premium), commercial use allowed. Includes priority plugin updates.
- Studio License (custom pricing): Adds offline server deployment (air-gapped networks), custom coordinate systems, and a white-label SDK.
Download link: [Official website placeholder – mapsimporter dot io]
Checksums (v0.4.0 stable): SHA-256: a4f3e8d1c29b... (verify before install)
The Windows version requires DirectX 12 capable GPU. macOS version requires Metal 3 (macOS Ventura or later). Linux version tested on Ubuntu 22.04+ with Vulkan 1.3.
2.1 Expanded File Format Support
- New: Partial support for CityGML 2.0 (Level of Detail 1–2).
- Enhanced: OpenStreetMap (OSM) XML and PBF imports now preserve building heights, roof shapes, and lane-level road details.
- Experimental: GeoJSON import for extruded footprints (points, lines, polygons).
Technical Improvements
- API Decoupling: The importer logic has been decoupled from the UI, exposing a clean API (
com.topicmaps.importer.v0_4_0). This allows developers to embed the importer into server-side batch processing scripts. - Encoding Fixes: Resolved encoding issues present in v0.3.x. The tool now fully supports UTF-8/UTF-16 characters, enabling the import of non-English knowledge structures.
- Dependency Updates: Third-party libraries have been updated to their latest stable versions to patch known security vulnerabilities.