@@ -70,10 +70,10 @@ shinyUI(fluidPage(
7070 uiOutput(" stusi" )
7171 ),
7272 column(3 ,
73- sliderInput(" pcex" , label = " Point Size " ,
73+ sliderInput(" pcex" , label = " Point size " ,
7474 min = 1 , max = 10 , value = 5 )),
7575 column(4 ,
76- fileInput(" geojson" , " Upload Custom Geometry (.geojson)" ,
76+ fileInput(" geojson" , " Upload custom geometry (.geojson)" ,
7777 accept = " .geojson" ))
7878 ),
7979 h4(" Time series tools" ),
@@ -82,13 +82,13 @@ shinyUI(fluidPage(
8282 label = ' Date of event' ,
8383 value = Sys.Date())),
8484 column(4 ,
85- selectInput(' add.trend' , ' Add Trendline ' ,
85+ selectInput(' add.trend' , ' Add trendline ' ,
8686 choices = c(' Connect MP' = ' ctrend' ,
87- ' Linear Trend ' = ' ltrend' ,
88- ' 2nd Order Polynomial Trend ' = ' ptrend' ),
87+ ' Linear trend ' = ' ltrend' ,
88+ ' 2nd order polynomial trend ' = ' ptrend' ),
8989 selected = ' ctrend' )),
9090 column(2 ,
91- actionButton(' sub.offset' , label = ' Subtr. Offset ' ,
91+ actionButton(' sub.offset' , label = ' Subtr. offset ' ,
9292 style = " margin-top: 25px;" ))# ,
9393 # column(3,
9494 # actionButton('add.ts', label = 'Add point to TS-Selection',
@@ -121,7 +121,7 @@ shinyUI(fluidPage(
121121 selected = bl.info [1 ]),
122122 # select SBAS or PS plot
123123 radioButtons(inputId = " blopt" ,
124- label = " DInSAR Approach :" ,
124+ label = " DInSAR approach :" ,
125125 choiceNames = list (
126126 " Persistent Scatterer PS" , " Small BAseline Analysis SBAS" ),
127127 choiceValues = list (
0 commit comments