-
Notifications
You must be signed in to change notification settings - Fork 0
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
WMS item support #12
Labels
Comments
12 tasks
|
QuestionsinitialTimeSourceV7/**
* Options for the value of the animation timeline at start. Valid options in config file are:
* initialTimeSource: "present" // closest to today's date
* initialTimeSource: "start" // start of time range of animation
* initialTimeSource: "end" // end of time range of animation
* initialTimeSource: An ISO8601 date e.g. "2015-08-08" // specified date or nearest if date is outside range
* @type {String}
*/ V8"The initial time to use if `Current Time` is not specified. Valid values are:\n\n" +
" * `start` - the dataset's start time\n" +
" * `stop` - the dataset's stop time\n" +
" * `now` - the current system time. If the system time is after `Stop Time`, `Stop Time` is used. If the system time is before `Start Time`, `Start Time` is used.\n\n" +
" * `none` - do not automatically set an initial time\n" +
"This value is ignored if `Current Time` is specified", What I have doneMap the following:
If not one of the previous options, |
This was referenced Sep 25, 2020
Merged
Merged
79 tasks
Opacity needs to be transformed from string to float |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WMS
Done
CatalogMember
Copied
description
info
{ v7: "isShown", v8: "show" }
splitDirection
Ignored
name
type
isEnabled
parents
WMS
(bold = some transformation)
Copied
url
layers
opacity
linkedWcsUrl
linkedWcsCoverage
chartColor
featureTimesProperty
chartType
featureInfoTemplate
Removed
...
TODO
Bold = requires transformation
If no transformation is required, you should be able to copy the property over as is (with same property key)
+
= serialized in v7Catalog member (Catalog member or catalog Item)
+
+
isUserSuppliedNot required as far as I can tellImageryLayer
+
+
WMS
DataCustodianTraits
)leafletUpdateInterval
trait for wms items. #9)_dim
is included in name - in v8 we drop_dim
)DiffableTraits
Not in V8 (may need to be ported)
CatalogMember
Catalog item
+
+
+
+
+
+
ImageryLayer
+
+
+
WMS
+
+
(ThreddsCatalogGroup and a few WebMapServiceCatalogItem fixes terriajs#4724)+
(ThreddsCatalogGroup and a few WebMapServiceCatalogItem fixes terriajs#4724)The text was updated successfully, but these errors were encountered: