When I compile (with GCC 13.1.1), build fails with geometry.hpp:9:24: error: found ‘:’ in nested-name-specifier, expected ‘::’ and subsequent errors error: ‘FeatureType’ has not been declared. I have run: Complete cmake call: cmake \ -DB...
ol.geom.LineString ol.geom.MultiPolygon ol.geom.Point ol.geom.Polygon ol.graph ol.interaction ol.layer ol.layer.Base ol.layer.Group ol.layer.Vector ol.legend ol.Map ol.ordering ol.Overlay ol.source ol.source.Vector ol.style.Image ol.style.Style ol.View Classes ol.control.Bar ol.control...
}/* For LINE_NUM_COEFF, LINE_DEN_COEFF, SAMP_NUM_COEFF, SAMP_DEN_COEFF *//* parameters that have 20 values each */for(size_ti =20; apszRPBMap[i] !=NULL; i +=2) { CPLString soVal;for(intj =1; j <=20; j++) { CPLString soRPBMapItem; soRPBMapItem.Printf("%s_%d", apsz...
}elseif( wkbFlatten(poGeometry->getGeometryType()) == wkbLineString ) { OGRLineString *poLS = (OGRLineString *) poGeometry;unsignedinti; aoVertices.resize(poLS->getNumPoints());for( i =0; i < aoVertices.size(); i++ ) { aoVertices[i].x = poLS->getX(i); aoVertices[i].y = ...