Skip to content

Commit

Permalink
format the example code to align with the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jkissel committed Oct 18, 2024
1 parent eb0003e commit bc2d65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Create a GeoJSON polygon geometry with a workbook map view and some additional b
```javascript
cadenzaClient.createGeometry('<embeddingTargetId>', 'Polygon', {
additionalLayers: [
{ "type": "geojson", "name": "Example", "content": <FeatureCollection> },
{ type: 'geojson', name: 'Example', content: <FeatureCollection> },
...
]
});
Expand Down

0 comments on commit bc2d65e

Please sign in to comment.