The Distribution Viewer (DV) is a powerful application for viewing species distributions across the globe. By utlizing a combination of Goolge Maps, JavaScript, and Perl, the DV performs real-time database queries and displays the results in your web browser.
Users can:
The following buttons will help you navigate the distribution viewer's map interface.
The Google Maps zoom control allows you to zoom in and out (with the
and
buttons) or scale automatically to a specific zoom level with the slider.
The left, right, up, and down arrows pan the map while the central button
returns your map to the last result.
One limitation of Google Maps is the number of points it is able to display (in the low hundreds) before it begins generate JavaScript errors. Since many species have distributions comprised of thousands of records, the DV would come to a screeching halt if it were to attempt to map all of these records. However, through creative programming, the DV has the ability to cluster points together. The results are displayed as a semi-transparent red squares
instead of individual dots.
Each time the map is zoomed or panned, the map is greyed-out, and the DV requeries the database to determine the total number of records in the current view. Clustering only occurs when the total number of records in the current, buffered view is above a certain programmatic threshold. If the number of records returned is below this threshold, only regular points are displayed.
Users can filter their search criteria by both species and location.
?????
After results are displayed on the map, click one of the links on the upper right-hand side of the DV to download all data in the current view as KML (used by Google Maps) or CSV (a text file format).
Even though clusters may be displayed in the DV, all records will be downloaded as point data.
Hint: If you want to download a species' global distribution, click on the Zoom to Maximum Map Extent button, then download the data.
The DV can geocode addresses, cities, or other locations recognized by Google Maps.
By typing in a location and then clicking the "Search for Address" link, the DV will display a small, red marker on the map. Clicking on this marker will display the location, latitude, and longitude in a popup bubble.
You may search for multiple addresses multiple times, however, once the map is requeried, only the last entered location will be marked on the map. Until changed, this marker will persist throughout all subsequent searches.
Mac OSX
Windows
To make a bookmark or share a distribution you've created, the DV provides a link to the current view. Use the hyperlink "Link to this distribution" in the upper right-hand portion of the DV.
To help maps load more quickly, the distribution viewer buffers points around the initial view. As a tradeoff, these results are not displayed in the results frame.