Topics covered:
Trips are the most popular way to share your travels with family and friends. Trips show where you are and where you've been. Here are some important facts about trips:
And here's a sample trip...
If someone shared a trip link with you, click it to view the trip. If you're just someone who wants to browse public trips on SpotWalla, you can click the Public Trips link on the home page and browse to your heart's content:
When you find a trip that interests you, click the trip name to view it.
The trip viewer is, well, what displays a trip. At the top of the map is an area that displays information about the trip and allows you to interact with it.
From left to right...
Click the Show/Hide Picture Icons button to toggle the display of the picture icons in the trip viewer. Click any picture to pan/zoom the map to that location and open the message detail popup.
Looking at the sample trip below:
Other than the header we just went over, you'll notice the zoom control toward the top-right of the map. You will also notice tracking locations are marked with small triangle that's points in the direction of travel. When viewing a lot of history, It's a good want to determine the direction traveled at the time.
Creating or updating trips start in the Trip Manager. If you're logged in, you can get to the Trip Manager from Your Dashboard or from the user menu at the top of the page.
The Trip Manager groups trips by their end date. Within each group, they're ordered by name.
If you want to create a new trip, click the Create Trip button toward the top of the Trip Manager. If you want to share all your public trips with family and friends, click the My Public Trips button. A window will appear with your public trips link. Share with others however you see fit.
To update a trip, click its name and select Update from the menu.
Trips have a lot of settings. There are four groups of settings:
Each group of settings can be viewed by click the group tab at the top of Create Trip screen as shown below.
The Basics tab options shown above include the trip name, description and start/end dates. You will also choose one or more devices to display on the map, the color of the default track for the device and how to display each device on the map.
If multiple devices are added, you can combine the devices into a single track or show each device in a separate track. When combined into a single track, the track color of the first device selected will be used.
On the Security tab you can choose to apply active secure zones or not. If you're creating a private trip that will only be shared with family and close friends, you may not want to honor secure zones so everything is displayed. On the hand, if you're creating a public trip, applying active secure zones is a good way to protect sensitive locations like your home or place of work.
Some other security options determine if the time component and speed data will be displayed in the message detail popup.
The difference between a public and private trip is that public trips can be searched for and viewed by anyone. A private trip will never show up in search results in SpotWalla.
Enabling the download option for a trip will allow anyone viewing the trip to download all trip locations in various formats. Only enable this option when necessary.
You can also add a view password to the trip. This is an added layer of security you can use to protect your location.
Lastly, you can prevent certain types of messages from being displayed on the trip. For instance, if you use OK/Lodging messages to mark your overnight stops and you're creating a public trip, you may want to hide OK/Lodging messages.
On the Options tab you can change the trip profile (e.g. Motorcyclist, Directional, Sailor, Runner, etc). You can also set the initial map type (e.g. Street, Terrain, Satellite and Hybrid) and control how the map will be rendered initially.
By default SpotWalla will only show the last 7 days of history while your trip is active. You can override the number of days or you can choose to display all history. And using the Density/Fill Percent setting, you can control the number of locations (the density) returned. This can have a huge affect on how the trip looks to the viewer.
The other trip options allow you to pan/zoom to show all locations returned or pan/zoom the map on the last known location. If you're embedding the trip in a web page, you may want to disble the home page link to prevent viewers from being able to browse SpotWalla within your website. The Show Track option will show the underlying track or not.
If you have tracks defined in your account, you can overlay one or more on your trip.
Finding and building a trip link occurs in the Trip Manager. Once there, find your trip and click its name. Then choose Links from the menu.
The Trip Links dialog will appear:
The default link will show up to the last 7 days of history and will pan/zoom to show all locations. The SpotWalla home page link will be active. To copy this link, click the next to the link. Now you can paste it in an email, post it anywhere on the web.
If your trip is password-protected, you will see another link that includes the password. This is a convenience link that can be shared with others. They won't be prompted for the view password. You'll want to be careful when sharing this link. Only send it to people you trust and let them know it shouldn't be shared with others.
If you have your own website, you can embed a trip using the HTML IFRAME element. You need to understand HTML in order to do this. We will simply provide the basics, but you can make the map as big or small as you choose.
The first thing to consider is the trip link you will embed. If you haven't already, read over the section above: How Do I Find Trip Links?. When you know the link, save it somewhere for future reference.
The basic IFRAME element looks like this:
<iframe src="embed link goes here" width="100%" height="100%"> If your browser/web server does not allow embedding, you will see this message. </iframe>
You can control the size of the iframe using the width and height attributes, but you may want to wrap the IFRAME element in a DIV element to better control size, orientation, etc.
The next step is to set the src attribute to the trip link you generated in the previous step.
Downloads, when enabled for a trip, allow anyone viewing the trip to download all location data associated with the trip. The locations included are no different than what would appear on the trip it. So if your trip is configured to honor secure zones, they'll be honored in the download.
Trip downloads are enabled/disabled on the Security table when updating a trip.
To download a trip you must first view the trip. In the trip viewer, click on the trip name toward the top of the page to display the information dialog:
Choose the download type (CSV, KML or GPX) and click the Download button. Depending on your operating system, how it's configured and what options you've set, you will likely get an option to open or save the download file.
When you're finished downloading, click the Close button to dismiss the dialog.