Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WKAoI field to Project Model #2244

Merged
merged 2 commits into from
Sep 12, 2017
Merged

Commits on Sep 8, 2017

  1. Add wkaoi to Project Model

    This field will save the well-known area of interest (if
    available), so that when the project is reloaded, the
    geoprocessing tasks can be run using that wkaoi and take
    advantage of caching.
    rajadain committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    70c426f View commit details
    Browse the repository at this point in the history
  2. Set and unset WKAoI wherever AoI was changed

    Since now the WKAoI field is saved in the model, we need to
    update the map's wellKnownAreaOfInterest field accordingly.
    In addition, since the AnalyzeCollection is tailored to a
    specific AoI on creation, when exiting the Modeling view we
    destroy it, so that it may be made again with the correct
    WKAoI (if any).
    rajadain committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    2154535 View commit details
    Browse the repository at this point in the history