| 130 | } |
| 131 | |
| 132 | OGRSpatialReference* BackgroundMapLayer::GetSpatialReference() |
| 133 | { |
| 134 | if (layer_proxy) { |
| 135 | return layer_proxy->GetSpatialReference(); |
| 136 | } |
| 137 | return NULL; |
| 138 | } |
| 139 | |
| 140 | void BackgroundMapLayer::GetExtentOfSelected(double &_minx, double &_miny, double &_maxx, |
| 141 | double &_maxy) |