How to choose ETL configuration options

This page helps you pick the right input, output and connection setup for map.apps ETL.

Choose an input method

Input Use when

upload

Users provide local files.

extent

Users define an area of interest on the map.

mapfeatures

Users select existing map features and submit them to FME.

resultcenter / result-ui

Users start processing from search/result views.

search-selection

Users start from one selected search result feature.

Choose an output method

Output Use when

map

The workspace returns vector features that should be displayed on the map.

download

The workspace produces downloadable files.

status

The workspace runs asynchronously and users consume status or notifications.

Choose connection and security setup

Option Recommended use

ETL proxy servlet

Default and most flexible option for protected environments and advanced integration.

map.apps proxy

Simple scenarios, usually without advanced security requirements.

security.manager EE generic URL protection

Legacy compatibility only.

Quick recommendations

  • If users upload files and expect map output, start with upload + map.

  • If users need a clipped export, use extent + download.

  • If users process selected features, use mapfeatures + status or download.

  • If your process uses user context, enable provideMapappsUser and optionally provideMapappsEmail.