The ArcMap Plugin allows Voyager Administrators to configure filters that will be passed to ArcMap. Filters are queries which are applied against the voyager index and filter the results shown in the plugin.
To configure the ArcMap Plugin, go to Manage Voyager > Extensions > ArcMap Plugin.
There are three tabs:
This shows the current filter set that will be used in ArcMap. You can edit or remove entries here, but use the Add tab to create a new entry.
This is where Administrators can add new filters (filters are in JSON format). Enter the name of the filter and include the URL of a query. For more information, see Adding Filters below.
This tab shows the currently configured filters. To view the specific records, click the Filter name at the left. Results will appear in the Search Results page.
You add filters based on specific search queries. To add a filter:
http:.../navigo/search?disp=ace4bb77&view=card&fq=geometry_type:Raster
The new filter will appear on the Configure tab in JSON format. For example, adding the URL
fq=geometry_type:Raster with the name New Raster Filter
creates this entry in the Configure tab:
{"New Raster filter": "/fq=geometry_type:Raster/"}
Additional filter examples: