Views geofield raw

Component ID

2492705

Component name

Views geofield raw

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Alternative field handler for using geofields as data sources in maps.

When a view contains Field API fields, their field handler will load the field's corresponding entities, which might not be desirable if the map contains many points.

This field handler prevents loading the entities associated with the geofield, and can thus give dramatic performance improvements, providing no other field in the view will load the entity.

Created for use with leaflet_views. Not tested on anything else.

Instructions:

  • Remove any and all Field API fields from your view.
  • Add the "Geofield: [field_name] (raw)" field.
  • Set the maps data source to the previously added field.