Update Map v2.1.0 schema to match final release definition - #636
Open
Ismael Navarro-Fuentes (ismael-ms) wants to merge 1 commit into
Open
Update Map v2.1.0 schema to match final release definition#636Ismael Navarro-Fuentes (ismael-ms) wants to merge 1 commit into
Ismael Navarro-Fuentes (ismael-ms) wants to merge 1 commit into
Conversation
Add the Map options currently persisted by the frontend and passed through unchanged by the backend, including feature-service query settings, range and series-group styling, marker rotation, polygon extrusion metadata, data label settings, and heatmap color and weight expressions. Keep the schema on draft-07 and declare the styling properties explicitly in each closed option object so existing validators continue to reject unknown properties through additionalProperties: false. Use reusable definitions only where they represent repeated value shapes: - styleExpression: an operator-first rendering expression array - numberOrStyleExpression: a fixed number or style expression - valueRangeColorStep: one numeric step and its color Correct the aggregate-expression description and preserve all existing accepted payloads while widening image, height, and heatmap weight to the expression forms emitted by the product. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v2.1.0 has not yet been released. This PR updates the definition to the final draft definition before release.
Add missing Map options, feature-service query settings, range and series-group styling, marker rotation, polygon extrusion metadata, data label settings, and heatmap color and weight expressions.