Change Snapping graphic shape/color
Does anyone know where to change the shape and color of the snapping graphic? Currently it looks like this:
_img_ alt="current capture" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=90660000000XaPJ&feoid=Body&refid=0EM60000000Xqji"_/_img_
Which shows up decently with photography on, but I was wondering where I could change that to a plus sign of a darker color to show on a lighter background:
_img_ alt="wantCapture" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=90660000000XaPJ&feoid=Body&refid=0EM60000000Xqjn"_/_img_
I was looking in the CSS and javascript files and couldn't find anything that i could change from the white dot of rgb(255,255,255,[]) to even a red dot or something if I can't add the crosshairs
0
-
The snapping module in the JSON is what you're looking for:
"moduleName": "Snapping",
"moduleType": "geocortex.essentialsHtmlViewer.mapping.modules.snapping.SnappingModule",
"configuration": {
"threshold": "25",
"radiusFillColor": "#ffffff",
"radiusFillOpacity": ".2",
"radiusBorderColor": "#000000",
"radiusBorderSize": "1",
"pointColor": "#ffffff",
"pointSize": "5",0 -
Well that was easy, why would I look there. Thanks! 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare