File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 230
230
'switch_coords' : 'Switch Coordinate Display' ,
231
231
'accept_feature' : 'Accept Feature' ,
232
232
'cancel_feature' : 'Cancel Feature' ,
233
- 'geometry_type' : 'Geometry Type: ' ,
234
233
'add_to_feature' : 'Add New' ,
235
234
'remove_from_feature' : 'Remove Selected' ,
236
235
'geometry_to' : 'Geometry to' ,
Original file line number Diff line number Diff line change 426
426
geometryType = geometryType . replace ( 'Surface' , 'Polygon' ) ;
427
427
428
428
exclusiveModeService_ . startExclusiveMode ( translate_ . instant ( 'drawing_geometry' ) ,
429
- translate_ . instant ( 'geometry_type' ) + geometryType ,
429
+ geometryType ,
430
430
exclusiveModeService_ . button ( translate_ . instant ( 'accept_feature' ) , function ( ) {
431
431
if ( mapService_ . editLayer . getSource ( ) . getFeatures ( ) . length < 1 ) {
432
432
dialogService_ . warn ( translate_ . instant ( 'adding_feature' ) , translate_ . instant ( 'must_create_feature' ) ,
604
604
}
605
605
}
606
606
exclusiveModeService_ . startExclusiveMode ( translate_ . instant ( 'editing_geometry' ) ,
607
+ geometryType ,
607
608
exclusiveModeService_ . button ( translate_ . instant ( 'accept_feature' ) , function ( ) {
608
609
if ( mapService_ . editLayer . getSource ( ) . getFeatures ( ) . length < 1 ) {
609
610
dialogService_ . warn ( translate_ . instant ( 'adding_feature' ) , translate_ . instant ( 'must_create_feature' ) ,
Original file line number Diff line number Diff line change 1
1
< div id ="exclusive-mode-container " class ="panel-group collapse flat-top ">
2
2
< div id ="exclusive-mode-panel " class ="panel in ">
3
3
< div align ="center "> < h4 > {{exclusiveModeService.getTitle()}}</ h4 > </ div >
4
- < div align ="center "> < h6 > {{exclusiveModeService.getSubtitle()}}</ h6 > </ div >
4
+ < div align ="center "> < h6 > {{exclusiveModeService.getSubtitle()}}</ h6 > </ div >
5
5
< div class ="btn-group-wrap ">
6
6
7
7
< button ng-click ="exclusiveModeService.getButtonTwo().callback() " class ="btn btn-sm btn-danger " tooltip-append-to-body ="true "
You can’t perform that action at this time.
0 commit comments