Skip to content

Commit

Permalink
Merge branch 'main' into feat/edit-sketch-geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
airslice authored Oct 2, 2024
2 parents d41e5f5 + dedecd9 commit 35e1ce0
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const defaultStyle = {
export const professionalStyle = {
marker: {
heightReference: "clamp",
hideIndicator: false,
hideIndicator: true,
pointColor: "#E9373D",
pointOutlineColor: "white",
pointOutlineWidth: 1,
Expand All @@ -39,14 +39,14 @@ export const professionalStyle = {
expression: "color('#E9373D',0.6)"
},
heightReference: "clamp",
hideIndicator: false,
hideIndicator: true,
selectedFeatureColor: {
expression: "color('#F1AF02',0.6)"
}
},
polyline: {
clampToGround: true,
hideIndicator: false,
hideIndicator: true,
selectedFeatureColor: "#F1AF02",
strokeColor: "#E9373D",
strokeWidth: 2
Expand Down Expand Up @@ -83,7 +83,7 @@ export const pointWithLabelStyle = {
export const polylineStyle = {
polyline: {
clampToGround: true,
hideIndicator: false,
hideIndicator: true,
selectedFeatureColor: "#F1AF02",
strokeColor: "#E9373D",
strokeWidth: 2
Expand All @@ -94,7 +94,7 @@ export const polygonStyle = {
polygon: {
fillColor: "#E9373D",
heightReference: "clamp",
hideIndicator: false,
hideIndicator: true,
selectedFeatureColor: "#F1AF02"
}
};
Expand All @@ -106,7 +106,7 @@ export const extrudedPolygonStyle = {
},
fillColor: "#E9373D",
heightReference: "clamp",
hideIndicator: false,
hideIndicator: true,
selectedFeatureColor: "#F1AF02"
}
};
Expand Down

0 comments on commit 35e1ce0

Please sign in to comment.