[Gdal-dev] SetField & GetExtents Query
Ben Crane
crane_ba at yahoo.com
Fri Aug 18 10:49:12 EDT 2006
Daniel,
> If I remember correctly, the extents coordinates are
> called minx, miny,
> maxx, maxy in the array, so if your extents are
> stored in $extent_var,
> you could assign the values to std PHP vars using
> something like:
>
> $minx = $extent_var['minx'];
> $miny = $extent_var['miny'];
> $maxx = $extent_var['maxx'];
> $maxy = $extent_var['maxy'];
Funny, I've already tried that and it didn't work. I
couldn't get it to print out the variable on the
screen when testing so I figure I was doing something
wrong and thought best to ask.
Regards,
Ben Crane
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Gdal-dev
mailing list