Texture Schema
Overview: The Core Engine of Map Generation
Schema Architecture
Repository Structure
Schema Example: Professional Configuration
[
{
"name": "asphaltDusty",
"count": 2,
"tags": { "highway": ["motorway", "trunk", "primary"] },
"width": 8,
"color": [70, 70, 70],
"priority": 1,
"info_layer": "roads",
"procedural": ["PG_roads"]
},
{
"name": "forestGrass",
"count": 2,
"tags": { "natural": ["wood", "tree_row"], "landuse": "forest" },
"precise_tags": { "leaf_type": "mixed" },
"width": 2,
"color": [11, 66, 0],
"usage": "forest",
"precise_usage": "mixed_forest",
"priority": 5,
"procedural": ["PG_forests"]
},
{
"name": "mudDark",
"count": 2,
"tags": { "landuse": ["farmland", "meadow"] },
"color": [47, 107, 85],
"priority": 4,
"info_layer": "fields",
"usage": "field",
"procedural": ["PG_acres"],
"border": 10
}
]Supported Geographic Features
OpenStreetMap Foundation
Active Schema References
Common Tag Categories
Field Reference: Complete Configuration Guide
Core Properties
Geographic Mapping
Spatial Configuration
Visual & Processing Control
Advanced Features
Custom Schema Editing
Local Deployment Advantage
Direct Schema Modification
Common Customization Scenarios
Best Practices for Schema Editing
Last updated