コード例 #1
0
ファイル: model.py プロジェクト: nextgis/nextgisweb_mapserver
 def check_parent(cls, parent):
     return IFeatureLayer.providedBy(parent)
コード例 #2
0
ファイル: model.py プロジェクト: drnextgis/nextgisweb_qgis
 def check_parent(cls, parent):
     return IFeatureLayer.providedBy(parent)
コード例 #3
0
ファイル: models.py プロジェクト: nextgis/nextgisweb_mapnik
 def is_layer_supported(cls, layer):
     return IFeatureLayer.providedBy(layer)
コード例 #4
0
 def is_layer_supported(cls, layer):
     return IFeatureLayer.providedBy(layer)