Skip to content

Commit

Permalink
Update outdated links (uber#631)
Browse files Browse the repository at this point in the history
* Update outdated links

* Update basic-usage.md

* Update editable-geojson-layer.md
  • Loading branch information
saintmalik authored Aug 26, 2021
1 parent 72f0b34 commit e36353b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/api-reference/layers/editable-geojson-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,11 @@ Number of layers of overlapping features that will be picked. Useful in cases wh

`EditableGeoJsonLayer` renders the following sub-layers:

- `geojson`: a [GeoJsonLayer](https://deck.gl/#/documentation/deckgl-api-reference/layers/geojson-layer) that renders the GeoJSON features passed into the `data` property.
- `guides`: a [GeoJsonLayer](https://deck.gl/#/documentation/deckgl-api-reference/layers/geojson-layer) that renders GeoJSON features that aid in editing.
- `tooltips`: a [TextLayer](https://deck.gl/#/documentation/deckgl-api-reference/layers/text-layer) that renders tooltips used in some editing modes.
- `geojson`: a [GeoJsonLayer](https://deck.gl/docs/api-reference/layers/geojson-layer) that renders the GeoJSON features passed into the `data` property.
- `guides`: a [GeoJsonLayer](https://deck.gl/docs/api-reference/layers/geojson-layer) that renders GeoJSON features that aid in editing.
- `tooltips`: a [TextLayer](https://deck.gl/docs/api-reference/layers/text-layer) that renders tooltips used in some editing modes.

The styling and functionality of `EditableGeoJsonLayer` can be customized by providing the [\_subLayerProps](https://deck.gl/#/documentation/deckgl-api-reference/layers/composite-layer?section=_sublayerprops-object-experimental) property. For example:
The styling and functionality of `EditableGeoJsonLayer` can be customized by providing the [\_subLayerProps](https://deck.gl/docs/api-reference/core/composite-layer#_sublayerprops) property. For example:

```js
new EditableGeoJsonLayer({
Expand Down
4 changes: 2 additions & 2 deletions docs/get-started/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ render() {
## See Also

- [EditableGeoJsonLayer](/docs/api-reference/layers/editable-geojson-layer)
- [Using deck.gl with React](https://deck.gl/#/documentation/getting-started/using-with-react)
- [Using deck.gl with a Base Map](https://deck.gl/#/documentation/getting-started/using-with-base-map)
- [Using deck.gl with React](https://deck.gl/docs/get-started/using-with-react)
- [Using deck.gl with a Base Map](https://deck.gl/docs/get-started/using-with-base-map)

0 comments on commit e36353b

Please sign in to comment.