You are here

OPENLAYERS_VIEWS.txt in Openlayers 6.2

Same filename and directory in other branches
  1. 7.2 docs/OPENLAYERS_VIEWS.txt
Current for 6.x-2.x

# Filtering map views

The best way to handle filtering the points on maps is to use normal OpenLayers
exposed filters, whose input is passed through to the underlying Data
view. If there are no other views on the same page, like tabular listings, 
that can 'own' and display the exposed filters, it is recommended to make the 
filters blocks via the views interface and make sure that they appear on 
the specified page with the block system or context module.

File

docs/OPENLAYERS_VIEWS.txt
View source
  1. Current for 6.x-2.x
  2. # Filtering map views
  3. The best way to handle filtering the points on maps is to use normal OpenLayers
  4. exposed filters, whose input is passed through to the underlying Data
  5. view. If there are no other views on the same page, like tabular listings,
  6. that can 'own' and display the exposed filters, it is recommended to make the
  7. filters blocks via the views interface and make sure that they appear on
  8. the specified page with the block system or context module.