File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed
app/views/gtt_tile_sources Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4
4
<div class ="box tabular ">
5
5
< p > <%= f . text_field :name , required : true , size : 25 %> </ p >
6
6
< p > <%= f . text_field :type , required : true , size : 25 %> </ p >
7
+ < p > <%= f . check_box :baselayer %> </ p >
7
8
< p > <%= f . check_box :global %> </ p >
8
9
< p > <%= f . check_box :default %> </ p >
9
10
< p > <%= f . text_area :options_string , rows : 10 , cols : 80 %> </ p >
Original file line number Diff line number Diff line change 1
1
< tr class ="<%= cycle ( "odd" , "even" ) %> ">
2
2
< td > <%= tile_source . type %> </ td >
3
3
< td > <%= link_to tile_source . name , edit_gtt_tile_source_path ( tile_source ) %> </ td >
4
+ < td > <%= checked_image tile_source . baselayer? %> </ td >
4
5
< td > <%= checked_image tile_source . global? %> </ td >
5
6
< td > <%= checked_image tile_source . default? %> </ td >
6
7
< td > <%= tile_source_options tile_source %> </ td >
Original file line number Diff line number Diff line change 10
10
< tr >
11
11
< th > <%= l :label_type %> </ th >
12
12
< th > <%= l :label_name %> </ th >
13
+ < th > <%= l :label_baselayer %> </ th >
13
14
< th > <%= l :label_global %> </ th >
14
15
< th > <%= l :label_default %> </ th >
15
16
< th > <%= l :label_config %> </ th >
Original file line number Diff line number Diff line change 8
8
field_location : " Location"
9
9
field_geom : " Geometry"
10
10
field_global : Globally available
11
+ field_baselayer : BaseLayer
11
12
field_options_string : Options
12
13
field_gtt_tile_source_ids : Tile Sources
13
14
16
17
label_project_map : " Project Map"
17
18
label_user_map : " User Map"
18
19
label_name : Name
20
+ label_baselayer : BaseLayer
19
21
label_nearby : " nearby(lat,lng)"
20
22
label_type : Type
21
23
label_config : Configuration
Original file line number Diff line number Diff line change 8
8
field_location : " 場所"
9
9
field_geom : " 所在地"
10
10
field_global : 世界的に利用可能
11
+ field_baselayer : 背景レイヤー
11
12
field_options_string : オプション
12
13
field_gtt_tile_source_ids : タイルソース
13
14
16
17
label_project_map : " プロジェクト 地図"
17
18
label_user_map : " ユーザ 地図"
18
19
label_name : タイトル
20
+ label_baselayer : 背景レイヤー
19
21
label_nearby : " 近く(緯度,経度)"
20
22
label_type : タイプ
21
23
label_config : 構成
You can’t perform that action at this time.
0 commit comments