Hosted data services
Feature data
A feature service
Steps
- Use ArcGIS portal to import your data and create a feature service and feature layer.
- Add the feature layer to a map with the MapLibre ArcGIS plugin. Use the service URL or item ID.
- Optionally, use a SQL and/or spatial query to select a subset of features.
How to create and add features
Learn how to use the ArcGIS portal to import a GeoJSON point dataset to create a feature service. This example visualizes U.S. city population data as clustered points on a basemap. The features are accessed and displayed on a map with the Feature class in the MapLibre ArcGIS plugin.
Tutorials

Add a feature layer as GeoJSON
Display and style GeoJSON features from a feature service.

Style a feature layer
Use data-driven styling to apply symbol colors and styles to feature layers.

Query a feature layer (SQL)
Execute a SQL query to access polygon features from a feature layer.

Query a feature layer (spatial)
Execute a spatial query to access polygon features from a feature service.

Display a pop-up
Display feature attributes in a popup.
Vector tile data
A vector tile service
Steps
- Use ArcGIS portal to import your data and create a feature service (and feature layer).
- Publish a vector tile layer from the feature layer.
- Optionally, style the vector tile layer.
- Add the vector tile layer to a map with the MapLibre ArcGIS plugin. Use the service URL or item ID.
How to create and style vector tiles
Learn how to use the ArcGIS portal to import a polygon dataset to create a vector tile service. This example uses a USA states dataset with population attributes. The polygons are pre-styled using a class breaks renderer and then post-styled with the Vector Tile Style Editor. The vector tiles are accessed and displayed on a map with the Vector class in the MapLibre ArcGIS plugin.
Tutorials
Map tile data
A map tile service
Steps
- Use ArcGIS portal to import your data and create a feature service (and feature layer).
- Style the feature layer.
- Publish a map tile layer from the feature layer.
- Add the layer to your map as a new raster data source.

