-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
99 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |