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

[Feat] Create polygons - Geo-Operations 1 #595

Merged
merged 2 commits into from
Jan 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
935 changes: 515 additions & 420 deletions docs/api-reference/actions/actions.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api-reference/processors/processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Process data where each row is an object, output can be passed to [`addDataToMap

**Parameters**

- `rawData` **[Object][17]** an array of object
- `rawData` **[Array][16]<[Object][17]>** an array of row object, each object should have the same number of keys

**Examples**

Expand Down
2 changes: 2 additions & 0 deletions docs/api-reference/reducers/map-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Input a custom map style object
- `action.payload.name` **[string][22]** style name
- `action.payload.layerGroups` **[Object][23]** layer groups that can be used to set map layer visibility
- `action.payload.icon` **[Object][23]** icon image data url
- `action.payload.inputStyle`
- `action.payload.mapState`

Returns **[Object][23]** nextState

Expand Down
Loading