Skip to content

Commit

Permalink
Update docs/developer-guide/map-query-parameters.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Natali <[email protected]>
  • Loading branch information
allyoucanmap and offtherailz authored Mar 24, 2023
1 parent 432845f commit 22639cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/map-query-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ The 3D tiles service endpoint does not contain a default property for the name o
GET: `#/viewer/config?actions=[{"type":"CATALOG:ADD_LAYERS_FROM_CATALOGS","layers":["My 3D Tiles Layer"],"sources":[{"type":"3dtiles","url":"https://example.com/tileset-pathname/tileset.json"}]}]`
If the 3D Tiles needs title with different translation is still possible to include the `options` parameter with the desired translation:
For the 3D Tiles you can pass also the layer options, to customize the layer. Here and example to localize the title:
```json
{
Expand Down

1 comment on commit 22639cc

@landryb
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two nits:

  • there's some typos, should be "Here an example", and "you can also pass"
  • also this sentence now suggests one can pass "arbitrary layer options", but from my reading of 432845f only the title can be customized with localizations. That's a bit misleading ?

Please sign in to comment.