I am checking with some old colleagues at Intergraph to see if the data
are free to redistribute.
On 01/22/2011 06:26 PM, Even Rouault wrote:
Le samedi 22 janvier 2011 16:58:27, Angelos Tzotsos a écrit :
Hi Even.
Good work.
I can provide a sample mdb file made from GeoMedia. Is there any
part
Le samedi 22 janvier 2011 16:58:27, Angelos Tzotsos a écrit :
> Hi Even.
>
> Good work.
> I can provide a sample mdb file made from GeoMedia. Is there any
> particular shapefile, you would like me to translate?
> Perhaps we can include the US Sample Data as provided by Intergraph.
>
If the sampl
Le samedi 22 janvier 2011 17:00:27, Zoltan Szecsei a écrit :
> I have just looked at www.gdal.org and not found a link to your version.
Yeah, the doc will appears in a few hours when the web site is regenerated.
>
> If you can spoonfeed me I can test it for you tomorrow (on a reasonable
> size
Hi Even,
Your timing is brilliant!! :-)
I have a meeting on Monday, where I am about to confess failure in
converting mdb to (multiple) shape files.
I sadly have no time today (it's almost 18h00 here) but will be in
tomorrow as I have a deadline for Monday.
I have just looked at www.gdal.o
Hi Even.
Good work.
I can provide a sample mdb file made from GeoMedia. Is there any
particular shapefile, you would like me to translate?
Perhaps we can include the US Sample Data as provided by Intergraph.
Best regards,
Angelos
On 01/22/2011 05:42 PM, Even Rouault wrote:
Hi,
I've just add
Hi,
I've just added a read-only geomedia driver in GDAL trunk (GDAL 1.9.0dev).
Testing is appreciated.
It would be usefull if someone could provide a small and freely redistribuable
geomedia .mdb (possibly hand-made with fake data) with different types of
geometries (1 feature for each geometr
Le samedi 22 janvier 2011 11:20:48, Mohammed Rashad a écrit :
> this works
> poDS = OGRSFDriverRegistrar::Open( "point_out.xml", FALSE );
> if( poDS == NULL )
> {
> printf( "Open failed.\n" );
> }
> but the following is not working
> poDS = OGRSFDriverRegistrar::Open( "point_out
this works
poDS = OGRSFDriverRegistrar::Open( "point_out.xml", FALSE );
if( poDS == NULL )
{
printf( "Open failed.\n" );
}
but the following is not working
poDS = OGRSFDriverRegistrar::Open( "point_out.xml", TRUE );
if( poDS == NULL )
{
printf( "Open failed.\n" )