City3D-MultiGen / docs /semantic_map_style.json
e32's picture
Add semantic map style JSON for reproducible mask generation
02af17a verified
Raw
History Blame Contribute Delete
5.66 kB
{
"variant": "light",
"styles": [
{
"id": "infrastructure.building",
"geometry": {
"visible": true,
"fillOpacity": 1,
"fillColor": "#ff0000",
"strokeOpacity": 1,
"strokeColor": "#000000"
},
"label": {
"visible": false
}
},
{
"id": "infrastructure.building.commercial",
"geometry": {
"visible": {
"z00": true,
"z16": true,
"z17": true
},
"fillOpacity": 1,
"fillColor": "#ff0000",
"strokeOpacity": 1,
"strokeColor": "#000000"
}
},
{
"id": "infrastructure.businessCorridor",
"geometry": {
"visible": false,
"fillOpacity": 1,
"fillColor": "#000000"
}
},
{
"id": "infrastructure.railwayTrack.commercial",
"geometry": {
"visible": true,
"fillOpacity": 1,
"fillColor": "#0073ff",
"strokeOpacity": 0,
"strokeColor": "#c7cacf"
}
},
{
"id": "infrastructure.railwayTrack.commuter",
"geometry": {
"visible": true,
"fillOpacity": 1,
"fillColor": "#0073ff"
}
},
{
"id": "infrastructure.roadNetwork.noTraffic",
"geometry": {
"visible": false
},
"label": {
"visible": false
}
},
{
"id": "infrastructure.roadNetwork.road",
"label": {
"visible": false
}
},
{
"id": "infrastructure.roadNetwork.roadDetail",
"label": {
"visible": false
}
},
{
"id": "infrastructure.roadNetwork.roadDetail.marking.crosswalk",
"geometry": {
"fillOpacity": 1,
"fillColor": "#ffffff"
}
},
{
"id": "infrastructure.roadNetwork.roadDetail.sidewalk",
"geometry": {
"visible": true,
"fillOpacity": 1,
"fillColor": "#7d7d7d"
}
},
{
"id": "infrastructure.roadNetwork.roadDetail.surface",
"geometry": {
"visible": true,
"fillOpacity": 1,
"fillColor": "#1e1e1e"
},
"label": {
"visible": false
}
},
{
"id": "infrastructure.roadNetwork.roadShield",
"label": {
"visible": false
}
},
{
"id": "infrastructure.roadNetwork.roadSign",
"label": {
"visible": false
}
},
{
"id": "infrastructure.transitStation",
"label": {
"visible": false
}
},
{
"id": "infrastructure.urbanArea",
"geometry": {
"visible": false
}
},
{
"id": "natural.archipelago",
"label": {
"visible": false
}
},
{
"id": "natural.water",
"label": {
"visible": false
}
},
{
"id": "pointOfInterest",
"geometry": {
"visible": false
},
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.emergency",
"geometry": {
"visible": false
},
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.entertainment",
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.foodAndDrink",
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.landmark",
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.lodging",
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.other",
"geometry": {
"visible": false
},
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.recreation",
"geometry": {
"visible": false
},
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.recreation.park",
"geometry": {
"visible": true
}
},
{
"id": "pointOfInterest.retail",
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.retail.grocery",
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.retail.shopping",
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.service",
"label": {
"visible": false
}
},
{
"id": "pointOfInterest.transit",
"geometry": {
"visible": false
},
"label": {
"visible": false
}
},
{
"id": "political",
"geometry": {
"visible": false
},
"label": {
"visible": false
}
},
{
"id": "political.border",
"geometry": {
"visible": false
},
"label": {
"visible": false
}
},
{
"id": "political.city",
"label": {
"visible": false
}
},
{
"id": "political.countryOrRegion",
"label": {
"visible": false
}
},
{
"id": "political.landParcel",
"geometry": {
"visible": false
}
},
{
"id": "political.neighborhood",
"label": {
"visible": false
}
},
{
"id": "political.reservation",
"geometry": {
"visible": false
},
"label": {
"visible": false
}
},
{
"id": "political.stateOrProvince",
"geometry": {
"visible": false
},
"label": {
"visible": false
}
},
{
"id": "political.sublocality",
"label": {
"visible": false
}
}
]
}