Changes between Version 4 and Version 5 of Styles/MapillaryDetections


Ignore:
Timestamp:
2022-08-16T16:26:32+02:00 (2 years ago)
Author:
taylor.smock
Comment:

Remove accuracy (no longer present in Mapillary layers)

Legend:

Unmodified
Added
Removed
Modified
  • Styles/MapillaryDetections

    v4 v5  
    2525*|z26- { pixel_per_metre: 640; }
    2626
    27 setting::show_accuracy_circles {
    28     type: boolean;
    29     label: tr("Toggle accuracy circles");
    30     default: false;
    31 }
    32 
    3327setting::show_detection_value {
    3428    type: boolean;
     
    4741    label: tr("Mapillary Object Detections Halo Color");
    4842    default: mapillaryPointObjectHaloColor#C80BC7;
    49 }
    50 
    51 
    52 node|z20-[setting("show_accuracy_circles")][accuracy > 10]::mapillary_object_layer {
    53     symbol-shape: circle;
    54     symbol-size: 2 * tag("accuracy") * prop(pixel_per_metre, "default" );
    55     symbol-fill-opacity: 0.2;
    56     symbol-fill-color: orange;
    57     symbol-stroke-color: orange;
    58 }
    59 
    60 node|z20-[setting("show_accuracy_circles")][accuracy <= 10][accuracy > 5]::mapillary_object_layer {
    61     symbol-shape: circle;
    62     symbol-size: 2 * tag("accuracy") * prop(pixel_per_metre, "default" );
    63     symbol-fill-opacity: 0.2;
    64     symbol-fill-color: yellow;
    65     symbol-stroke-color: yellow;
    66 }
    67 
    68 node|z20-[setting("show_accuracy_circles")][accuracy <= 5]::mapillary_object_layer {
    69     symbol-shape: circle;
    70     symbol-size: 2 * tag("accuracy") * prop(pixel_per_metre, "default" );
    71     symbol-fill-opacity: 0.2;
    72     symbol-fill-color: green;
    73     symbol-stroke-color: green;
    7443}
    7544