Skip To Content

Enable Fixed Product type

Доступно с лицензией Standard или Advanced.

Доступно с лицензией Production Mapping.

Доступно с лицензией ArcGIS Maritime.

Fixed and custom products are supported in Custom Chart Builder (CCB). These are options set in the web app Java configuration file, ccbconfig.js. You can choose which product type your CCB app displays: Custom or fixed.

The Fixed Product option is for more standardized cartographic outputs. The host organization defines the chart extent, scale, page size, and orientation available in the web app. You can choose a chart extent from a published feature server layer.

The Custom Product option allows you to create charts anywhere. Charts are built in real time using the scale, page size, and orientation options in the app. You can add data from ArcGIS Online or your organization account, and the added data shows in the web map and the exported PDF. Custom Product is the default setting in the web application.

Примечание:

You must create areas of interest (AOIs) representing chart extents before enabling the Fixed Product option.

Publish areas of interest for a fixed product

A polygon feature class with areas of interest representing chart extents must be created. This fixed AOI polygon feature class is published as a map service to ArcGIS Server with the Feature Access capability enabled.

Field nameExplanationData type

chart_name

Displays the name inside area of interest and is the chart title at export.

String

orientation

Orientation of the sheet. Attributes are Portrait and Landscape.

String

page_size

Valid values for page_size are: A0, A1, A2, A3, A4, C, D, E, and Letter.

String

scale

The scale of the chart product. For example, if the scale is 1:20,000, enter 20000.

Double

Примечание:

A sample fixed AOI polygon feature class is located at <ArcGIS Server installation drive>\arcgisserver\directories\maritimeserver\customchartbuilder\ FixedProduct.zip. This geodatabase contains a feature class with the mandatory fields and attributes.

When extracting the .zip file, verify the file path is ArcGIS Server installation drive>\arcgisserver\directories\maritimeserver\customchartbuilder\FixedProduct\FixedProduct.gdb. The geodatabase must be inside the FixedProduct folder without a file extension.

A fixed AOI polygon feature class must be created with the following mandatory fields.

Примечание:

Field names must be lowercase.

It's recommended that you configure label and symbol properties of the feature layer before publishing it to your service.

Learn how to label with a standard label engine and apply symbology to draw individual layers in a single category.

  1. Publish your fixed product service in ArcGIS Pro.
    1. In the General section, for Service Details, type the Name of the service as FixedProductExtent.
    2. For Location, click the Folder drop-down arrow and choose CCB.
    3. Click Analyze and resolve any errors or warnings.
    4. Click Publish.
  2. Sign in to your portal as a server manager by launching https://gisserver.domain.com/arcgis/manager.
  3. Click Services > Manage Services and choose the CCB folder.
  4. Click Map Service on the FixedProductExtent page and browse to the Capabilities tab.
  5. Check the Feature Access capability check box.
  6. Click Save and Restart for the Map Service on the FixedProductExtent page.

Enable Fixed Product

Complete the following steps to change the web app from Custom Product to Fixed Product.

  1. Browse to your CCB deployment location and open the web app configuration file located at C:\inetpub\wwwroot\ccb\js\ccbconfig.js if using Internet Information Server (IIS) to deploy your web app.
  2. Locate productType:"Custom" and replace with "Fixed".
  3. Optionally, set showDisplaySettingWidget to true if you want the Display Properties tab to appear in the web app.
  4. Hide or remove parameters from the app Display Settings pane by setting them to false in DisplaySettingsControls.