-
Notifications
You must be signed in to change notification settings - Fork 1.4k
27x OSM import
When the scene is georeferenced, for example using basemaps addon, it's possible to directly request for OSM data :
But it's also possible to import an xml file :
In this case, if the scene is not georeferenced then data will be reprojected into the right UTM zone.
Importer allows to filter features by type (node, way or area) and by tags :
It's possible to edit the list of filter tags available by default
Standard import will create one mesh for each feature type and filter tag combinaison :
These meshes contains vertex group to retrieve features names, tags and relations :
It's also possible to sperate each feature into distinct objects, but keep in mind that Blender is not designed to handle hundreds of objects...
In this case, relations will be transpose into groups :
- Preamble
- Web Geodata
- Import
- Export
- Camera
- Mesh
- Object
- Nodes
- Side notes :