Skip to content

Commit

Permalink
[Feat] Apply polygon filter - Geo-Operations 2 (#678)
Browse files Browse the repository at this point in the history
* Apply Geo-Polygon filters

Co-authored-by: Shan He <[email protected]>
Signed-off-by: Giuseppe Macri <[email protected]>
  • Loading branch information
macrigiuseppe and heshan0131 committed Jan 21, 2020
1 parent 324f51a commit ff5596e
Show file tree
Hide file tree
Showing 81 changed files with 5,039 additions and 1,611 deletions.
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]&lt;[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

0 comments on commit ff5596e

Please sign in to comment.