> For the complete documentation index, see [llms.txt](https://docs.os.uk/os-downloads/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.os.uk/os-downloads/upcoming-products/beta-products-information/os-3d-mesh-beta-product/getting-started-guide/importing-an-os-integrated-mesh-model-into-arcgis-online/point-layers.md).

# Point layers

The general functionality of point layers largely mirrors that of polygons and lines, detailed on the previous two pages. For points, the primary rendering options are ‘2D Marker’ or ‘3D Object’. Details of these options are included below.

## **‘2D Marker’**

This mode displays each point as a 2D ‘billboard’ object. That is, the point representations will always rotate to face the user.

To select a shape, users can choose from a small selection of ‘Basic Shapes’ or a much larger selection of ‘Icon’ images. There’s also an option where a custom image can be uploaded. In addition, further styling options are available. If using such icons over a detailed mesh, care needs to be taken to ensure that they remain sufficiently visible.<br>

<figure><img src="/files/BPOIU3tMNEE6IWWcZjLS" alt="Using standard 2D icons for representing point features against a mesh."><figcaption><p>Using standard 2D icons for representing point features against a mesh.</p></figcaption></figure>

## **‘3D Object’**

Rather than use a 2D billboard, ‘3D Object’ mode allows a full 3D model to be used to represent each point. Many candidate objects are available, which have been classified across several different screens. A selection of these is shown below:

<figure><img src="/files/GjMOAOUuNwbfItVXrKYy" alt="First set of marker objects showing simple geometric shapes"><figcaption><p>First set of marker objects showing simple geometric shapes.</p></figcaption></figure>

<div align="left"><figure><img src="/files/frQzc8Q3RygeekX5PTMV" alt="Second set of marker objects showing representations of items found on the street such as park benches, telephone booths, and road barriers." width="188"><figcaption><p>Second set of marker objects showing representations of items found on the street such as park benches, telephone booths, and road barriers.</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/LWerjXPdcWWbz2ezXM4b" alt="Third set of marker objects showing a range of road signs often encountered near highways." width="188"><figcaption><p>Third set of marker objects showing a range of road signs often encountered near highways.</p></figcaption></figure></div>

Unfortunately, there doesn’t seem to be an option to upload your own custom 3D models for use with this feature.

When using this option alongside a mesh, it’s very easy for the models to either get lost, or to dominate the scene out of all proportion. As such, a degree of caution is advised!

<figure><img src="/files/lSKeV7nr0V3S1grGAm15" alt="A categorised point feature layer, represented by a selection of stock 3D models."><figcaption><p>A categorised point feature layer, represented by a selection of stock 3D models.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.os.uk/os-downloads/upcoming-products/beta-products-information/os-3d-mesh-beta-product/getting-started-guide/importing-an-os-integrated-mesh-model-into-arcgis-online/point-layers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
