From 79727dfbf694f90c0aa650f319244ceb1313a212 Mon Sep 17 00:00:00 2001 From: Pavel Penev Date: Sat, 15 Jul 2017 02:45:16 -0400 Subject: [PATCH] \#274: Small changes in response to pull request comments. --- docs/geedocs/answer/3230777.html | 4 ++-- docs/geedocs/answer/3230807.html | 1 - docs/geedocs/answer/4485225.html | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/geedocs/answer/3230777.html b/docs/geedocs/answer/3230777.html index a0c55ab976..712b606bd0 100644 --- a/docs/geedocs/answer/3230777.html +++ b/docs/geedocs/answer/3230777.html @@ -67,7 +67,7 @@

Inspect portable files for timestamp information

Composite globes and maps

Portable globes and maps can also be assembled into layers to create a composite globe or map, a single file (.glc) that contains all the geospatial data for assembled layers. To assemble a composite file, you supply a KML polygon to cut your area of interest, then specify the layers and order in which they display. See Create composite globes and maps.

Create a portable globe or map

-

Cutting a globe or map is accomplished with a simple web interface. You import KML, or use your mouse, to define a polygon, which defines your 'area of interest.' This polygon not only defines the area that displays high-resolution imagery, but is also used by Fusion to create a localized search database.

+

Cutting a globe or map is accomplished with a simple web interface. You import KML, or use your mouse, to define a polygon, which defines your "area of interest." This polygon not only defines the area that displays high-resolution imagery, but is also used by Fusion to create a localized search database.

Note: The cutting processes are CPU and disk intensive, as they are retrieving all data within the specified polygon from the Earth Enterprise Server. This can affect the overall performance of the Server, including slowing end-user access.

To mitigate performance impact to end users, you may consider:

@@ -123,7 +123,7 @@

Map or globe name

Drawing the polygon

Once the globe or map name has been specified, you can define the geographic region to be cut by drawing a polygon on the globe. There are two ways to draw the polygon.

Hand drawing the polygon

-

This method is only available if you are running the discontinued Google Earth Plug-in in your browser.

+
When cutting a 3D globe this method is only available if you are running the discontinued Google Earth Plug-in in your browser. This method works for cutting 2D maps from your browser.
  1. By default, you draw a polygon by hand so the Select Region drop-down list is set to Manual.
  2. Use the Hand tool Pan tool to pan, then using the navigation controls in the plug-in, zoom in to the region of interest.
  3. diff --git a/docs/geedocs/answer/3230807.html b/docs/geedocs/answer/3230807.html index 7a068d1db8..8cd2f61c82 100644 --- a/docs/geedocs/answer/3230807.html +++ b/docs/geedocs/answer/3230807.html @@ -42,7 +42,6 @@

    Introduction

    You can customize or extend GEE Portable, or create applications that work with it.

    To help you get started, Google provides two Hello World! files that you can copy and use as templates. These files (Hello_Maps.html for 2D maps and Hello_Earth.html for 3D globes) call the required scripts, load the globe or map, define the .css file, and so on. The files include JSON and, if needed, KML polygons.

    See the resources linked to below to learn how to edit and extend the Hello_Maps.html and Hello_Earth.html files.

    -

    Note: Although it is possible to configure GEE Portable to display multiple globes or maps at the same time, this isn't recommended or supported.

    Useful resources

    Note: Clicking any of these links connects you to a site outside your network. If you’re not sure if your organization allows outside connections, check with your administrator first.

    Hello_Maps.html and Hello_Earth.html are based on the Google Maps API and Google Earth API. More information about these APIs is linked to below. Also included are links to some resources for learning how to parse your JSON data and KML coordinates.

    diff --git a/docs/geedocs/answer/4485225.html b/docs/geedocs/answer/4485225.html index d5b0fd765f..1bfa269b34 100644 --- a/docs/geedocs/answer/4485225.html +++ b/docs/geedocs/answer/4485225.html @@ -210,7 +210,7 @@

    Serving a globe

  4. To start serving run the following command in the directory you unpacked Portable Server:

    python portable_server.py

  5. -
  6. Navigate to the Portable Server administrative page at http://localhost:9335, using whatever port you've used in portable.cfg.
  7. +
  8. Navigate to the Portable Server administrative page at http://localhost:9335. If you have set a custom port number in portable.cfg, substitute that for "9335".

You can select what globe is being served from the administrative page. Click on the folder icon (Portable folder icon), and you should a see a screen where you can select what globe, or map should be served by Portable Server.

You can shut down Portable Server from the administrative page, as well. Click on the hamburger menu button (Portable menu icon), and then on 'Quit'.

@@ -243,7 +243,7 @@

Google Earth API

You can also reach the page listed above by clicking view in browser from the administration page at http://localhost:9335.


Defining options in portable.cfg

-

The server directory under the directory the Portable Server archive is unpacked contains the main configuration file, portable.cfg. This file defines a number of options, but is primarily used to change the port on which the globe is served, if required.

+

The server directory under the Portable Server installation directory contains the main configuration file, portable.cfg. This file defines a number of options, but is primarily used to change the port on which the globe is served, if required.