Skip to content

Commit

Permalink
Update map source help text
Browse files Browse the repository at this point in the history
  • Loading branch information
dwuthrich committed Feb 15, 2019
1 parent 4481455 commit b38a329
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
19 changes: 14 additions & 5 deletions arches/app/media/css/arches.css
Original file line number Diff line number Diff line change
Expand Up @@ -10968,19 +10968,19 @@ a.search-facet-item.disabled {
height: 60px;
width: 60px;
border-radius: 50%;
border: 1px solid #bbb;
border: 1px solid #7080CB;
color: #7080CB;
background: #eee;
background: #E1EAFC;
font-size: 28px;
padding-top: 14px;
padding-left: 2px;
}

.model-selection .msm-icon-wrap {
background: #fff;
color:#2d3c4b;
color:steelblue;
padding-top: 15px;
border: 1px solid #2d3c4b;
border: 1px solid steelblue;
}

.active-survey .msm-icon-wrap {
Expand All @@ -10991,6 +10991,14 @@ a.search-facet-item.disabled {
border: 1px solid #26a69a;
}

.incomplete .msm-icon-wrap {
background: #FFD264;
color:#B88406;
padding-top: 13px;
padding-left: 2px;
border: 1px solid #B88406;
}

.incomplete.active-survey .msm-icon-wrap {
background: #F799B9;
color:#DF2E6A;
Expand Down Expand Up @@ -11873,7 +11881,7 @@ a.filter-tools:hover {
margin: 15px 20% 25px 20%;
padding: 20px 10px 20px 10px;
font-size: 15px;
background: #ffb80f;
background: #FFC741;
border: 1px solid #ffb300;
color: #fff;
text-align: center;
Expand Down Expand Up @@ -11904,6 +11912,7 @@ a.filter-tools:hover {
padding-top: 0px;
}


.msm-splash-instruction {
padding: 0px 60px;
}
Expand Down
16 changes: 7 additions & 9 deletions arches/app/templates/views/mobile-survey-designer.htm
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ <h1 class="page-header text-overflow mobile-designer-title">
<input type="text" class="form-control input-lg" data-bind="value: mobilesurvey.tilecache, valueUpdate: 'keyup'" placeholder="e.g.: http://arches_domain_name/media/lincoln.mbtiles">
</div>
<div class="msm-basemap-subtitle">
{% trans 'Arches uses the mbtiles that you specific to ensure that your field crew has a basemap, even when they do not have access to a cell network or WiFi connection. You can create an mbtile file using your own geospatial data and GIS tools. Or you can obtain high quality and inexpensive mbtiles from sites such as https://openmaptiles.com. Note that large files will require longer downloads and more storage space on mobile devices.' %}
{% trans 'Arches uses the mbtiles that you specific to ensure that your field crew has a basemap, even when they do not have access to a cell network or WiFi connection. You can create an mbtile file using your own geospatial data and GIS tools. Or you can obtain high quality and inexpensive mbtiles from sites such as <strong>https://openmaptiles.com</strong>. Note that large files will require longer downloads and more storage space on mobile devices.' %}
</div>
</div>
<div class="msm-crud-section">
Expand All @@ -419,7 +419,7 @@ <h1 class="page-header text-overflow mobile-designer-title">
<input type="text" class="form-control input-lg" data-bind="value: mobilesurvey.onlinebasemap, valueUpdate: 'keyup'" placeholder="e.g.: mapbox://styles/mapbox/light-v9">
</div>
<div class="msm-basemap-subtitle">
{% trans 'Arches uses the Online Basemap URL that you specify as the default basemap for your field team when a cell network or WiFi connection is available. You may use your own map service, or any online basemap service (such as those created with ESRI, GeoServer, or other mapping servers). You'll need to reference or create and host a MapBox style json file (see https://docs.mapbox.com/mapbox-gl-js/style-spec/)' %}
{% trans "Arches uses the Online Basemap URL that you specify as the default basemap for your field team when a cell network or WiFi connection is available. You may use your own map service, or any online basemap service (such as those created with ESRI, GeoServer, or other mapping servers). You'll need to reference or create and host a MapBox style json file (see <strong>https://docs.mapbox.com/mapbox-gl-js/style-spec</strong>)" %}
</div>
</div>
</div>
Expand Down Expand Up @@ -467,9 +467,8 @@ <h1 class="page-header text-overflow mobile-designer-title">
</div>

<!-- Model Selection Instructions -->
<div class="msm-survey-status-instructions" data-bind="visible: !locked">{% trans 'Select the Resource Models for your project' %}</div>
<div class="text-center" data-bind="visible: !locked">
<ul class="msm-survey-issues msm-splash-instruction">
<div class="text-center">
<ul class="msm-survey-issues">
<li>{% trans "Arches allows you to create and edit data in the field using mobile devices. Select those resources that should participate in the survey. Once you have selected the models, click on a model in the tree to select which data entry forms to include in your project." %}</li>
</ul>
</div>
Expand Down Expand Up @@ -571,7 +570,7 @@ <h1 class="page-header text-overflow mobile-designer-title">

<!-- Icon and Title -->
<div class="mpm-survey-status-header">
<i class="msm-icon-wrap fa fa-group" style="padding-left: 3px;"></i>
<i class="msm-icon-wrap fa fa-group" style="padding-left: 2px;"></i>
<div class="msm-survey-status-text">{% trans 'Survey Participants' %}</div>
</div>

Expand All @@ -586,9 +585,8 @@ <h1 class="page-header text-overflow mobile-designer-title">
</div>

<!-- Group Selection Instructions -->
<div class="msm-survey-status-instructions" data-bind="visible: !locked" >{% trans 'Select the User Groups for your project' %}</div>
<div class="text-center" data-bind="visible: !locked">
<ul class="msm-survey-issues msm-splash-instruction">
<div class="text-center">
<ul class="msm-survey-issues">
<li>{% trans "Arches allows you to select the user groups you want to include in a field data collection effort. Select the groups that should participate in the survey. Once you have selected the groups, click on a group in the tree to select specific users who should join your survery." %}</li>
</ul>
</div>
Expand Down

0 comments on commit b38a329

Please sign in to comment.