Skip to content

Commit

Permalink
[composer] Allow choice of tables without geometry for atlas coverage…
Browse files Browse the repository at this point in the history
… layer
  • Loading branch information
nyalldawson committed Jun 21, 2014
1 parent f71fad3 commit 168eaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/composer/qgsatlascompositionwidget.cpp
Expand Up @@ -30,7 +30,7 @@ QgsAtlasCompositionWidget::QgsAtlasCompositionWidget( QWidget* parent, QgsCompos
{
setupUi( this );

mAtlasCoverageLayerComboBox->setFilters( QgsMapLayerProxyModel::HasGeometry );
mAtlasCoverageLayerComboBox->setFilters( QgsMapLayerProxyModel::VectorLayer );

connect( mAtlasCoverageLayerComboBox, SIGNAL( layerChanged( QgsMapLayer* ) ), mAtlasSortFeatureKeyComboBox, SLOT( setLayer( QgsMapLayer* ) ) );
connect( mAtlasCoverageLayerComboBox, SIGNAL( layerChanged( QgsMapLayer* ) ), this, SLOT( changeCoverageLayer( QgsMapLayer* ) ) );
Expand Down

0 comments on commit 168eaa0

Please sign in to comment.