Skip to content

Commit

Permalink
Added maps services article.
Browse files Browse the repository at this point in the history
  • Loading branch information
radyakin committed Oct 4, 2024
1 parent 57e0393 commit ca5db9f
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions content/headquarters/mapsmanage/map-services.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
+++
title = "Digital Map Services"
keywords = ["map sources", "map services"]
date = 2024-10-03T00:00:00Z
lastmod = 2024-10-03T00:00:00Z
+++

Survey Solutions displays maps in several different pages and the sources of the map data depend on the service that provides the corresponding capability:

<TABLE width=80% class="table table-striped table-hover table-bordered">
<TR>
<TH bgcolor="Orange" width=5%></TH>
<TH bgcolor="Orange"><CENTER>PAGE</CENTER></TH>
<TH bgcolor="Orange"><CENTER>SERVICE</CENTER></TH>
</TR>

<TR><TH colspan=3>Headquarters</TH></TR>

<TR>
<TD></TD>
<TD>Map report</TD>
<TD>Google</TD>
</TR>

<TR>
<TD></TD>
<TD>Map dashboard (regardless whether accessed from the Interviews or Assignments)</TD>
<TD>Google</TD>
</TR>

<TR>
<TD></TD>
<TD>Interviewer profile</TD>
<TD>Google</TD>
</TR>

<TR>
<TD></TD>
<TD>Preview of bounds of uploaded maps</TD>
<TD>Esri</TD>
</TR>

<TR>
<TD></TD>
<TD>GPS location question in interview review and answers overview</TD>
<TD>Link <TT>Show on the map</TT> leading to Google maps</TD>
</TR>

<TR>
<TD></TD>
<TD>Geography question in interview review and answers overview</TD>
<TD>Esri</TD>
</TR>

<TR>
<TD></TD>
<TD>Coordinates of the vertices in geography type question</TD>
<TD>Links leading to Google maps online</TD>
</TR>

<TR>
<TD></TD>
<TD>GPS location question in web-interviews</TD>
<TD>Link leading to Google maps online</TD>
</TR>

<TR><TH colspan=3>Interviewer App</TH></TR>
<TR>
<TD></TD>
<TD>Map dashboard</TD>
<TD>Esri for Android</TD>
</TR>

<TR>
<TD></TD>
<TD>GPS location question preview</TD>
<TD>Google static maps (this can be disabled in the Interviewer settings)</TD>
</TR>

<TR>
<TD></TD>
<TD>GPS location link</TD>
<TD>map intent (can be handled by various user-installed applications, Google maps is available on many consumer devices)</TD>
</TR>

<TR>
<TD></TD>
<TD>Geography question</TD>
<TD>Esri for Android</TD>
</TR>

</TABLE>
<BR><BR>

<B>Useful links:</B>
<UL>
<LI><P><A href="/faq/external-service-providers/">External Service providers</A></P>
<LI><P><A href="/headquarters/mapsmanage/online-maps-key/">Online maps key</A></P>
</UL>

0 comments on commit ca5db9f

Please sign in to comment.